22.04.2013, 15:24
I've been googling this CreateDynamicPolygon a little bit, but I'm not sure if it would work.
Is there a limit to how many points I can have, or could I just add up a whole street in one Polygon?
Does anyone have any suggestions to how this would be possible?
I want to make street adresses with a textdraw on the screen which says for example "Hudson Street". I thought about IsPlayerInArea, but that would take a lot more work than if I could use the polygon.
I'm open for any suggestion, thanks in advance!
EDIT: When I say street address, I mean that I want to create an "area" on the road itself.
Is there a limit to how many points I can have, or could I just add up a whole street in one Polygon?
Does anyone have any suggestions to how this would be possible?
I want to make street adresses with a textdraw on the screen which says for example "Hudson Street". I thought about IsPlayerInArea, but that would take a lot more work than if I could use the polygon.
I'm open for any suggestion, thanks in advance!
EDIT: When I say street address, I mean that I want to create an "area" on the road itself.




I'm still not sure I'll go through with it. I'm just looking for the easiest way to do it! I tried making saving the coords of that street I marked, from bottom to end, but when I added the points, it ended up by making a small rectangle! : /