Blockland Forums > Modification Help
Function used to open/close tools?
Pages: (1/1)
Wheatley:
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.
Daenth:
serverCmdUseTool
serverCmdUnUseTool
?
Placid:
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:
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!
Pages: (1/1)