[HELP]Lines on map
#1

How to make this lines (RED) and zones (YELLOW)

https://imgur.com/Slg7IJp
Reply
#2

pawn Code:
//streamer plugin
CreateDynamicRectangle(Float:minx, Float:miny, Float:maxx, Float:maxy, worldid = -1, interiorid = -1, playerid = -1);
Reply
#3

It is not visible

I need color or what ?
Reply
#4

pawn Code:
native GangZoneShowForPlayer(playerid, gangzoneid, color);
native GangZoneShowForAll(gangzoneid, color);
Reply
#5

Code:
	new Gg;
 	Gg = CreateDynamicRectangle(-52, 1645, 391, 2104);
 	GangZoneShowForAll(Gg, COLOR_RED);
I did like this ,

but it is not visible
Reply
#6

Quote:
Originally Posted by David2212
View Post
Code:
	new Gg;
 	Gg = CreateDynamicRectangle(-52, 1645, 391, 2104);
 	GangZoneShowForAll(Gg, COLOR_RED);
I did like this ,

but it is not visible
Because you created a rectangle buy showed a zone tho..
you should do it like that
PHP Code:
    new Gg;
     
Gg GangZoneCreate(-5216453912104);
     
GangZoneShowForAll(GgCOLOR_RED); 
Reply
#7

I need only outer layer to be visible

like on this picture , red line https://imgur.com/Slg7IJp not like this yellow on pic
Reply
#8

I need to make zone look like this RED on map

Look: https://imgur.com/m9glSYY
Reply
#9

Quote:
Originally Posted by David2212
View Post
I need to make zone look like this RED on map

Look: https://imgur.com/m9glSYY
Like i said, do 4 gang zones.
Reply
#10

This isn't one single gangzone, this is rather 4 narrow gangzones all joined together.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)