Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Heli dust  (Read 1788 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?