Haze Posted August 17, 2011 Share Posted August 17, 2011 I use this Think to Create Blip on the Map But i want The Blip to be Show Up only On the F11 Map not the Smalle One Down the Screen i want if someone Press F11 he will see the Blip if he is next to it or Far of it And if he look to the smalle screen he will need to be next to the Place to see the Blip Plz Help me And Thank you Very Much Link to comment
will briggs Posted August 17, 2011 Share Posted August 17, 2011 You can set a range on the blip, So people on the people will only see it on F11. This is only version 1.1 only tho Use: setBlipVisibleDistance If you need an example : local blips = getElementsByType("blip") for index, blip in ipairs(blips) do setBlipVisibleDistance(blip, getBlipVisibleDistance(blip) / 2) end Link to comment
bandi94 Posted August 17, 2011 Share Posted August 17, 2011 createBlip ( float x, float y, float z, [int icon=0, int size=2, int r=255, int g=0, int b=0, int a=255, int ordering=0 *, float visibleDistance=99999.0, visibleTo = getRootElement()] ) 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