Basically, I want that when a player presses IN_FORWARD, IN_BACK, IN_RIGHT, or IN_LEFT, the server will randomly choose an IN_ Enum from the said 4 to use (So IN_FORWARD, IN_RIGHT, etc. could send you any direction)
I was told StartCommand is the hook to use for this case but I'm having trouble understanding exactly what I need to do, the [URL="http://wiki.garrysmod.com/page/GM/StartCommand"]wiki page[/URL] isn't very comprehensive...