Is it possible to disable the money taking on player death?
#4

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

pawn Код:
SetPlayerMoney(playerid, -100);
That wouldn't even work, the code would be:
pawn Код:
SetPlayerMoney(playerid, GetPlayerMoney(playerid) - 100);
NOTE: I wanted to prove a point, and I didn't want to spam posts.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)