Automatic voice - 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: Automatic voice (
/showthread.php?tid=275523)
Automatic voice -
Kingunit - 10.08.2011
Hello,
My server is now connected with IRC. People need to have rights
(+voice) to do some commands.
I need to set them f example:
/mode #CHANNELNAME +v NAME <= I need to drop that in the IRC client.
But when the player relogs he don't have those rights anymore. Can someone help me out with IRC expierence.
Re: Automatic voice -
Calgon - 10.08.2011
If your SA-MP IRC bot has op rights, then you can use the +v mode, is that what you're looking to do? You haven't exactly explained your problem too well.
Re: Automatic voice -
cessil - 10.08.2011
firstly, by default IRC channels use the xop system and not levels, so you gotta change that by using
/cs set # xop off
where # is your channel name, then use
/cs levels # set AUTOVOICE 0
level 0 should be default, iirc -1 is banned users 3 is voice, 5 is half op blah blah 10 is owner
if you mean auto voice for selected registered (they must be registered) users then you can just use
/cs vop # add nick
Re: Automatic voice -
Kingunit - 10.08.2011
Hmm, I've tried some of here above, Nothing worked. Users are registered and when they join they need automatic voice (+v).