Scripts^^^^

he yo
could some1 do me a favour and post some straight links for spawnscript,spawntimer and class-selector? (in journal or pm)

thx in advance

p.s. simplest stuff has primacy (no sounds, complex addings etc. =D )
Comments
6
// spawn

bind KP_LEFTARROW "setspawnpt 4;say_team ^1/^7Spawnpoint ^1 4"
bind KP_5 "setspawnpt 5;say_team ^1/^7Spawnpoint ^1 5"
bind KP_END "setspawnpt 1; say_team ^1/^7Spawnpoint ^1 1"
bind KP_DOWNARROW "setspawnpt 2; say_team ^1/^7Spawnpoint ^1 2"
bind KP_PGDN "setspawnpt 3; say_team ^1/^7Spawnpoint ^1 3"
bind KP_INS "setspawnpt 0; say_team ^1/^7Spawnpoint ^1 Default"


// Spawntimer

bind o "vstr timerSet-time; vstr enemy-spawned"
bind p "vstr timerSet-toggle"
seta enemy-spawned "cmd vsay_team move ^3nubz_^0spawned."
seta timerSet-time "timerSet 20"
seta timerSet-toggle "vstr timerSet30"
seta timerSet-TimerInput "openTimerInput; set timerSet-time resetTimer; set timerSet-toggle vstr timerSetxx"
seta timerSet20 "set timerSet-time timerSet 20; set timerSet-toggle vstr timerSet30; echo ^7timerset^0: ^82^d0"
seta timerSet30 "set timerSet-time timerSet 30; set timerSet-toggle vstr timerSet15; echo ^7timerset^0: ^83^d0"
seta timerSet15 "set timerSet-time timerSet 15; set timerSet-toggle vstr timerSetxx; echo ^7timerset^0: ^81^d5"
seta timerSetxx "set timerSet-time vstr timerSet-TimerInput; set timerSet-toggle vstr timerSet20; echo ^7timerset^0: ^7inp^8u^dt"

// class

bind F4 "class m 1;say_team ^9>> ^0med^0."
bind F5 "class f 1;say_team ^9>> ^0fop^0."
bind F6 "vstr engi"
bind F7 "vstr cop"
bind F8 "vstr sol"
bind F10 "team blue; echo ^3camp: ^9>>^0Allies^9."
bind F11 "team red; echo ^3camp: ^9>>^0Axis^9."

i didn found any links :DDDDDDDDDDDD
exec spawntimer.cfg // Files @ http://mitglied.lycos.de/pumu/Spawntime.rar


Quote
bind F5 "class m 1; echo ^3-> MEDIC ;play sound\menu\filter.wav"
bind F6 "class f 1; echo ^3-> LIEUTNANT ;play sound\menu\filter.wav"
bind F7 "class s 4; echo ^3-> PANZER ;play sound\menu\filter.wav"
bind F8 "class c 1; echo ^3-> covert STEN ;play sound\menu\filter.wav"
bind F9 "class c 2; echo ^3-> covert FG42 ;play sound\menu\filter.wav"
bind F10 "class c 3; echo ^3-> covert SNIPER ;play sound\menu\filter.wav"
bind o "class e 1; echo ^3-> ENGI smg ;play sound\menu\filter.wav"
bind p "class e 2; echo ^3-> RIFLE ;play sound\menu\filter.wav"



Quote
bind INS "setspawnpt 0; echo ^0{0} ;play sound\menu\select.wav"
bind HOME "setspawnpt 1; echo ^1{1} ;play sound\menu\select.wav"
bind PGUP "setspawnpt 2; echo ^2{2} ;play sound\menu\select.wav"
bind DEL "setspawnpt 3; echo ^3{3} ;play sound\menu\select.wav"
bind END "setspawnpt 4; echo ^4{4} ;play sound\menu\select.wav"
bind PGDN "setspawnpt 5; echo ^5{5} ;play sound\menu\select.wav"
Laggers spawnscript find it in his profile
Back to top