Hi, I was wondering if theres a way to make players autojoin the main/trade channel silently, I'm currently using a script below to autojoin, but the text 'You are now in the "xxxx" channel takes up the whole chat whenever a player logins. As I have other things to display when players login.
Hi, I was wondering if theres a way to make players autojoin the main/trade channel silently, I'm currently using a script below to autojoin, but the text 'You are now in the "xxxx" channel takes up the whole chat whenever a player logins. As I have other things to display when players login.
- script nologin FAKE_NPC,{ OnPCLoginEvent: atcommand "@join #main"; atcommand "@join #support"; atcommand "@join #trade"; end; }Edited by canditwShare this post
Link to post
Share on other sites