Jump to content

Is there any way to make map turfs?


Recommended Posts

Posted (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 by brosiden
Posted
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.

Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...