Score Don't save
#1

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
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)