Mute unmute script - 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: Mute unmute script (
/showthread.php?tid=161915)
Mute unmute script -
FireCat - 21.07.2010
Can anyone tell me how can i make a mute and unmute script?
or if you could just give me a link so i would download it
Re: Mute unmute script -
Mystique - 21.07.2010
Check out a admin filterscript, you'll find it on the forums. Anyways, it's mostly built up with variables such as PlayerInfo[playerid][Muted] and if it's true you need to make under OnPayerText that he can't talk if that variable is true.
Re: Mute unmute script -
Mr187 - 21.07.2010
Quote:
Originally Posted by Mystique
Check out a admin filterscript, you'll find it on the forums. Anyways, it's mostly built up with variables such as PlayerInfo[playerid][Muted] and if it's true you need to make under OnPayerText that he can't talk if that variable is true.
|
Pretty much as he said, Even godfather has it lol.
Re: Mute unmute script -
[HUN]Jaki - 21.07.2010
If OnPlayerText returns 0, the message is not sent.