Quote:
Originally Posted by Emera
Im new to scripting, so how would i do that? Would it be more simple if i made a gui window pop up on everyones screen with the text after /mass inside? But i dont know where to start
|
1. Use a chat command and triggerserver to send the message to the server-side.
2. Send the message on the server-side to everyone locally with triggerclient.
3. Display the message received on the client-side.