Death Reason?? - 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: Death Reason?? (
/showthread.php?tid=226257)
Death Reason?? -
LZLo - 15.02.2011
Can somebody write All death reasons or give me a link?
Re: Death Reason?? -
omer5198 - 15.02.2011
?!?!!?? you want that you will see a death table on the right side of the screen? like killer ICONOFWEAPON deadguy? if so:
pawn Код:
SendDeathMessage(killerid, playerid, reason);
Re: Death Reason?? - Unknown123 - 15.02.2011
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}
EDIT: Too Late
Re: Death Reason?? -
LZLo - 15.02.2011
thanks, but i want to know the reasons' IDs
Re: Death Reason?? - Unknown123 - 15.02.2011
Quote:
Originally Posted by LZLo
thanks, but i want to know the reasons' IDs
|
Look Here
Re: Death Reason?? -
LZLo - 15.02.2011
thanks