GangZoneCreate
From SA-MP Wiki
GangZoneCreate
GangZoneCreate creates a box on the map for players.
Parameters:(Float:minx, Float:miny, Float:maxx, Float:maxy)
| minx | The lowest X coordinate in the gangzone. |
| miny | The lowest Y coordinate in the gangzone. |
| maxx | The highest X coordinate in the gangzone. |
| maxy | The 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.
- GangZoneDestroy: Destroy a GangZone.
- GangZoneShowForPlayer: Show a GangZone to a player.
- GangZoneShowForAll: Show a GangZone to all players.
- GangZoneHideForPlayer: Hide a GangZone for a player.
- GangZoneHideForAll: Hide a GangZone for all players.
- GangZoneFlashForPlayer: Make the GangZone flash for a player.
- GangZoneFlashForAll: Make the GangZone flash for all players.
- GangZoneStopFlashForPlayer: Make the GangZone stop flashing for a player.
- GangZoneStopFlashForAll: Make the GangZone stop flashing for all players.
