18.12.2010, 18:44
Did you load your dini file? like this:
On my I do it right as it is, setting playerinfo on the /login command, with last coordinates he was at before disconnect
pawn Код:
new file[256]; new name[30];
GetPlayerName(playerid,name,sizeof(name));
format(file,sizeof(file),"%s.ini",name);
PlayerStats[pPosX] = dini_Int(file,"pPosX");