How to create a bind to simultaneously cloak and uncloak while also enabling noclip.
This is a short guide aimed at adminstrators+ on the SSRP server to enable them to save space on their keyboard when creating binds and also to make their jobs that tad bit easier. This guide will show you how to place noclip, cloak, stop noclip and uncloak to the same key.
If you don't know how to make a cfg file then this guide may be difficult to understand but i'll do my best to make the guide understandable.
First things first is to navigate your way into your cfg folder (\steamapps\common\GarrysMod\garrysmod\cfg) and create a new cfg document called "noclip1". Inside of this document you want to place the following contents.
noclip; say /cloak
bind v "exec noclip2.cfg"
Once you have done this you can repeat the step prior to this one and create a new document called "noclip2". Inside of this document you want to place the following contents.
noclip; say /uncloak
bind v "exec noclip1.cfg"
Now you want to go onto Garry's Mod and join whatever server or singleplayer game you would like that you are able to noclip AND cloak on and put in the console the following:
bind v "exec noclip1.cfg"
Once you have done this it will stay bound to the key of your choice and will constantly switch between the two of them, allowing you to noclip and cloak and vice versa whenever needed.