SA-MP Forums Archive
kill info with icons - 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: kill info with icons (/showthread.php?tid=184655)



kill info with icons - unforgiving - 21.10.2010

remove this


Re: kill info with icons - Retardedwolf - 21.10.2010

https://sampwiki.blast.hk/wiki/SendDeathMessage


Re: kill info with icons - Jaxson - 21.10.2010

Is it possible to make this death messages visible for admins only?


Re: kill info with icons - iggy1 - 21.10.2010

No it isn't. It sends to all players.


Re: kill info with icons - Mauzen - 21.10.2010

No, they are shown for all players. You can use SendClientMessage to send messages (like chat) to all admins, to tell them who killed someone (OnPlayerDeath, format, IsPlayerAdmin)


Re: kill info with icons - unforgiving - 23.10.2010

Quote:
Originally Posted by Retardedwolf
Посмотреть сообщение
Thx, works fine...
And about the connection and disconnection, which I can do?

public OnPlayerConnect(playerid)
{
What commands?
}




Re: kill info with icons - Retardedwolf - 23.10.2010

https://sampwiki.blast.hk/wiki/Weapons
200.


Re: kill info with icons - unforgiving - 23.10.2010

Quote:
Originally Posted by Retardedwolf
Посмотреть сообщение
can u give me a simple script sample?