03.04.2018, 19:28
Quote:
IRC is Internet Relay Chat, You can made2 channels for admins and players(if you want).
So more futhuer , you have to define the channels with irc host and irc post. And there is only 1 code a simple code that is used to send the message of the server to display on IRC. Код:
IRC_GroupSay(ircGroup, channelname, text); https://sampforum.blast.hk/showthread.php?tid=615893 If you still don't understand, pm me i will help you personally. |
Now could you explain what are these (02 , 07 etc..), and when and why to use them.
Whats the difference between a bots mainnickname, alternate nickname, username and realname?
How do i restrict center admins from using center commands like IG and also how to assign admin to a certain player?
example player A and B are admins on the server, player A is level 1 and Player b is level 2, player A is restricted from offline banning but player B is allowed to, how would i restrict player A from using the offline ban command on IRC?
I have notice that if a bot is not in a channel it wont send the message to the channel, how do i add a bot to a channel?