CatWomanПрокрадывается на базу врага-Шанс прокрастся на базу врага

Код
//Catwoman
catwoman_level 1
catwoman_seconds 0.5 //Seconds after round starts that she sneaks to other base
catwoman_change 10.0 //Look like the enemy when you sneak? 0 dont look like enemy. 1.0 look like enemy for entire round. 2.0 and above is the time you look like the enemy.
catwoman_mode 2 //Mode of sneaking-
// 1. It multiplies pctperlev cvar times current level and if it is higher than a random number, you sneak
// 2. Works like my abomination, takes maxrounds and subtracts your level from it.
// This number is how many rounds you have to wait until you can sneak.
// It won't go under the minrounds.
//Catwoman - mode 1
catwoman_pctperlev 0.01 //Percent chance per level of sneaking
//Catwoman - mode 2
catwoman_maxrounds 20 //Max rounds to wait (minus your level) until you can sneak
catwoman_minrounds 5 //Min rounds to wait until you can sneak, no matter your level, it wont go under this[/quote]