Jump to content
Sign in to follow this  
PTV-Jobo

fixing flags to vehicles?

Recommended Posts

I was wondering if there was a way, even through scripting, that would force vehicles to have permanently carry a flag without anyone having to be in them?

Share this post


Link to post
Share on other sites

I think the flag owner has to be the driver (or the 'commander' of the vehicle).

You could try something like this if you haven't already.

Execute like so:

[car1,flag1] exec "script.sqs"

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_veh = _this select 0

_flag = _this select 1

_flag setFlagOwner vehicle _veh

exit

This may not work, but I can't see it working any other way than this. The parameters are car and flag name.

Good luck wink_o.gif

Share this post


Link to post
Share on other sites

Cool, I'll give it a go and see how things go. Thanks again, bro. biggrin_o.gifthumbs-up.gif

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  

×