ok heres my code:
===============================================
_obj = _this select 0
_vehicle = ["AAA131"]
_type = 0
_x=(getMarkerpos "montignacMKR") select 0
_y=(getMarkerpos "montignacMKR") select 1
_z = 0
_shell = "TimeBomb" CamCreate [_x, _y, _z]
_shell = "TimeBomb" CamCreate [_x+20, _y, _z]
_shell = "TimeBomb" CamCreate [_x, _y+20, _z]
_shell = "TimeBomb" CamCreate [_x+20, _y+20, _z]
_shell = "TimeBomb" CamCreate [_x-20, _y, _z]
_shell = "TimeBomb" CamCreate [_x, _y-20, _z]
_shell = "TimeBomb" CamCreate [_x-20, _y-20, _z]
_shell = "TimeBomb" CamCreate [_x, _y, _z]
_shell = "TimeBomb" CamCreate [_x, _y, _z]
_shell = "TimeBomb" CamCreate [_x, _y, _z]
_obj = _vehicle select _type createVehicle [_x, _y, _z]
exit
=================================================
Now I Want It To Hide The Timebombs but for them to still work and i want the vehicle to start in the air... the vehicle is only a rocket