Author Topic: Function used to open/close tools?  (Read 689 times)

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.

serverCmdUseTool
serverCmdUnUseTool
?

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

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!