SA-MP Forums Archive
Score Don't save - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Score Don't save (/showthread.php?tid=265550)



Score Don't save - Mr.Black - 01.07.2011

Look , i got a Register / Login System which save the Player stats and things BUT it don't save his Money and Score , can someone help me please ? this is the System link : http://pastebin.com/33AqwpX7


Re: Score Don't save - Sascha - 01.07.2011

add this to "OnPlayerUpdate"
pawn Код:
PlayerInfo[playerid][pScore] = GetPlayerScore(playerid);
PlayerInfo[playerid][pCash] = GetPlayerMoney(playerid);