1.Куриный беспредел: sv_holiday_mode 1
ent_create chicken
ent_fire chicken addoutput "modelscale 10"
-------------------------------------------------------------------------------------------------
2.Атака черепушек impulse 102
bind "c" "impulse 102"
3.Банан на поясе:
prop_physics_create props/cs_italy/bananna.mdl
ent_fire !picker addoutput "CollisionGroup 2"
ent_fire !picker setparent !activator
ent_fire !picker setparentattachment grenade0 thirdperson
4.Круговорот вселенной:
cl_pitchup 360
cl_pitchdown 360
5.Режим бога:
fov_cs_debug 160
thirdperson
6.Пиксельная лихорадка:
mat_showlowresimage 1
7.Хромированный мир:
r_showenvcubemap 1
8.Арбузный беспредел:
alias "melon" "prop_physics_create \props_junk\watermelon01.mdl"
bind "key" "melon
melon
9.Бесконечные бомбы:
ent_create planted_c4_training
ent_fire planted_c4_training ActivateSetTimerLength 10
10.Взрывной аппарат
ent_create env_explosion; ent_fire env_explosion Explode
ent_create env_spark; ent_fire env_spark StartSpark
ent_create env_fire; ent_fire env_fire StartFire
ent_create env_splash; ent_fire env_splash Splash
11.Огоньки
ent_create env_spark
ent_fire env_spark StartSpark
12.Молотов:
ent_create env_fire
ent_fire env_fire StartFire
13.Водяной прокол:
ent_create env_splash
ent_fire env_splash Splash
14.Разноцветные тимейты:
ent_fire !self color "255 0 0"
ent_fire !self color "0 255 0"
ent_fire !self color "0 0 255"
15.Большие пушки:
ent_fire weapon_ak47 addoutput "modelscale 10"
ent_fire weapon_awp addoutput "modelscale 10"
ent_fire weapon_c4 addoutput "modelscale 10"
16.Предатель:
mp_anyone_can_pickup_c4 1
17.Невидимка
ent_fire !self addoutput "rendermode 6"
ent_fire !self addoutput "rendermode 0"
ent_fire !self addoutput "modelindex 2"
18.Гравитационный беспредел:
cl_ragdoll_gravity 0
cl_ragdoll_gravity -10000
19.Роботы
bot_stop 1
bot_add
bot_place
bot_mimic 1
20.Праздник:
give weapon_taser
sv_infinite_ammo 1
sv_party_mode 1
god
1.Куриный беспредел: sv_holiday_mode 1
ent_create chicken
ent_fire chicken addoutput "modelscale 10"
-------------------------------------------------------------------------------------------------