problem with self made function
#2

PHP код:
#define PATH "/Register/%s.ini"
stock GetPlayerFile(playerid,filename[])
{
    new 
file[128],name[24];
     
GetPlayerName(playerid,name,24);
      
format(file,sizeof(file),PATH,name);
       return 
file;

Something like that...
Reply


Messages In This Thread
problem with self made function - by mrcoolballs - 30.07.2011, 09:20
Re: problem with self made function - by Kush - 30.07.2011, 09:32
Re: problem with self made function - by MadeMan - 30.07.2011, 09:47

Forum Jump:


Users browsing this thread: 2 Guest(s)