Quick Answer Needed

Posts 15 of 5 · Page 1 of 1
Quick Answer Needed
[b]Im making a Mod Menu because Im bored and I need to know what are the codes for..

move forward
move backward
move left
move right

Like +actionslot 2, what are they?
Thanks.
+forward
+moveleft
+moveright
+back
o.O
+gostand=space
Are you sure these are right before I insert them?
yup... see
Code:
	hudElem setText( "^1[[{+actionslot 2}]]^7 - Toggle Menu     ^1[[{+forward}] [{+back}] [{+moveleft}] [{+moveright}]]^7 - Scroll     ^1[[{+gostand}]]^7 - Select" );
token from zer0s menu
For future reference:
[php]
bind TAB "+scores"
bind ESCAPE "togglemenu"
bind SPACE "+gostand"
bind 1 "weapnext"
bind 2 "weapnext"
bind 3 "+actionslot 3"
bind 4 "+actionslot 4"
bind 5 "+actionslot 2"
bind A "+moveleft"
bind C "togglecrouch"
bind D "+moveright"
bind E "+melee"
bind F "+activate"
bind G "+frag"
bind N "+actionslot 1"
bind Q "+smoke"
bind R "+reload"
bind S "+back"
bind T "chatmodepublic"
bind W "+forward"
bind Y "chatmodeteam"
bind Z "+talk"
bind CTRL "toggleprone"
bind SHIFT "+breath_sprint"
bind MOUSE1 "+attack"
bind MOUSE2 "+toggleads_throw"
bind MOUSE3 "+frag"
[/php]

*Taken directly from config_mp
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?