Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
SRBuckey5266

How to check if a vehicle is within a marker's position?

Recommended Posts

How can I do this?

I do not want to use the map editor and set a trigger.

Thanks.

Share this post


Link to post
Share on other sites

Use BIS_fnc_inTrigger. Name inTrigger is miss leading, it works for markers aswell.

["MyMarkerName", thingToCheck] call BIS_fnc_inTrigger

Share this post


Link to post
Share on other sites
Sign in to follow this  

×