orel56000 Posted February 19, 2018 Share Posted February 19, 2018 When I do createBlip on server side, and I do getBlipSize on client size and the blip's icon is diffrent from id 0 it is not working, it is always think the size is 2... what should I do? Link to comment
MIKI785 Posted February 20, 2018 Share Posted February 20, 2018 It's not working because it's not supposed to work. The size is only applicable to the marker icon (id 0), so using getBlipSize on any other icon type makes no sense and I guess it always returns 2. Link to comment
orel56000 Posted February 20, 2018 Author Share Posted February 20, 2018 35 minutes ago, MIKI785 said: It's not working because it's not supposed to work. The size is only applicable to the marker icon (id 0), so using getBlipSize on any other icon type makes no sense and I guess it always returns 2. why its not mentioned on the wiki? it is make no sense because this function is working if I create the blip on the client side... so it is a bug... Link to comment
MIKI785 Posted February 20, 2018 Share Posted February 20, 2018 It's not a bug, icons other than 0 have no size. It's as simple as that. 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