CreateVehicle Array

ArmA editing, missions, modeling, textures, terrains

Moderators: Lone Wolf, Snake Man

Snake Man
Commander-In-Chief
Posts: 9927
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?
silenthunter.info website has a new link/URL, read details from PMC Tactical Forum "Silent Hunter SubSim website by PMC" topic.

See PMC Website Hosting and Domain Registration Fee Status topic.

Support PMC

Please help to keep PMC websites online.

New announcement PMC Tactical Forum "The End for local notes" topic.
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”