DINI not saving
#2

public OnPlayerDisconnect(playerid, reason)
{
new SERVERMEMORIJA[128];
format(SERVERMEMORIJA, sizeof(SERVERMEMORIJA), "Igraci/%s.ini", Ime(playerid));
dini_IntSet(SERVERMEMORIJA, "Level", PlayerInfo[playerid][Level]);
dini_IntSet(SERVERMEMORIJA, "Novac", PlayerInfo[playerid][Novac]);
dini_IntSet(SERVERMEMORIJA, "Admin", PlayerInfo[playerid][Admin]);
Logovan[playerid] = 0;
return 1;
}
Remove / before Igraci
Reply


Messages In This Thread
DINI not saving - by MatriXgaMer - 03.03.2014, 15:38
Re: DINI not saving - by ScripteRMKD - 03.03.2014, 15:39
Re: DINI not saving - by MatriXgaMer - 03.03.2014, 15:43

Forum Jump:


Users browsing this thread: 1 Guest(s)