SA-MP Forums Archive
table - 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: table (/showthread.php?tid=92053)



table - nuriel8833 - 18.08.2009

how to do that if player is dying because of reasons 47 49 51 it wont show on table
tanks for helpers


Re: table - Khelif - 18.08.2009

pawn Код:
if(reason != 255 && reason != 47 && reason != 49 && reason != 51) SendDeathMessage(killerid, playerid, reason);



Re: table - nuriel8833 - 18.08.2009

OK Tanks you can lock