08.10.2013, 17:02
Quote:
In money, you use GetPlayerMoney, on score why don't use GetPlayerScore too?
|
Quote:
Take a look at this for damage thing
https://sampforum.blast.hk/showthread.php?tid=330005 and for the score thing do this Код:
public OnPlayerDisconnect(playerid, reason) { INI_WriteInt(File,"Score",PlayerInfo[playerid][pScore]); return 1; } Код:
SetPlayerScore(playerid,INI_Int("Score"),PlayerInfo[playerid][pScore]); |
How for gods sake do I save the score lol?