You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure whether you saw the post on EpochMod.com but, BIS changed the format for defining which channels are active and with which (chat/voice) that they're allowed:
Not sure whether you saw the post on EpochMod.com but, BIS changed the format for defining which channels are active and with which (chat/voice) that they're allowed:
disableChannels[] = {channelID<number>, channelID<number>...}; // old syntax Example: disableChannels[] = {0,1,2}; disableChannels[] = {{channelID<number>, disableChat<bool>, disableVoice<bool>},{channelID<number>, disableChat<bool>, disableVoice<bool>},...}; // new syntax Example: disableChannels[]={{0,true,true},{1,true,false}...};
As always, hope this helps, and thank you for all your hard work
The text was updated successfully, but these errors were encountered: