killing 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: killing table (
/showthread.php?tid=222037)
killing table -
omer5198 - 06.02.2011
how can i make a killing table? thx!
Re: killing table -
xRyder - 06.02.2011
Whats that?
Re: killing table -
Matej_ - 06.02.2011
Quote:
Originally Posted by xRyder
Whats that?
|
I think he's trying to make dialog or some kind of table which is showing the guys who died/kill list. Lol
Re: killing table -
Marricio - 06.02.2011
I think you mean
SendDeathMessage right?
Re: killing table -
Matej_ - 06.02.2011
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason)
return 1;
}