09.10.2012, 09:41
Quote:
I also want other icons to display depends on the reason, killer and all that so I won't just remove it from the gamemode script. i tried to add this to OnPlayerDeath:
Код:
if(reason != 53) // Also tried 47 SendDeathMessage(killerid, playerid, reason); |
PHP код:
if(reason == 53){}else{SendDeathMessage(killerid, playerid, reason);}