10.10.2014, 11:18
ok i don't find anything wrong but you might want to fix this
change to
Only these 2, and show me your OnPlayerConnect. Just post it here so others can help too
pawn Код:
INI_WriteInt(File,"Cash",PlayerInfo[playerid][pCash]);
INI_WriteInt(File,"Score",PlayerInfo[playerid][pScore]);
pawn Код:
INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));
INI_WriteInt(File,"Score",GetPlayerScore(playerid));