View Single Post
  #60  
Old 11-03-2010, 05:11 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Could there not be a:

PHP Code:
if(player.attr[1] != NULL){
 if(!
fileexists(player.attr[1])){
    
player.attr[1] = "";
  }

?

Last edited by ffcmike; 11-03-2010 at 05:22 AM..
Reply With Quote