Any way to get the toolgun without deriving from sandbox?
[QUOTE=CombineGuru;19399087]Any way to get the toolgun without deriving from sandbox?[/QUOTE]
You mean, to have the toolgun in other gamemodes aswell? Like spacebuild, stranded and the others?
I'm making a gamemode derived from base, and I want the toolgun in it.
Unfortunately it only works if the gamemode is sandbox-derived.
ply:Give("gmod_tool") should work fine, however the tools may not function correctly without sandbox.
And only sandbox.
Do NOT try bringing the gmod_tool out of sandbox, trust me. Shit hits the fan, there are tons of other things you must consider like effects, controls, and several global functions only found in Sandbox.
Just derive from sandbox and disable things like the spawn menu if you don't want it, there are ways to do so.
Sorry, you need to Log In to post a reply to this thread.