================================================================================ AMX Mod Plugin http://amxmod.net -------------------------------------------------------------------------------- Name : Spawn Protection (spawn_protection) Author : JustinHoMi -------------------------------------------------------------------------------- Prevents players from spawn killers. It sets your health to 10000 for the first 5 seconds of the map. Cvars: amx_spawn_protect (0=off; 1=on) (defaults to 0) amx_spawn_protect_time (default of 5.0) I'd also suggest setting mp_freezetime to 0 for best effectiveness. This plugin is most useful when set on a per map basis with the map config management plugin. -------------------------------------------------------------------------------- Installation : - Extract file spawn_protection.amx to directory addons/amx/plugins - Open addons/amx/plugins/plugins.ini - Add a line containing : spawn_protection.amx ================================================================================