| View previous topic :: View next topic |
| Author |
Message |
Q_ball
unb&
Joined: 07 Jan 2007
Posts: 4557
Location: keeps coming back
|
|
|
Script I made for the Glock that also works for the Famas (AKA Clarion) and basically fires a shot on Burst-Mode for the gun then a Single Semi-Auto Shot, on each mouseclick.
Edit: Also noticed it can be used for quickscoping, but it's not recommended.
| Code: | // 4-Bullet Semi-Burst Script
// By Q-bA11
scripting.elxDraco.net
alias echo_on.cP7 "motdfile echo.txt; cl_showfps 0"
alias echo_off.cP7 "developer 1; motd; developer 0; motdfile motd.txt"
alias +4burst.[cP7] "+attack; +attack2; +attack; +attack2"
alias -4burst.[cP7] "-attack; -attack2; -attack; -attack2"
alias glockburst_tog.[cP7] "glockburst_off.[cP7]"
alias glockburst_on.[cP7] "bind mouse1 +4burst.[cP7]; echo_on.cP7; motd_write [4-Bullet Burst On]; echo_off.cP7; alias glockburst_tog.[cP7] glockburst_off.[cP7]"
alias glockburst_off.[cP7] "bind mouse1 +attack; echo_on.cP7; motd_write [4-Bullet Burst Off]; echo_off.cP7; alias glockburst_tog.[cP7] glockburst_on.[cP7]"
bind "mouse1" "+4burst.[cP7]"
bind "alt" "glockburst_tog.[cP7]" |
Last edited by Q_ball on Mon Apr 26, 2010 7:25 am; edited 7 times in total
|
|
| Posted on Wed Apr 18, 2007 6:45 am |
 |
loloslav
Little Pudding Boy
Joined: 16 Jan 2007
Posts: 183
|
|
|
Silly question:
Are all this bullets real? I mean, are they all not only on client side?
|
|
| Posted on Wed Apr 18, 2007 7:07 am |
 |
Q_ball
unb&
Joined: 07 Jan 2007
Posts: 4557
Location: keeps coming back
|
|
|
They are real. This is nothing like "fakeshot".
|
|
| Posted on Wed Apr 18, 2007 7:59 am |
 |
loloslav
Little Pudding Boy
Joined: 16 Jan 2007
Posts: 183
|
|
|
So its cool :D Thanx for that man 8)
|
|
| Posted on Wed Apr 18, 2007 9:07 am |
 |
Huppy
Little Pudding Boy
Joined: 06 Mar 2006
Posts: 32
|
|
|
Hi, thanks for this.
The 4shot burst works fine but when I press "alt" I can't shoot anymore. The console tells me :
Quote
motd:[4-Bullet Burst Off]
Unknown command: +attackNO2
Unknown command: -attack
Did I something wrong ?
|
|
| Posted on Wed Apr 18, 2007 4:03 pm |
 |
AnAkIn
Little Pudding Boy
Joined: 02 Jan 2006
Posts: 2812
|
|
|
replace +attackNO2 by +attack in the script
|
|
| Posted on Wed Apr 18, 2007 4:09 pm |
 |
Q_ball
unb&
Joined: 07 Jan 2007
Posts: 4557
Location: keeps coming back
|
|
|
Fixed, sorry. +attackNO2 is my mouse1 bind. :roll:
|
|
| Posted on Wed Apr 18, 2007 5:00 pm |
 |
anX
Little Pudding Boy
Joined: 07 Jun 2007
Posts: 45
|
|
|
|
| Posted on Wed Aug 29, 2007 1:40 pm |
 |
|