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
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"
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
20.Праздник:
give weapon_taser
sv_infinite_ammo 1
sv_party_mode 1
god