Posts: 683
Threads: 104
Joined: Jul 2012
Reputation:
0
How can I hide the chat to players when they connect and then show it when requesting calss? Thank you.
Posts: 721
Threads: 58
Joined: Sep 2009
Reputation:
0
Simple, just create a variable in 'OnPlayerText' that checks if the player is requesting a class, and if not, don't send it to that player, only send it to those that already have.
Posts: 435
Threads: 24
Joined: Jun 2011
Reputation:
0
Your best choice is to clear the chat when the player connects and do what Camacorn said above.