How do I add barb wire and tanks to my existing MOHAA maps
Moderator: Moderators
-
sacredrage
- Private
- Posts: 1
- Joined: Tue Jan 06, 2004 7:49 am
- Location: NY
- Contact:
How do I add barb wire and tanks to my existing MOHAA maps
I see a lot of standard maps with neat features in them - barb wire, boxes, tanks burning etc. added top existing standard maps. How is that done?
-
omniscient
- Major General
- Posts: 694
- Joined: Tue Sep 16, 2003 12:02 am
local.ent = spawn vehicles/kingtank.tik "targetname" "Kingtiger"
local.ent.origin = local.origin
local.ent.angle = local.angle
local.ent.dmprojectile= "models/projectiles/tigercannonshell.tik" // mohaa only affects BT and can cause errors
local.ent.damagemdl= vehicles/kingtank_d.tik
something like this I have a whole script for spawning usable vehicles into a map but it can cause problems when a player quits while in a tank .
local.ent.origin = local.origin
local.ent.angle = local.angle
local.ent.dmprojectile= "models/projectiles/tigercannonshell.tik" // mohaa only affects BT and can cause errors
local.ent.damagemdl= vehicles/kingtank_d.tik
something like this I have a whole script for spawning usable vehicles into a map but it can cause problems when a player quits while in a tank .