Something like SendDeathMessage but.. - 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: Something like SendDeathMessage but.. (
/showthread.php?tid=233335)
Something like SendDeathMessage but.. -
Gotti_ - 01.03.2011
Quote:
SendDeathMessage(killerid, playerid, reason);
|
this displays when player has been killed,
is there any command to make something like that display when player connect and disconnect ?
Re: Something like SendDeathMessage but.. -
JaTochNietDan - 01.03.2011
https://sampwiki.blast.hk/wiki/SendDeathMessage
You can use ICON_CONNECT and ICON_DISCONNECT when using it in OnPlayerConnect and OnPlayerDisconnect for the connect/disconnect icons.