Captain Cody Posted September 10, 2014 Share Posted September 10, 2014 How can I make it so you can only see this blip from a little bit away? local blip = createBlip ( 89.8653, -269.70767, 1.278, 58 ) Link to comment
Moderators IIYAMA Posted September 10, 2014 Moderators Share Posted September 10, 2014 blip 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,[color=#00FF00] float visibleDistance = 99999.0[/color], visibleTo = getRootElement( ) ] ) https://wiki.multitheftauto.com/wiki/CreateBlip Link to comment
darhal Posted September 10, 2014 Share Posted September 10, 2014 use the 11th argument of the function but.u should supply all the argument before the 11th one ! Link to comment
Captain Cody Posted September 10, 2014 Author Share Posted September 10, 2014 Ummmmmmm How would I set it so you can only veiw it from like a few hundred feet away Link to comment
Anubhav Posted September 10, 2014 Share Posted September 10, 2014 Ummmmmmm How would I set it so you can only veiw it from like a few hundred feet away setBlipVisibleDistance 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