Author Topic: What is the code for in game talk commands?  (Read 605 times)

I just need this and i can release my Mods
Ty.


serverCmdMessageSent?
i dont no what it is exacually called.
example : /dogme /monkeyme /floodstart 30 /whis adude hello! /botmake adude_1
you understand now?..lol..ty

That'd be a serverCmd function.

That'd be a serverCmd function.
oh?
that just goes to show how thick i am..lol..
can you post the code plz?

/Beef would be
Code: [Select]
function serverCmdBeef(%client)
{
   messageClient('', "\c2You eat some \c3Beef\c2.");
}