OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Crowey on 13 Jan 2009, 19:59:22

Title: Spawning M119
Post by: Crowey on 13 Jan 2009, 19:59:22
Hi fellas is there an easy way to spawn Static unmanned guns (in fact) be good to know how to spawn manned too) in a waypoint?

What im trying to do is have some army trucks follow waypoints to a certain point then when they stop a gun will spawn next to or behind each of them as if to deliver the guns to battle?
Title: Re: Spawning M119
Post by: i0n0s on 13 Jan 2009, 20:39:16
createVehicle?
Title: Re: Spawning M119
Post by: Crowey on 13 Jan 2009, 20:43:59
Am really crap what would be the script line id put in On Act......... on the trigger or WP
Title: Re: Spawning M119
Post by: i0n0s on 13 Jan 2009, 21:20:52
Code: [Select]
createVehicle ["M119", _pos, [], 0, "NONE"];