Author Topic: Need help making a simple script for my server  (Read 814 times)

Hello guys,

I was wondering if I could get some help on creating a simple script.  Basically the command will make the console say Hello and welcome! after me or someone says !Hello.  Where do I start?

when people talk, they're using serverCmdMessageSent()
look at other addons that modify chat messages (like RP/local chat addons) to see how to modify it

to have the console talk to the server, i'm pretty sure you can use talk()
so you'd want to use talk("Hello and welcome!");

I made the mod and recorded it w/some talkwords explaining what I'm doing.  I hope that's helpful.

https://youtu.be/3efd6M5cVxg
« Last Edit: April 10, 2017, 05:13:21 PM by Tendon »