Spwantimerje

im about to bind a spawntimer.
which spawntimes are needed and if
which time for which map ?
30 / 20 is nP
but 15 and 25 as well ?
Comments
12
Jahaa ! gl
lol eat shit
25 for grush.

Dont know about 15

but a SIMPLE timer is:


/timerset "NUMBER"

Eg

/timerset 30
25 for grush?

You play jaymod or something?
Parent
25 for frostbite

35 for et_beach
Parent
it depends on which league you are palyin palyin. There are different times in each league.
http://www.antman.info/wolf/etpro/scripts/spawntimer.zip

u have on this script

10
15
20
25
30

np

(read the readme)
you can see spawntimes from server info
//Spawntimer\\

bind 5 "vstr timerSet-time; vstr enemy-spawned; play sound/menu/select.wav"
bind 6 "vstr timerSet-toggle"
set enemy-spawned "say_team ^1>^0> ^1E^0nemy ^1S^0pawned!"

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 resetTimer; timerSet 20; set timerSet-toggle vstr timerSet30; echo ^1>> ^0Timer Set: ^120; play sound/menu/select.wav"
set timerSet30 "set timerSet-time resetTimer; timerSet 30; set timerSet-toggle vstr timerSet25; echo ^1>> ^0Timer Set: ^130; play sound/menu/select.wav"
set timerSet25 "set timerSet-time resetTimer; timerSet 25; set timerSet-toggle vstr timerSet15; echo ^1>> ^0Timer Set: ^125; play sound/menu/select.wav"
set timerSet15 "set timerSet-time resetTimer; timerSet 15; set timerSet-toggle vstr timerSetxx; echo ^1>> ^0Timer Set: ^115; play sound/menu/select.wav"
set timerSetxx "set timerSet-time vstr timerSet-TimerInput; set timerSet-toggle vstr timerSet20; echo ^1>> ^0Timer Set: ^1Input; play sound/menu/select.wav"
u need 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 35 36 37 38 39 40
so stop posting here and strat scripting
use autoexec_MAPNAME.cfg and add the times there.
Back to top