| View previous topic :: View next topic |
| Author |
Message |
mind-friend
Little Pudding Boy
Joined: 15 Jun 2005
Posts: 3962
Location: UK
|
|
|
i made this script as a result of broodplank resurecting an idea that i had long scince forgotten.
whilst i was making this script i got carried away and ended up with something worthy of a release, although its not exactly 'Advanced HL engine scripting'..
| Code: | /////////////////////////
// Time based bursting //
/////////////////////////
//
//;m_pitch "0.022"
//;alias "m_pitch" "ip_blank"
//;alias "ip_blank" ""
//
//;alias "ip_shot_end" "-attack;alias m_pitch ip_blank"
//;alias "ip_shot_0.5" "+attack;alias m_pitch ip_shot_end"
//;alias "ip_shot_1.0" "+attack;alias m_pitch ip_shot_0.5"
//;alias "ip_shot_1.5" "+attack;alias m_pitch ip_shot_1.0"
//;alias "ip_shot_2.0" "+attack;alias m_pitch ip_shot 1.5"
//;alias "ip_shot" "ip_shot_$"
//;alias "ip_shot_$" "ip_shot_0.5"
//;alias "ip_shotmenu_$" "ip_shotmenu_1.0"
//;alias "ip_shotmenu_0.5" "alias ip_shot_$ ip_shot_0.5;motdfile ip_motd.txt;motd_write *IP' | Burst length 0.5;developer 1;motd;developer 0;alias ip_shotmenu_$ ip_shotmenu_1.0"
//;alias "ip_shotmenu_1.0" "alias ip_shot_$ ip_shot_1.0;motdfile ip_motd.txt;motd_write *IP' | Burst length 1.0;developer 1;motd;developer 0;alias ip_shotmenu_$ ip_shotmenu_1.5"
//;alias "ip_shotmenu_1.5" "alias ip_shot_$ ip_shot_1.5;motdfile ip_motd.txt;motd_write *IP' | Burst length 1.5;developer 1;motd;developer 0;alias ip_shotmenu_$ ip_shotmenu_2.0"
//;alias "ip_shotmenu_2.0" "alias ip_shot_$ ip_shot_2.0;motdfile ip_motd.txt;motd_write *IP' | Burst length 2.0;developer 1;motd;developer 0;alias ip_shotmenu_$ ip_shotmenu_0.5"
//
//;bind "mouse3" "ip_shot"
//;bind "ins" "ip_shotmenu_$"
//
/////////////////////////
// Credits: //
// - Peorth //
// - Lance Vorgin //
// - mind-friend //
///////////////////////// |
IP is some french clan i charmed my way into, remove all the IP stuff if you wish.
(code tags not used in pointless rebelion against nake's syntax highlighter)
--
god knows why you would want to burst for 2 secs.
EDIT:
why is this text bigger?(Disclaimer: May not be true)
|
|
| Posted on Thu Feb 16, 2006 2:58 pm |
 |
broodplank
Little Pudding Boy
Joined: 15 Dec 2005
Posts: 4400
Location: The Netherlands
|
|
|
|
| Posted on Thu Feb 16, 2006 3:09 pm |
 |
nake89
Little Pudding Boy
Joined: 19 May 2005
Posts: 5339
Location: Helsinki, Finland
|
|
|
Pointless rebellion indeed coz there is no color-thing yet.What's up? :P
|
|
| Posted on Thu Feb 16, 2006 3:14 pm |
 |
mind-friend
Little Pudding Boy
Joined: 15 Jun 2005
Posts: 3962
Location: UK
|
|
|
aye but when it is finished.(Disclaimer: May not be true)
|
|
| Posted on Thu Feb 16, 2006 3:24 pm |
 |
nake89
Little Pudding Boy
Joined: 19 May 2005
Posts: 5339
Location: Helsinki, Finland
|
|
|
Why are you rebelling anyway?
And code-tags are better, the font is better...What's up? :P
|
|
| Posted on Thu Feb 16, 2006 3:25 pm |
 |
ELX[Draco]
♂♂♂♀♂ ◡ ◕
Joined: 11 Apr 2005
Posts: 8419
Location: The Netherlands
|
|
|
Code goes between code tags, nothing else.
|
|
| Posted on Thu Feb 16, 2006 5:21 pm |
 |
nake89
Little Pudding Boy
Joined: 19 May 2005
Posts: 5339
Location: Helsinki, Finland
|
|
|
ELX[Draco] wrote:Code goes between code tags, nothing else. I wuv you.What's up? :P
|
|
| Posted on Thu Feb 16, 2006 5:56 pm |
 |
Mball
Little Pudding Boy
Joined: 01 Jun 2006
Posts: 400
|
|
|
|
| Posted on Thu Jun 01, 2006 6:38 pm |
 |
BoB
Little Pudding Boy
Joined: 08 Jun 2005
Posts: 716
|
|
|
So change the alias names?
|
|
| Posted on Thu Jun 01, 2006 6:45 pm |
 |
Mball
Little Pudding Boy
Joined: 01 Jun 2006
Posts: 400
|
|
|
Its that easy? Ok, thanks :)
|
|
| Posted on Thu Jun 01, 2006 6:47 pm |
 |
|