Search found 3 matches
- Fri Apr 20, 2012 11:39 pm
- Forum: Unreal 3.2 Support
- Topic: Only allow 1 channel ?
- Replies: 5
- Views: 5261
Re: Only allow 1 channel ?
yea but i CAN'T join #test1 !
- Fri Apr 20, 2012 8:19 pm
- Forum: Unreal 3.2 Support
- Topic: Only allow 1 channel ?
- Replies: 5
- Views: 5261
Re: Only allow 1 channel ?
Thanks, it seems to work but now how can i restrict to two channels ?
I've tried
deny channel {
channel "#*";
reason "unauthorized";
}
allow channel {
channel "#test0";
};
allow channel {
channel "#test1";
};
But #test1 is unauthorized... Same result with :
allow channel {
channel ...
I've tried
deny channel {
channel "#*";
reason "unauthorized";
}
allow channel {
channel "#test0";
};
allow channel {
channel "#test1";
};
But #test1 is unauthorized... Same result with :
allow channel {
channel ...
- Thu Apr 19, 2012 6:20 pm
- Forum: Unreal 3.2 Support
- Topic: Only allow 1 channel ?
- Replies: 5
- Views: 5261
Only allow 1 channel ?
Hello!
I'm a noob so mind my noobness...
allow channel {
channel "#test";
};
This won't restrict to "#test" only so i've added
deny channel {
channel "#*";
};
But it doesn't start now.. How to restrict to #test with 3.2.9 ? Thank you
I'm a noob so mind my noobness...
allow channel {
channel "#test";
};
This won't restrict to "#test" only so i've added
deny channel {
channel "#*";
};
But it doesn't start now.. How to restrict to #test with 3.2.9 ? Thank you