31.01.2011, 02:58
I have a /duty command for admins, which sets player to God mode with Wuzi skin and minigun. The use of this command is to check for hackers or something else related to cheaters.
What I want is to make the player that I shoot with the minigun, have an unfair death (no losing money, etc..) and I also want it to NOT display a death icon on the death list.
How can I do this using variables?
Something like:
and
^ Thats just an example of what variables I could use. Does anyone have an idea of how to make this work properly?
Thanks.
What I want is to make the player that I shoot with the minigun, have an unfair death (no losing money, etc..) and I also want it to NOT display a death icon on the death list.
How can I do this using variables?
Something like:
pawn Код:
new AdminOnDuty;
pawn Код:
new UnfairPlayerDeath;
Thanks.