16.01.2013, 13:14
Money does not go down itself, make sure you check under OnPlayerSpawn as well, as that gets called directly after. Otherwise show your OnPlayerDeath function.
EDIT: @Below Poster
That wouldn't even work, the code would be:
NOTE: I wanted to prove a point, and I didn't want to spam posts.
EDIT: @Below Poster
pawn Код:
SetPlayerMoney(playerid, -100);
pawn Код:
SetPlayerMoney(playerid, GetPlayerMoney(playerid) - 100);

