04.07.2011, 00:54
Because your GameMode has user files and uses a variable for the money, so you have to find that.
Example:
Using:
Always resets if you're GameMode has a user file system with money OR you have a Public command that automatically does it for you, which obviously you do not.
Example:
Код:
PlayerInfo[playerid][pCash] = PlayerInfo[playerid][pCash]-carcost;
Код:
GivePlayerMoney(playerid, Money);