Almeidowski Posted September 4, 2020 Posted September 4, 2020 Can I draw a square or a circle or whatever in the map? How? Like this image:
Almeidowski Posted September 8, 2020 Author Posted September 8, 2020 On 9/5/2020 at 6:06 PM, brosiden said: Are those rectangular? They seem to be circles.
brosiden Posted September 9, 2020 Posted September 9, 2020 (edited) I gave you some part of my code in order to help you understand how this thing works. Now based on what you understood from my code you can create your own system. natives.SET_BLIP_SPRITE(turfBlip, 5); This is the portion where I set the sprite to 5. Search blip sprites on google and you'll see that 5 is a rectangle. Next time read the code carefully. Edited September 9, 2020 by brosiden
Almeidowski Posted September 9, 2020 Author Posted September 9, 2020 10 hours ago, brosiden said: I gave you some part of my code in order to help you understand how this thing works. Now based on what you understood from my code you can create your own system. natives.SET_BLIP_SPRITE(turfBlip, 5); This is the portion where I set the sprite to 5. Search blip sprites on google and you'll see that 5 is a rectangle. Next time read the code carefully. Thanks. But this isn't quite what I wanted. Sprite 5 isn't a rectangle, it's a square. I can't make one side bigger then the other.
brosiden Posted September 10, 2020 Posted September 10, 2020 12 hours ago, Almeidowski said: Thanks. But this isn't quite what I wanted. Sprite 5 isn't a rectangle, it's a square. I can't make one side bigger then the other. Then just find a way around it to make it how you want. I gave you some idea.
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