[Help]Problem With Account System
#8

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


Messages In This Thread
[Help]Problem With Account System - by Mamal75 - 09.10.2014, 11:30
Re: [Help]Problem With Account System - by Rudy_ - 09.10.2014, 11:44
Re: [Help]Problem With Account System - by Mamal75 - 09.10.2014, 11:56
Re: [Help]Problem With Account System - by Rudy_ - 09.10.2014, 11:59
Re: [Help]Problem With Account System - by Mamal75 - 09.10.2014, 19:41
Re: [Help]Problem With Account System - by Mamal75 - 10.10.2014, 07:34
Re: [Help]Problem With Account System - by PMH - 10.10.2014, 08:17
Re: [Help]Problem With Account System - by Rudy_ - 10.10.2014, 11:18
Re: [Help]Problem With Account System - by Mamal75 - 10.10.2014, 11:53

Forum Jump:


Users browsing this thread: 2 Guest(s)