diff options
author | André Glüpker <git@wgmd.de> | 2016-11-28 19:17:07 +0100 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2016-11-28 19:17:07 +0100 |
commit | a4e262bc577c5052bfdab17281a2f126242c2f46 (patch) | |
tree | a209ebb6dcc311dcaa5ee5ebc8ba7ad778931252 | |
parent | 6a176a636f306f3ff43a45f811f6d8822115ffb6 (diff) | |
download | config-gmod-ttt-master.tar.gz config-gmod-ttt-master.tar.bz2 config-gmod-ttt-master.zip |
-rw-r--r-- | ttt.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ alias "spawn_airboat_gun" "ulx ent prop_vehicle_airboat model:models/airboat alias "spawn_fire" "ulx ent env_fire firesize:128 fireattack:4 damagescale:2 firetype:0 spawnflags:132" alias "spawn_crate" "ulx ent prop_physics model:models/props_junk/wood_crate001a.mdl" alias "spawn_radio" "ulx ent prop_physics model:models/props_lab/citizenradio.mdl" +alias "spawn_citizen" "ulx ent npc_citizen additionalequipment:weapon_rpg" // Sounds alias "s_list" "echo s_ -> ulx playsound - sl_ -> play; sh_afterban; sh_ban; sh_boring; sh_bullshit; sh_english; sh_finally; sh_help; sh_nice; sh_personally; sh_plan; sh_wait;" |