PTV-Jobo 820 Posted November 18, 2008 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
jasono 0 Posted November 20, 2008 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 Share this post Link to post Share on other sites
PTV-Jobo 820 Posted November 20, 2008 Cool, I'll give it a go and see how things go. Thanks again, bro. Share this post Link to post Share on other sites