Actually this code _veh = createVehicle ["ah1w", position player, [], 0, "FLY"]; will create vehicle at whateverposition, right ? But different script will handle creating the vehicle (domination).
Actually this code _veh = createVehicle ["ah1w", position player, [], 0, "FLY"]; will create vehicle at whateverposition, right ? But different script will handle creating the vehicle (domination).
_veh = createvehilcle etc - was just an example of when u create a vehicle. if you are using this script with domi, then if it is a mission u are creating within domi, you need to place this after the code that creates the said vehicle. amend as required - point it towards the correct vehicle. if it code you are creating for your own side mission, you can use the createvehicle method. if u use spawnvehicle - u need to ascertain the vehicle from the code, and then add it to that. sorry for the waffle. hope this makes sense
[FOCK] Mikie J
Looking for New Players at Fockersteam
http://fockers.moonfruit.com/
A2/OA
COOP Most Wanted - [Fockers] Most Wanted Co-x v07-09-2012
Fock IED - http://www.armaholic.com/page.php?id...highlight=FOCK
Fock Recruit/Group Management - http://www.armaholic.com/page.php?id=20580
A3
TvTCache Hunt - [FOCK]ers Cache Hunt TvT-x [ALPHA]
Scripting Tutotial -http://www.armaholic.com/page.php?id=20465#comments
Fock Recruit/Group Management - http://www.armaholic.com/page.php?id=19041
Im not sure if i understood you, you are saying that i have to put the code inside the script which creates/spawns vehicle ?
yep! inside the script that creates the said vehicle.