06.07.2013, 18:04
Nice! Make sure that SetZaiatMoney function sets the value to the PlayerInfo[playerid][pMoney] too.
Off-topic: you can also use
Off-topic: you can also use
pawn Код:
PlayerInfo[playerid][pMoney] += amount;
// instead of
PlayerInfo[playerid][pMoney] = PlayerInfo[playerid][pMoney]+amount;