spawn timer ;x

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]
Comments
24
/timerset 20/30
/resettimer
thank you ;P
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?
Parent
/bind key timerset 20/25/30/35
next map you can overbind it
Parent
// Spawntimer

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"
thank you 2 but i prefer the easier way ;D
Parent
Well that is easy to use 8(
Parent
90% of mine :p
only 25 added
Parent
Only noobs use timerscript, Pros keep the spawntime in their head.
well...
(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
Parent
meh, not really. you could keep it on your head, but it's easier to just make it appear on your screen, more comfortable. :)
Parent
i agr33 ^_^
Parent
:XDDDDDDDDD
Parent
bind adawdawf timerset 30
bind asdahbdhf timerset 20
yeah
that's what ive been looking for
thanks a lot ;D
Parent
ishai nice wnb russian skillz =P
Parent
bind y "+moveleft"
bind x "+moveright"
//Spawntimer

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 ._.
best way make autexec of maps and do the timer in it.
For info pm me
greetz
to much work.. look at the obj timer
Parent
Back to top