18.04.2020, 10:48
[HELP]Lines on map
18.04.2020, 11:15
pawn Code:
//streamer plugin
CreateDynamicRectangle(Float:minx, Float:miny, Float:maxx, Float:maxy, worldid = -1, interiorid = -1, playerid = -1);
18.04.2020, 11:26
It is not visible
I need color or what ?
I need color or what ?
18.04.2020, 11:40
pawn Code:
native GangZoneShowForPlayer(playerid, gangzoneid, color);
native GangZoneShowForAll(gangzoneid, color);
18.04.2020, 12:09
Code:
new Gg; Gg = CreateDynamicRectangle(-52, 1645, 391, 2104); GangZoneShowForAll(Gg, COLOR_RED);
but it is not visible
18.04.2020, 13:54
Quote:
Code:
new Gg; Gg = CreateDynamicRectangle(-52, 1645, 391, 2104); GangZoneShowForAll(Gg, COLOR_RED); but it is not visible |
you should do it like that
PHP Code:
new Gg;
Gg = GangZoneCreate(-52, 1645, 391, 2104);
GangZoneShowForAll(Gg, COLOR_RED);
18.04.2020, 15:33
I need only outer layer to be visible
like on this picture , red line https://imgur.com/Slg7IJp not like this yellow on pic
like on this picture , red line https://imgur.com/Slg7IJp not like this yellow on pic
18.04.2020, 17:46
18.04.2020, 19:14
Quote:
19.04.2020, 10:52
This isn't one single gangzone, this is rather 4 narrow gangzones all joined together.
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)