Home   Help Search Login Register  

Author Topic: Heli dust  (Read 933 times)

0 Members and 1 Guest are viewing this topic.

Offline Garcia

  • Members
  • *
  • Leeds United is the best football team...EVER!
Heli dust
« on: 03 Mar 2005, 23:03:01 »
I've got a multiplayer mission where I create new choppers using this line:

Quote
? (local server) : _helo = "sebuh_1a" createVehicle _pos

question is, how can I execute a heli dust script (think it's vektorbosons script) for the chopper, and everyone sees the dust. I've executed the heli dust script later in the script like this:

Quote
_helo exec "Chopper\heli_dust.sqs"

but only the server sees the dust. Guess it's cause the chopper is only created on the server. So how can I get it working?