spawntimah ;x
•
8 Sep 2008, 07:58
•
Journals
Hiho im looking for spawntimer this one with red number near nornal spawntime
i once had it like that bind x chose timer betwen 15, 20, 25, 30 with echos
and bind y start counting with echo can any1 make something like this ?
i once had it like that bind x chose timer betwen 15, 20, 25, 30 with echos
and bind y start counting with echo can any1 make something like this ?
bind "key" "timerset 20"
bind "key" "timerset 25"
bind "key" "timerset 30"
or
buuh :D
set "spawntimer" "vstr spawn1"
bind "key" "vstr spawntimer"
set spawn1 "timerset 15; set spawntimer vstr spawn2"
set spawn2 "timerset 20; set spawntimer vstr spawn3"
set spawn3 "timerset 25; set spawntimer vstr spawn4"
set spawn4 "timerset30; set spawntimer vstr spawn1"
and to turn it off you still need a key with "timerset 0" ..just woke up, hope it works :D
You could avoid having to press so many buttons by making a map autoexec (autoexec_supply) Im not quite sure, and then put vstr's with one universal cvar like alliedST axisST put the values for spawntimes in and make a key bind to cycle through them but Im not gonna write that shit down here xD www.only4noob.de should help
But if you could pm me your script I'll see how it works and rewrite it for use (if I like it) :>