Author Topic: Console command  (Read 1157 times)

How come
Code: [Select]
commandtoserver('messagesent','/command lol');It wont register the /Command When I input it into the ~ console.


First problem fixed, thanks.
« Last Edit: October 05, 2008, 10:29:14 PM by Eryehk »

Try "textlol": use " instead of '

Ran into another error from it.
But Thanks your solution helped that error get fixed.

/Commands are turned into commandtoserver on the client side, not the serverside.
So by doing commandtoserver('messagesent',"/command lol"); you are just talking.
Where if you do commandtoserver('command',"lol"); that might get you what you want.

I was already helped by MrCookie on it, forgot to update this, sorry.