Digital Paint Discussion Board
Paintball 2: The Game => Help and Support => Topic started by: coledamm on August 30, 2013, 10:03:57 AM
-
Hey, its bete.
I got script in my head, that would realy help me in game. Was about someone of you could make for me a script. I wont explain what i want to do, cuz my english is too bad. I just wanna show you what i mean in practise.
"CTRL" random bind key
I press CTRL - then autohand goes off, and hand 2 turn on. I press CTRL again, autohand goes on. And again again.
Would be realy great!
Thanks,
bete
-
I don't understand what you mean, but I have got a command on my mouse2. If i click once on it, the gun goes to right, to left and to mid. bind "MOUSE2" "cvar_inc hand 1 0 2"
Btw guys. Maybe it's a stupid question, but can i off somehow the autohand? If i step right, the gun turns automatically to left and i line from left. When I step to left it lines from right. Can I off it?
-
What the hell do you mean by can i off somehow? Please make sense when you ask questions...
When you make posts, read out loud what you wrote. If it sounds weird or wrong then fix it or ask for help on how to word things. I know you probably don't speak English well, but make a darn attempt or use a translator.
-
He wants to toggle a autohandscript with a bind i guess.
-
Btw guys. Maybe it's a stupid question, but can i off somehow the autohand? If i step right, the gun turns automatically to left and i line from left. When I step to left it lines from right. Can I off it?
Lets try "autohand 0" or "hand 0"
-
The hand 0 just changing the hand to right :D But the problem is solved. The autohand now doesnt work. :)
-
The hand 0 just changing the hand to right :D But the problem is solved. The autohand now doesnt work. :)
Oh :) I used command "ah 0" in the past. And it works for me.
-
I thought I explained it right. Well i meant -
Usually I play with autohand, but sometimes i want to have "hand 2" (just need it), so i got this autohand and i want to switch to "hand 2" by CTRL, means when i want "hand 2" autohand must go off, cuz when i click A or D carabine is on the sides and i dont want it, just wanna hand 2 when i need it, and when i need autohand again = unclick CTRL
Its like button, click and unclick
CTRL Click does - AH 0, hand 2
CTRL Unclick does - AH 1 (autohand goes back, no hand 2)
-
alias "+setrighthand" "AH 0; hand 2"
alias "-setrighthand" "AH 1"
bind ctrl +setrighthand
should do this.