OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Garcia on 03 Mar 2005, 23:03:01

Title: Heli dust
Post by: Garcia 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?