SA-MP Forums Archive
death icons - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: death icons (/showthread.php?tid=496924)



death icons - Extraordinariness - 24.02.2014

How could I put Death Icons when (e.g. I died) it shows a skull on teh Right side of the screen(F9).

Please help me I got Poor Internet connecTion I couldnt search for one

EDIT: I've added this before but I think I removed it, and I couldn't remember the script.


Re: death icons - Mario' - 24.02.2014

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}



Re: death icons - Extraordinariness - 24.02.2014

Quote:
Originally Posted by Mario'
Посмотреть сообщение
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Thanks , +rep
EDIT: Found it :P