• Print

Author Topic: Neat ulx ent commands  (Read 25 times)

0 Members and 1 Guest are viewing this topic.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Neat ulx ent commands
« on: October 29, 2006, 06:12:54 pm »
Hey, compiling a list of nifty "ulx ent" commands. I don't think people realize the power of this command!

This creates a molotov that explodes and starts fires!
Code: [Select]
ulx ent prop_physics spawnflags:256 physdamagescale:0.05 model:models/props_junk/garbage_glassbottle001a.mdl explodedamage:10 exploderadius:100 OnBreak:!activator,ignite,,0,-1 health:9999
This creates an ammo crate
Code: [Select]
ulx ent item_ammo_crate ammotype:8:solid:6
This creates a working prisoner pod
Code: [Select]
make_ent prop_vehicle_prisoner_pod model:models/vehicles/prisoner_pod.mdl:solid:6
This creates a combine that will go around releasing manhacks
Code: [Select]
ulx ent npc_metropolice manhacks:10 additionalequipment:weapon_stunstick
Experiencing God's grace one day at a time.

  • Print