23.03.2014, 14:00
That depends on your code. If a player dies and then he lefts the minigun DM, use:
in OnPlayerDeath (after checking that the player was indeed in minigun DM). If you also have a command that leaves the minigun DM, use it there too (again, you should check if the player is in minigun DM to prevent issues).
pawn Код:
MinigunCount--;