08.07.2009, 16:19
I have this script:
But why does it sets the "Level" to "128" ? I mean, everything is defined, but I don't understand. May someone help me out!?
Код:
public OnPlayerDisconnect(playerid, reason)
{
new levelname[24], PlayerFile[50];
GetPlayerName(playerid, levelname, sizeof(levelname));
format(PlayerFile, sizeof(PlayerFile), "/users/%s.ini", levelname);
dini_Create(PlayerFile);
dini_IntSet(PlayerFile, "Level", pLevel);

