Please look at my work
#2

you need to get the player name from the saved file to check if it Exists
SO EXAMPLE
pawn Код:
new file[128], string[128];
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(file,sizeof(file),"......%s.ini",name);
if(!fexist(file)) //This is if it doesnt Exists
{
//And so on with ur script
}
Reply


Messages In This Thread
Please look at my work - by YungGee - 16.02.2011, 05:47
Re: Please look at my work - by park4bmx - 16.02.2011, 06:40
Re: Please look at my work - by YungGee - 16.02.2011, 08:12
Re: Please look at my work - by park4bmx - 16.02.2011, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)