Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Console command
« previous
next »
Print
Pages: [
1
]
Author
Topic: Console command (Read 1155 times)
Eryehk
October 05, 2008, 09:59:49 PM
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
»
Ad Bot
Advertisement
Falcondude
October 05, 2008, 10:01:34 PM
Try "textlol": use " instead of '
Eryehk
October 05, 2008, 10:29:46 PM
Ran into another error from it.
But Thanks your solution helped that error get fixed.
Chrono
October 07, 2008, 08:46:35 PM
/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.
Eryehk
October 07, 2008, 08:54:29 PM
I was already helped by MrCookie on it, forgot to update this, sorry.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Console command