enzopaul4 Posted November 21, 2016 Share Posted November 21, 2016 createBlip ( 1877.7958984375 , -1738.8798828125 , 13.405012130737, 30 ) .. help Link to comment
Addlibs Posted November 21, 2016 Share Posted November 21, 2016 What's wrong with it? Link to comment
1LoL1 Posted November 21, 2016 Share Posted November 21, 2016 (edited) client-side = 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, float visibleDistance = 99999.0 ] ) server-side = 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, float visibleDistance = 99999.0, visibleTo = getRootElement( ) ] ) Edited November 21, 2016 by 1LoL1 Link to comment
Deep thinker Posted November 21, 2016 Share Posted November 21, 2016 mm at first you should do like this local blip = createBlip ( 1877.7958984375 , -1738.8798828125 , 13.405012130737, 30, 0, 0, 0, 255 ) tell me if it's not working Link to comment
LoPollo Posted November 22, 2016 Share Posted November 22, 2016 I would suggest reading the rules before posting, we have no idea what the problem is and no idea what you want to achieve Link to comment
enzopaul4 Posted November 25, 2016 Author Share Posted November 25, 2016 On 11/22/2016 at 5:13 AM, LoPollo said: I would suggest reading the rules before posting, we have no idea what the problem is and no idea what you want to achieve The title from the topic is "Blip problem" .. On 11/21/2016 at 1:10 PM, ProMax said: mm at first you should do like this local blip = createBlip ( 1877.7958984375 , -1738.8798828125 , 13.405012130737, 30, 0, 0, 0, 255 ) tell me if it's not working Thank you Link to comment
LoPollo Posted November 25, 2016 Share Posted November 25, 2016 (edited) 16 minutes ago, enzopaul4 said: The title from the topic is "Blip problem" .. But "blip problem" is very vague, and that's not explained more in the first post. Still @ProMax solved your problem, like his reply if you found value in it (it was so helpful that resolved your issue, so i think there is) and good luck with scripting! Edited November 25, 2016 by LoPollo 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