Copy the folder surfprotection in your cstrike/addons/eventscripts/ Folder.
Edit following Settings:
[syntax="es"] /////////////////////////////////
//////// SETTINGS START /////////
/////////////////////////////////
// On which Mapsprefixes should surfprotection go? (Seperate with ; )
surf_mapprotection "surf ; sf" // DEFAULT: "surf ; sf" Mapprefixes
// How long should the surfProtection go? (with freeze Time)
surf_protectiontime "10" // DEFAULT: "10" Seconds
// Which Color should the CT get during the surfprotection? ( First is "Red", Second is "Green", Third is "Blue")
surf_playercolor_CT_RED "0" // DEFAULT: "0"
surf_playercolor_CT_GREEN "0" // DEFAULT: "0"
surf_playercolor_CT_BLUE "255" // DEFAULT: "255"
// Which Color should the T get during the surfprotection? ( First is "Red", Second is "Green", Third is "Blue")
surf_playercolor_T_RED "255" // DEFAULT: "255"
surf_playercolor_T_GREEN "0" // DEFAULT: "0"
surf_playercolor_T_BLUE "0" // DEFAULT: "0"
// Should show a Center Text, when Protection is Off? ( 1 = On ; 0 = Off)
surf_protectioncentermsg "1" // DEFAULT: "1"
/////////////////////////////////
//////// SETTINGS END ///////////
/////////////////////////////////[/syntax]
Version Notes For 1.0
Updated on: 2009-03-17 10:17:37 EST by uedi (View Zip Contents)
1.0
First Release