Posts: 1,599
Threads: 164
Joined: Dec 2010
Reputation:
0
Hey guys.... I finishing my Rcon admin system but i need to know what is the function that make player muted... I tryed ****** it but fail...
Tryed too TogglePlayerChat but failed too...
Player help me!
Posts: 1,599
Threads: 164
Joined: Dec 2010
Reputation:
0
Lol, this fail....
Isn't there something just to don't allow player to chat?(write)
Posts: 606
Threads: 3
Joined: Apr 2008
Reputation:
0
What other way you want, this is perfect.
Posts: 1,599
Threads: 164
Joined: Dec 2010
Reputation:
0
I want to make a command... What could i put than in the loop?
If i put: if(mute[playerid] == 1) return 0 get errors... And this is not an implement, this just verify is player is muted or not!
Posts: 1,599
Threads: 164
Joined: Dec 2010
Reputation:
0
NVM, solved, i have done it, anyway thanks!
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
TIP:
When a post is done, don't post again...just edit your last post saying you fixed it. Thanks
Posts: 606
Threads: 3
Joined: Apr 2008
Reputation:
0
Returning a ' 0 ' means that the message won't be showed in this case.