HELP!! 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: HELP!! Kill bar (
/showthread.php?tid=105971)
HELP!! Kill bar -
tiwk - 01.11.2009
My gamemode no have kill bar :S
Re: HELP!! Kill bar -
Retardedwolf - 01.11.2009
Add this in your script.
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}
I assume that what you are talking about.