Digital Paint Discussion Board

Paintball 2: The Game => Paintball 2 Discussion => Topic started by: Joker on October 28, 2006, 09:21:11 PM

Title: DJ script
Post by: Joker on October 28, 2006, 09:21:11 PM
Can somebody please post the DJ script?
Ty.  ;D
Title: Re: DJ script
Post by: toM|vendettA on October 28, 2006, 09:24:11 PM
Code: [Select]
alias +dj "+moveup;10waits;-moveup;10waits;+moveup;10waits"
alias -dj "-moveup"
alias 10waits "wait;wait;wait;wait"

Thats the original double jump script that I made. Copy and paste that into your console and bind a key to +dj. If it does not work properly add or delete "wait;"'s in the 10waits alias.

If you need any other scripting help just hollar.
Title: Re: DJ script
Post by: Vandir on October 29, 2006, 08:59:42 AM
how do you bind a key to +dj?
Title: Re: DJ script
Post by: Smokey on October 29, 2006, 09:08:48 AM
lmao.....

bind KEY +dj

Title: Re: DJ script
Post by: Vandir on October 29, 2006, 09:20:25 AM
thought so...  :D
Title: Re: DJ script
Post by: jitspoe on October 30, 2006, 01:00:00 PM
Quote
alias 10waits "wait;wait;wait;wait"

Wouldn't that be... 4waits?
Title: Re: DJ script
Post by: Zorchenhimer on October 30, 2006, 01:02:20 PM
so he cant count that far yet, but we're working on it.
Title: Re: DJ script
Post by: jitspoe on October 30, 2006, 01:05:11 PM
Must be base 4...

0
1
2
3
10
11
12
13
20
21
22
23
30
...
Title: Re: DJ script
Post by: RaWrR on November 05, 2006, 02:06:18 PM
thanks tom.