Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Function used to open/close tools?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Function used to open/close tools? (Read 689 times)
Wheatley
July 16, 2011, 05:43:10 PM
I was just wondering what function(s) are used to open/close your tools, and if it's clientside or serverside.
I can't seem to find it in the console.
Ad Bot
Advertisement
Daenth
July 16, 2011, 05:54:56 PM
serverCmdUseTool
serverCmdUnUseTool
?
Placid
July 16, 2011, 05:57:33 PM
or if you mean clientside, useTools(1); and useTools(-1);
also next time try trace(1); then using your tools on your server and then on someone else's server and then trace(0); and scan for something about tools
Wheatley
July 16, 2011, 06:48:05 PM
I used Trace(1);, and plenty of info came up.
Though, I ended up finding a file in Gamemode_CTF that prevents users from using inventory while holding a flag.
I pretty much found everything I needed there.
Thanks guys!
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Function used to open/close tools?