GangZoneCreate

From SA-MP Wiki

Jump to: navigation, search

GangZoneCreate


Create a gangzone (colored radar area).


Parameters:
(Float:minx, Float:miny, Float:maxx, Float:maxy)
minxThe X coordinate for the west side of the gangzone.
minyThe Y coordinate for the south side of the gangzone.
maxxThe X coordinate for the east side of the gangzone.
maxyThe Y coordinate for the north side of the gangzone.


This function does not return a specific value.


Important Note: There is a limit of 1024 gangzones.


Note: This function merely CREATES the gangzone, you must use GangZoneShowForPlayer to show it.


new gangzone;
gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.

Personal tools