27.07.2009, 08:47
I may help you with your first problem:
This under your SetPlayerScore in OnPlayerDeath where you set the score higher:
And this to your login command:
And it saves to your scriptfiles with a player name
This under your SetPlayerScore in OnPlayerDeath where you set the score higher:
pawn Код:
dUserSetINT(PlayerName(playerid)).("score",GetPlayerScore(playerid));
pawn Код:
SetPlayerScore(playerid,dUserINT(PlayerName(playerid)).("score")+GetPlayerScore(playerid));