kill bar - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: kill bar (
/showthread.php?tid=136047)
kill bar -
russo666 - 22.03.2010
i'm confused as hell. how can i put the kill bar under money?
thanks in advance.
Re: kill bar -
XGh0stz - 23.03.2010
pawn Код:
public OnPlayerDeath(playerid,killerid,reason)
{
SendDeathMessage(killerid,playerid,reason);
return 1;
}
That is how you'll get your Death Messages...
Re: kill bar -
russo666 - 23.03.2010
ty