Forum
Gunboats-Shotgun
Created 10th June 2010 @ 15:36
Add A Reply Pages: 1 2 Next »
Hi
Is there maybey any way to switch between gunboats and shotgun by pushing one button?
What i have now is bind “END” “+quickswitch” and bind “PAGEUP” “slot2”
I know they removed the equip command very long ago.
And a forwardrespawnscript that works? Cause i tried lots of forwardspawnthingys but none of them worked.
Thx
Last edited by Ltk,
No, valve removed the equip command, which could have done this, some time ago.
Why they did it I don’t know.
Quoted from Ltk
And a forwardrespawnscript that works? Cause i tried lots of forwardspawnthingys but none of them worked.
easy peasy
alias "forwardspawn_random" "join_class "random"; alias "forwardspawn_toggle" "forwardspawn_soldier""
alias "forwardspawn_soldier" "join_class "soldier"; alias "forwardspawn_toggle" "forwardspawn_random""
alias "forwardspawn_toggle" "forwardspawn_random"
bind "F1" "forwardspawn_toggle"
Last edited by octochris,
What is forwardspawn?
Quoted from eXtreaL
What is forwardspawn?
A technique to move from an old spawn to a new one gained by capping CPs.
Last edited by octochris,
Quoted from octochris
[…]
A technique to move from an old spawn to a new one gained by capping CPs.
Okay, and do you use it when your dead or when you just spawned?
Quoted from eXtreaL
[…]
Okay, and do you use it when your dead or when you just spawned?
You use it when you want to move spawn.
So for example on badlands, if you have just spawned whilst your team is about to cap CP3, you can wait for them to finish, and then switch class to move to the new spawn which is closer to CP3.
Thanks alot! I’ve always been irritated when I spawn in the first spawn and my team caps mid about 1 sec later.
I guess I just need to place these lines in my autoexec?
if u cap mid point.
You can fowardspawn.
If you are closed to ur first spawn room. Get in the room, Push the button and you will spawn to the other room in one second.
just the basics :P
Quoted from eXtreaL
Thanks alot! I’ve always been irritated when I spawn in the first spawn and my team caps mid about 1 sec later.
I guess I just need to place these lines in my autoexec?
You need to mod it for each class. It would be easier just to switch class using the class menu.
Quoted from eXtreaL
Thanks alot! I’ve always been irritated when I spawn in the first spawn and my team caps mid about 1 sec later.
I guess I just need to place these lines in my autoexec?
you don’t need a script at all just change classes and then you will spawn up
Quoted from matOo
[…]
you don’t need a script at all just change classes and then you will spawn up
that goes slower
Quoted from octochris
No, valve removed the equip command, which could have done this, some time ago.
Why they did it I don’t know.
[…]
easy peasy
alias "forwardspawn_random" "join_class "random"; alias "forwardspawn_toggle" "forwardspawn_soldier""
alias "forwardspawn_soldier" "join_class "soldier"; alias "forwardspawn_toggle" "forwardspawn_random""
alias "forwardspawn_toggle" "forwardspawn_random"
bind "F1" "forwardspawn_toggle"
allready using that chris that doesn’t work :(
Is it really that difficult to change class, get the class select screen up again, wait for the cap and then select the class you’re playing again, really?
Quoted from Monkeh
Is it really that difficult to change class, get the class select screen up again, wait for the cap and then select the class you’re playing again, really?
+1
Just have the selection screen open and when the announcer says that you have capped, just click the class you wanna spawn as.
Add A Reply Pages: 1 2 Next »