Discussion of server or client modifications. Custom hudguns, GUI's, websites, etc.
-
Night_Hawk
- Leaders
- Posts: 343
- Joined: Wed Aug 10, 2016 10:48 pm
- Location: Melbourne, Australia
- Playstyle: fragger
Post
by Night_Hawk »
MysteryCube wrote:ZobErZ wrote:That's cool but why do you have a bind "2" twice?
I don't know what you need but I think try to use my binds, they're super easy to understand and Night ones suck.

Mine are the same, just that i've changed some to suit a QWERTY Keyboard
-
ZobErZ
- Member
- Posts: 312
- Joined: Tue Aug 30, 2016 11:31 am
- Playstyle: fragger
Post
by ZobErZ »
Yeah all the binds are really good but what I want to a fast_shot 1 which would be Q and fast shot 5 which would be e I already have that though
When you lose, you get better. When you win you practice more!

-
ZobErZ
- Member
- Posts: 312
- Joined: Tue Aug 30, 2016 11:31 am
- Playstyle: fragger
Post
by ZobErZ »
Yeah all the binds are really good but what I want to a fast_shot 1 which would be Q and fast shot 5 which would be E
When you lose, you get better. When you win you practice more!

-
MysteryCube
- Guest
- Posts: 70
- Joined: Fri Jan 06, 2017 8:06 am
- Location: France
- Playstyle: map/frag
-
Contact:
Post
by MysteryCube »
Night_Hawk wrote:MysteryCube wrote:ZobErZ wrote:That's cool but why do you have a bind "2" twice?
I don't know what you need but I think try to use my binds, they're super easy to understand and Night ones suck.

Mine are the same, just that i've changed some to suit a QWERTY Keyboard
With mine you choose your bind and your weapon.

- MysteryCube.
Leader of VoxelArmy.

-
ZobErZ
- Member
- Posts: 312
- Joined: Tue Aug 30, 2016 11:31 am
- Playstyle: fragger
Post
by ZobErZ »
nogun = [ weapon 0 ]
fi = [ setweapon FI; attack; ]
sg = [ setweapon SG; attack; ]
cg = [ setweapon CG; attack; ]
rl = [ setweapon RL; attack; ]
gl = [ setweapon GL; attack; ]
ri = [ setweapon RI; attack; ]
pi = [ setweapon PI; attack; ]
//Weapon scripts
fast_shot = [ lastwep = (getweapon); if (= $lastwep $arg1) [] [ weapon $arg1 ]; attack; onrelease [ setweapon $lastwep ] ]
//Efficbinds
bind "Q" [cycleweapon 2 3]
bind "F" [cycleweapon 2 4]
bind "E" [fast_shot 5]
bind "2" [fast_shot 1]
bind "M" [dropflag]
bind "G" [thirdperson (= $thirdperson 0); if (= $thirdperson 0) [echo thirdperson OFF] [ echo thirdperson ON] ]//You should change your say command to another key
bind "K" [echo "^f4Commiting suicide efficently..."; kill]
Ok so these are the ones I use, I just want the bind for Q to be a fast shot with the shotgun and not cycleweapon. Anyone help?
When you lose, you get better. When you win you practice more!

-
MysteryCube
- Guest
- Posts: 70
- Joined: Fri Jan 06, 2017 8:06 am
- Location: France
- Playstyle: map/frag
-
Contact:
Post
by MysteryCube »
ZobErZ wrote:nogun = [ weapon 0 ]
fi = [ setweapon FI; attack; ]
sg = [ setweapon SG; attack; ]
cg = [ setweapon CG; attack; ]
rl = [ setweapon RL; attack; ]
gl = [ setweapon GL; attack; ]
ri = [ setweapon RI; attack; ]
pi = [ setweapon PI; attack; ]
//Weapon scripts
fast_shot = [ lastwep = (getweapon); if (= $lastwep $arg1) [] [ weapon $arg1 ]; attack; onrelease [ setweapon $lastwep ] ]
//Efficbinds
bind "Q" [cycleweapon 2 3]
bind "F" [cycleweapon 2 4]
bind "E" [fast_shot 5]
bind "2" [fast_shot 1]
bind "M" [dropflag]
bind "G" [thirdperson (= $thirdperson 0); if (= $thirdperson 0) [echo thirdperson OFF] [ echo thirdperson ON] ]//You should change your say command to another key
bind "K" [echo "^f4Commiting suicide efficently..."; kill]
Ok so these are the ones I use, I just want the bind for Q to be a fast shot with the shotgun and not cycleweapon. Anyone help?
bind "Q" [lw = $getweapon;weapon 1;attack;onrelease setweapon $lw]
- MysteryCube.
Leader of VoxelArmy.

-
Odin
- Guest
- Posts: 26
- Joined: Mon Nov 28, 2016 5:12 am
- Playstyle: fragger
Post
by Odin »
Fredd scripted them?
-
MysteryCube
- Guest
- Posts: 70
- Joined: Fri Jan 06, 2017 8:06 am
- Location: France
- Playstyle: map/frag
-
Contact:
Post
by MysteryCube »
Odin wrote:Fredd scripted them?
What ones?
- MysteryCube.
Leader of VoxelArmy.

-
Odin
- Guest
- Posts: 26
- Joined: Mon Nov 28, 2016 5:12 am
- Playstyle: fragger
Post
by Odin »
Weapons binds
-
MysteryCube
- Guest
- Posts: 70
- Joined: Fri Jan 06, 2017 8:06 am
- Location: France
- Playstyle: map/frag
-
Contact:
Post
by MysteryCube »
Odin wrote:Weapons binds
MysteryCube wrote:Hey guys,
That's my personals binds I'm using, feel free to use them:
Code: Select all
bind <bind> [lw = $getweapon;weapon <number>;attack;onrelease setweapon $lw]
Replace <bind> to a real bind and <number> to one of those numbers:
0 = chainsaw,
1 = shotgun,
2 = chaingun,
3 = rocketluncher,
4 = riflerounds,
5 = grenades,
6 = cartridges.
Well I don't know but that's mines...
- MysteryCube.
Leader of VoxelArmy.

Users browsing this forum: No registered users and 2 guests