////////////////////// // Freeze Tag stuff // ////////////////////// // Scores are as follows: // Freezeing an enemy = +20 team points // Defrosting a team mate = +10 team points set scr_ftag_timelimit "30" set scr_ftag_scorelimit "1000" set scr_ftag_roundlimit "5" set scr_ftag_waverespawndelay "0" // Time to defrost a frozen team mate set ftag_defrosttime "5" // How to defrost team mates // 0 = Aim at a team mate and hold Use to defrost // 1 = Go up to a team mate and hold Use to defrost (weapon is disabled but you can // look away from your team mate) set ftag_defrostmode "0" // Max distance from the enemy to freeze them // 0 = No limit set ftag_freezemaxrange "1500" // Max distance from a team mate to defrost them // Larger values like 1500 is best for defrost mode 0 // Smaller values like 100 is best for defrost mode 1 // 0 = No limit set ftag_defrostmaxrange "1500" // When defrosted, you respawn at a spawn point near your team set ftag_defrostrespawn "1" // If enabled, only a R700 sniper with ACOG scope will be availiable // (less zoom, no knife, smaller crosshair, 5 clip) set ftag_1hitfreeze "0" // Your health if 1hitfreeze is not enabled set ftag_temperature "100" // When defrosting, you dont have to start again if u let go of Use // or if you freeze then someone else can carry on defrosting set ftag_keepdefrosttime "1" // Auto defrost will defrost a frozen player if they are not defrosted // after the time set // 0 = off set ftag_autodefrost "0" //////////////////////////////// // Not quite Freeze Tag stuff // //////////////////////////////// // Removes MG mounts set ftag_removemgs "1" // Sets the jump height, 39 is normal, 64 is old school height set scr_jumpheight "39" // When players land from jumping, they slow down quickly, 1 is nomrmal set scr_jumpslowdown "1" // Max damage will be done above this height 300 is normal set scr_falldamagemaxheight "300" // Min damage will be done above this height 128 is normal set scr_falldamageminheight "128" // Add some bots (PB must be off, not quite working 100% as they dont rejoin) set scr_ftagbots "0"