SA-MP Forums Archive
hide kill chat - 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)
+--- Thread: hide kill chat (/showthread.php?tid=612222)



hide kill chat - RDM - 15.07.2016

Hello guys sorry bother them come take a doubt I wanted to hide the kill chat for a specific player in game, I know that just by pressing F9 is hidden, but I wonder if there is a function to be used in the Pawn that can do this, I am implementing a new kill chat that would be optional and would like to hide (the chat kill standard SA: MP) for the player to choose to use the new chat kill, so basically it would be this a function that hid the kill in game chat (as the precionar F9), have tried but without success. I thank you in advance for your response.
Note: I do not want to remove the SendDeathMessage function, I want to show it only for some Players !!


Re: hide kill chat - [cS]Owain - 15.07.2016

https://sampwiki.blast.hk/wiki/SendDeathMessageToPlayer
This sends death message to a specific player only.


Re: hide kill chat - RDM - 15.07.2016

Quote:
Originally Posted by [cS]Owain
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/SendDeathMessageToPlayer
This sends death message to a specific player only.
thanks I'll try !


Re: hide kill chat - WhiteGhost - 15.07.2016

*FacePalm*

Quote:
Originally Posted by WhiteGhost
Посмотреть сообщение
What u want to hide the custom death list ?
https://sampwiki.blast.hk/wiki/SendDeathMessageToPlayer
or dont add:
https://sampwiki.blast.hk/wiki/SendDeathMessage

if not what do u mean?



Re: hide kill chat - RDM - 15.07.2016

Quote:
Originally Posted by WhiteGhost
Посмотреть сообщение
*FacePalm*
Quote:
Originally Posted by [cS]Owain
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/SendDeathMessageToPlayer
This sends death message to a specific player only.
Thanks