spawntimer needed

i need a spawntimer with the following options:
-button for changing spawntime between 20/30
-enter spawntime @ numblock
-button for writing the text into team/fireteam chat (more than once)
-i should be able to type the right spawntime directly again after i misclicked.

just found bugged shit via google ...

ty 8DD
Comments
36
try google first xd
Quotejust found bugged shit via google ...
Parent
you failed. try again
Parent
why do people prefer that kind of spawntimer instead of etpro spawntimer?
got both. but i only use the etpro one :>
Parent
Well, firstly I want my teammates to know the spawntimes as well since ventrilo is sometimes misleading and I don't want to wait till the enemy spawns, I'm used to look at the normal clock, just need a reminder of their exact spawntime sometimes...
Parent
your team mates are either very stupid or lazy as fuck

what do you mean with i dont want to wait till the enemy spawns?

the red timer just popes next to the yellow one and it counts down:D
Parent
i dont care what my teammates are, but i prefer it that way

you gotta press the button for the timer on the enemy's spawn, thats what i mean with waiting
Parent
what do u mean
Parent
i never liked the etpro spawntimer, have to press it on the exact right moment and sometimes im just too busy to push it

its not like remembering a number is difficult at all, and its easier to work off one timer than two (since you need the timer to time pushes, routes, expected enemy positions etc not just spawntime)
Parent
you cant deny its better then the numpad one:D
Parent
never said i use the numpad one, i play with teammates who arent complete retards and when someone says "they spawn at 42" everyone knows and can remember that they spawn 02/22/42... how hard is that really
Parent
it makes it easier
Parent
its what i use so much fucking easier
Parent
danke, but it's a bit complicated with typing it again, you gotta press a button ;]
Parent
You're prolly looking for something like:
bind HOME "vstr TimerNow" //Spawntimer
bind PGUP "vstr TimerCmd"//Spawntimer
bind PGDN "resettimer"//Spawntimer
bind END "say_team ^7ENE^4MY ^7RESP^4AW^7NES IN ^05"
bind KP_4 "say_tEAM ^7ENE^4MY ^7SPAWNED"

seta TimerD "echo ^7DEFENCE SPAWN TIMER, TIMER SET TO ^c30; set TimerCmd vstr TimerO; set TimerNow timerset 30"
seta TimerO "echo ^7OFFENCE SPAWN TIMER, TIMER SET TO ^c20; set TimerCmd vstr TimerC; set TimerNow timerset 20"
seta TimerC "echo ^7COMPETITION SPAWN TIMER, TIMER SET TO ^c25; set TimerCmd vstr TimerM; set TimerNow timerset 25"
seta TimerM "echo ^7MISCELANIOUS SPAWN TIMER, MANUAL TIMER; set TimerCmd vstr TimerD; set TimerNow opentimerinput"
seta TimerCmd "vstr TimerD"
Parent
no thats the etpro one..
im looking for smth like urtiers, checking it out atm =)
Parent
Haha, fail more. Even servers with a 2 year old clanbase config on won't be crashed by that :)
Seems no one uses 2 year old cb configs then, since 95% of servers i've played at will crash on that.
Parent
Any config from the 10.05.07 onwards in clanbase has combinedfixes.lua included which has:
Quotefunction et_ClientCommand(cno,cmd)
if string.lower(cmd) == "ws" then
local n = tonumber(et.trap_Argv(1))
if n and n < 0 or n > 21 then
et.G_LogPrint(string.format("wsfix: client %d bad ws %d\n",cno,n))
return 1
end
end
return 0
end


written in it

this however is not a full fix, as it is still possible to crash the server using the /ws command

/ws 9999999 will not work, no matter how hard you try no series of numbers is going to crash the server, period
Parent
Nice, i wonder why the servers still crash for the way i write it.
Parent
uneducated server admins probably

not that it matters, /ws 9999999z will still crash the server even with this fix ;_;
Parent
Back to top