24.03.2014, 02:42
I can't figure out how to make it show the suicide message
here is code that i have been trying to show if a player is suiciding but nothing shows up and my HUD is enabled
here is code that i have been trying to show if a player is suiciding but nothing shows up and my HUD is enabled
pawn Код:
if(killerid == playerid)
{
SendDeathMessage(playerid,playerid,53);
return 1;
}