Blockland Forums > Modification Help
Err, this is going to be a little bit hard for me, but I'm sure you can help me.
Bloxxed:
Bump
DrenDran:
Server sided example:
--- Code: ---function serverCmdtest(%client,%msg)
{
if(%msg $= "test")
servercmdmessagesent(%client,"Info.");
}
--- End code ---
Idk about strictly client sided though.