PDA

View Full Version : OGC commands list


Apollion
28th August 2002, 03:22
Does anyone know where to find a list of commands to use to make a script in OGC???

I am trying to bind mouse1 to a certain vec, smooth aim, random aim, a certain recoil, to lock on hlh style, and then when you release mouse1 to go back to original....

This is what i have so far

alias "+Drockshot" "+doshoot; shoot 0;lock 1;aim 1; modelaim 0;HeartBunny; recoil 1.47; humaim; smooth_t"
alias "-Drockshot" "YenHeadshot; recoil 1.1; humaim; smooth_t"

bind "mouse1" "+Drockshot"

but for some reason attack is stuck on, in other words i don't press anything and my gun fires until empty.......

anyway any input would be greatly appreciated :cheeky:

SayaPwnzNewbs
29th August 2002, 13:38
you forgot -doshoot

Apollion
5th September 2002, 02:42
true thanks man