• Change the player's movement
    1 replies, posted
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...
[img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/GM/SetupMove]GM:SetupMove[/url] [img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/CMoveData/AddKey]CMoveData:AddKey[/url]
Sorry, you need to Log In to post a reply to this thread.