Jump to content
  • 0
Sign in to follow this  
Pandaaa

#main Channel System Delay

Question

anyone can teach me how to add delay usage of #main (channel)?

 

also how can i make only 1 channel works, i like to disable #map,#support 

just #main

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

To disable #support 

 

go folder conf-> channel.conf

 

Just add // in front of the channel you want to disable

 

default_channels: {
        /* channel_name : channel_messages_color */
         main: "Orange" /* Available as #main */
        //support: "Blue" /* Available as #support */
        //trade: "Red" /* Available as #trade */
        //offtopic: "Cyan" /* Available as #offtopic */
        /* You may add as many channels as you like */
    }

 

 

About the chat delay and disable #map...

 

I have the same question too

 

	/* "map_local_channel" is an instanced channel unique to each map. */
	map_local_channel: false
	map_local_channel_name: "map"
	map_local_channel_color: "Yellow"
	map_local_channel_autojoin: false /* Disable autojoin in specific maps through mapflag 'nomapchannelautojoin'. 

I have set map_local_channel: false but somehow it still active.

Edited by snowkeg

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.