23.02.2015, 16:02
Maybe because of this?
Код:
GetPlayerName(playerid, name, sizeof(name)); format(file, sizeof(file), PATH, name); if(gPlayerLogged[playerid] == 1) { dini_IntSet(file, "Score", PlayerInfo[playerid][pScore]); dini_IntSet(file, "Money", PlayerInfo[playerid][pCash]); dini_IntSet(file, "Admin",PlayerInfo[playerid][pAdmin]); dini_IntSet(file, "pVip",PlayerInfo[playerid][pVip]); dini_IntSet(file, "Kills",PlayerInfo[playerid][pKills]); dini_IntSet(file, "Deaths",PlayerInfo[playerid][pDeaths]); } format(file, sizeof(file), "Users/%s.ini", playerName);//change on name or delete because you have this code above