GangZoneCreate

From SA-MP Wiki

Jump to: navigation, search

GangZoneCreate


GangZoneCreate creates a box on the map for players.


This is a Gangzone

Parameters:
(Float:minx, Float:miny, Float:maxx, Float:maxy)
minxThe lowest X coordinate in the gangzone.
minyThe lowest Y coordinate in the gangzone.
maxxThe highest X coordinate in the gangzone.
maxyThe highest Y coordinate in the gangzone.


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

This is useful for getting gangzone coords!

Related Functions

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

Personal tools