spawn timer ;x
•
24 Aug 2007, 09:18
•
Journals
i need the command for etpro that starts count the time from 30/20 if i press the x/y buttons
(well im just back after more than 1 year without the game but the NOSTALGIA is stronger than me ;D)
[THX FOR THE HELPERS]
(well im just back after more than 1 year without the game but the NOSTALGIA is stronger than me ;D)
[THX FOR THE HELPERS]
/resettimer
but what is the correct command as bind because i really dont know
like "bind x timereset 20"
and "bind y timereset 30"
or something?
next map you can overbind it
bind kp_uparrow "vstr timerSet-time; vstr enemy-spawned; play sound/menu/select.wav"
bind kp_pgup "vstr timerSet-toggle"
set enemy-spawned "echo ^p-> ^gEnemy Spawned"
set timerSet-time "timerSet 20"
set timerSet-toggle "vstr timerSet30"
set timerSet-TimerInput "openTimerInput; set timerSet-time resetTimer; set timerSet-toggle vstr timerSetxx"
set timerSet20 "set timerSet-time timerSet 20; set timerSet-toggle vstr timerSet30; echo ^1>> ^9Timer Set: 20; play sound/menu/select.wav"
set timerSet30 "set timerSet-time timerSet 30; set timerSet-toggle vstr timerSet15; echo ^1>> ^9Timer Set: 30; play sound/menu/select.wav"
set timerSet15 "set timerSet-time timerSet 15; set timerSet-toggle vstr timerSetxx; echo ^1>> ^9Timer Set: 15; play sound/menu/select.wav"
set timerSetxx "set timerSet-time vstr timerSet-TimerInput; set timerSet-toggle vstr timerSet20; echo ^1>> ^9Timer Set: Input; play sound/menu/select.wav"
only 25 added
(well im just back after more than 1 year without the game but the NOSTALGIA is stronger than me ;D)
im probably "oldschool" noob ^_^
thats why im looking for easy ways for spwantimer ;x
bind asdahbdhf timerset 20
that's what ive been looking for
thanks a lot ;D
bind x "+moveright"
bind * "vstr TimerNow"
bind KP_SLASH "vstr TimerCmd"
bind KP_NUMLOCK "resettimer"
seta TimerD "echo Defense Spawn Timer, timer set to ^130; set TimerCmd vstr TimerO; set TimerNow timerset 30"
seta TimerO "echo Offense Spawn Timer, timer set to ^120; set TimerCmd vstr TimerC; set TimerNow timerset 20"
seta TimerC "echo Competition Spawn Timer, timer set to ^125; set TimerCmd vstr TimerM; set TimerNow timerset 25"
seta TimerM "echo Miscelanious Spawn Timer, manual timer; set TimerCmd vstr TimerD; set TimerNow opentimerinput"
seta TimerCmd "vstr TimerD"
Just change the binds ._.
For info pm me
greetz