..:D&G:.. Posted June 11, 2015 Share Posted June 11, 2015 Hello guys, I am making a trucker job and I want to display a blip for every marker where the truckers can go and pickup a truck, the problem is, that the blips are only visible from up close: markerIcon = createBlipAttachedTo(marker, 42, 2, 255, 0, 0, 255, 0, 65535) I even change the visibleDistance argument but still nothing... Link to comment
Walid Posted June 11, 2015 Share Posted June 11, 2015 Try to use setBlipVisibleDistance() Link to comment
..:D&G:.. Posted June 12, 2015 Author Share Posted June 12, 2015 I've fixed it, it did that because I used createBlipAttachedTo and I've used createBlip and it works perfectly. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now