Need Spawntimer

give me one?^^ =) :P
Comments
15
/bind v timerset 15
/bind c timerset 20
/bind x timerset 25
/bind z timerset 30
//spawntimer
bind KP_END timerset 15
bind KP_DOWNARROW timerset 20
bind KP_PGDN timerset 30
you have one inside your head >_>
bind kp_plus "vstr timerSet-time; vstr enemy-spawned"
bind kp_minus "vstr timerSet-toggle"

seta enemy-spawned "cmd say_team ^ip ^0 ^0spawned^i! "

seta timerSet-time "timerSet 20"
seta timerSet-toggle "vstr timerSet30"

seta timerSet-TimerInput "openTimerInput; set timerSet-time resetTimer; set timerSet-toggle vstr timerSet30"

seta timerSetxx "set timerSet-time vstr timerSet-TimerInput; set timerSet-toggle vstr timerSet15; echo ^ip ^0 timerset: ^zinput"
seta timerSet15 "set timerSet-time timerSet 15; set timerSet-toggle vstr timerSet20; echo ^ip ^0 timerset^0: ^z15"
seta timerSet20 "set timerSet-time timerSet 20; set timerSet-toggle vstr timerSet25; echo ^ip ^0 timerset^0: ^z20"
seta timerSet25 "set timerSet-time timerSet 25; set timerSet-toggle vstr timerSet30; echo ^ip ^0 timerset^0: ^z25"
seta timerSet30 "set timerSet-time timerSet 30; set timerSet-toggle vstr timerSetxx; echo ^ip ^0 timerset^0: ^z30"
look at the timer when enemy is doing selfkill, - easiest spawntimer ever.
no shit? =DD
Parent
only4noob.de
!
powered by meffen <3 :D
Parent
click here BEST SPAWNTIMER EVER !

hf whit it
//Spawntimer
bind R "vstr timerSet-time; vstr enemy-spawned; play sound/menu/select.wav"
bind \ "vstr timerSet-toggle"
set enemy-spawned "echo ^p-> ^7Enemy 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"
//Spawn Timer

unbind kp_end
unbind kp_downarrow
unbind kp_pgdn
unbind kp_leftarrow

bind kp_downarrow "vstr stimer"
bind kp_end "vstr enemyspawned"
bind kp_pgdn "timerset 0; echo "^7Timer disabled ^0!""
set stimer "vstr spawn_t1"
set spawn_t0 "echo "^7Timer ^0: ^720"; set enemyspawned timerset 20; set stimer vstr spawn_t1"
set spawn_t1 "echo "^7Timer ^0: ^730"; set enemyspawned timerset 30; set stimer vstr spawn_t2"
set spawn_t2 "echo "^7Timer ^0: ^735"; set enemyspawned timerset 35; set stimer vstr spawn_t3"
set spawn_t3 "echo "^7Timer ^0: ^715"; set enemyspawned timerset 15; set stimer vstr spawn_t4"
set spawn_t4 "echo "^7Timer ^0: ^725"; set enemyspawned timerset 25; set stimer vstr spawn_t0"
I think the easiest timer is the one which is integrated in etpro.
one key to set the periode and one to reset.
Back to top