Main Chat OnLogin

Alexandria

New member
Messages
341
Points
0
Location
localhost
Hello there.

I would like that my users dont have to type something in order to read the messages in main. They should automatically log in and be able to read, even if they don't speak

Thanks

 
add it to your OnPCLoginEvent.

Code:
atcommand "@join #channel name here";
 
Back
Top