28.05.2013, 14:06
Well first off, when the player logs in, is there a variable that gets how much money is in the players .ini?
If there is, then go to OnPlayerSpawn, and add this:
If there is, then go to OnPlayerSpawn, and add this:
pawn Код:
ResetPlayerMoney(playerid);
GivePlayerMoney(playerid, PlayerInfo[playerid][pMoney] // or whatever variable you use.