CreateVehicle Array

ArmA editing, missions, modeling, textures, terrains

Moderators: Lone Wolf, Snake Man

Snake Man
Commander-In-Chief
Posts: 9833
Joined: 2000-07-31 22:01:01
Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
Editing Interests: All, I (try) to edit everything.
Location: PMC

CreateVehicle Array

Post by Snake Man »

I'm having some problems with the createVehicle array. I'm trying to do this:

Code: Select all

	_vcl = createVehicleLocal ["A10", _respawnpoint, [], 0, "FLY"];
But it gives error:

Code: Select all

Error in expression <pport_A10>
  Error position: <["A10", _respawnpoint, [], 0, "FLY"];
_v>
  Error Missing ;
Any ideas how its properly used?
PMC TACTICAL FORUM AND OTHER WEBSITES GO DOWN SEPTEMBER 13TH 2025 IF WEB HOSTING YEARLY FEES ARE NOT PAID.

IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.

Support PMC

Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".
Synide
2nd Lt
Posts: 76
Joined: 2003-11-18 19:14:51
Location: Wgtn, New Zealand

Post by Synide »

try 'createVehicle' in place of 'createVehicleLocal' - wrong syntax for the wrong command... :wink:

Return to “ArmA Editing”