Jump to content
Sign in to follow this  
Muzza

Create vehicle

Recommended Posts

I have read the OFP FAQ and now know how to create solidars ine, but i cannot find how to do the same with a vehicle, do i need to specify if a vehicle is empy or not? is there a different command for creating vehicles? thankyou

Share this post


Link to post
Share on other sites

Thanks for the reply.

type createVehicle position

would be "A10" createVehicle [getpos ENFORCE]

Where ENFORCE is a game logic.

Would this not be acceptable?

Share this post


Link to post
Share on other sites

Am now using script

createVehicle ["A10", getpos ENFORCE, [], 0, "FLY"]

in this reguard:

createVehicle [type, position, markers, placement, special]

eg. given:

veh = createVehicle ["ah1w", position player, [], 0, "FLY"]

Share this post


Link to post
Share on other sites

Solved it myself, had to use name = at the start, as in the example, not name=this at the end.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×