Home   Help Search Login Register  

Author Topic: Spawning M119  (Read 1109 times)

0 Members and 1 Guest are viewing this topic.

Offline Crowey

  • Members
  • *
Spawning M119
« 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?

Offline i0n0s

  • Former Staff
  • ****
Re: Spawning M119
« Reply #1 on: 13 Jan 2009, 20:39:16 »
createVehicle?

Offline Crowey

  • Members
  • *
Re: Spawning M119
« Reply #2 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

Offline i0n0s

  • Former Staff
  • ****
Re: Spawning M119
« Reply #3 on: 13 Jan 2009, 21:20:52 »
Code: [Select]
createVehicle ["M119", _pos, [], 0, "NONE"];