The special about this warmup is that it players get random weapons e.g. pistol, smg,... This creates like a little deathmatch for the warmup. The players respawn after a amount of time you can decide. Also you can execute scriptfiles before and after the warmup (maybe to enable some other plugins?).
Board:
[url]http://forums.mattie.info/cs/forums/viewtopic.php?p=220163[/url]
Installation
just create a subfolder in your addons/eventscripts folder named pwarmup and place the download file in it. Then load it via es_load pwarmup (in autoexec.cfg, server.cfg, ...)
Version Notes For 1.02
Updated on: 2008-07-09 13:32:06 EST by Eun (View Zip Contents)
*execute scripts before/after the warmup
*randomly weapongive
*automatic respawn
*respawn protection
What you can configure:
[code]
// Enter your warmup time here (in sec)
pwarmupTime 120
//
// Display settings: where should the counter be displayed
// Display on top?
es_xsetinfo pwarmupdsptop 1
// (0 = No, 1 = Yes)
// Display on bottom?
es_xsetinfo pwarmupdspbottom 1
// (0 = No, 1 = Yes)
// Display on center?
es_xsetinfo pwarmupdspcenter 1
// (0 = No, 1 = Yes)
// Enter a cfg file that should executed before warmup
pexecbefore 0
// (0 for nothing)
// Enter a cfg file that should executed after warmup
pexecafter 0
// (0 for nothing)
// Enter the time players should respawn (in sec)
prespawn 2.5
// (0 = respawn imidiantly)
// Enter the time players should be immune against damage (in sec)
pgodsec 2.5
// ( 0 for don't immune them)
// Give weapons for warmup?
pgiveweaps 1
// (0 = No, just give a knife, 1 = Yes)
// Enter the posibility to get a weapon (only ehen pgiveweaps = 1)
prandomweap 50
// (min = 27)
// Enter the time after idle weapons should be removed
premoveweap 25
// (keep it low - it can lag if you set it to high)
// Enter the time after dead players should be removed
premoveragdolls 5
// (keep it low - it can lag if you set it to high)
[/code]