How can I hide the chat?
#1

How can I hide the chat to players when they connect and then show it when requesting calss? Thank you.
Reply
#2

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.
Reply
#3

Your best choice is to clear the chat when the player connects and do what Camacorn said above.
Reply
#4

Just add OnPlayerRequestClass
Код:
for( new i = 0; i <= 100; i ++ ) SendClientMessage(playerid, COLOR_WHITE, "" );
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)