GangZoneDestroy
From SA-MP Wiki
GangZoneDestroy
GangZoneDestroy destroys a Gangzone.
(zone)
| zone | The zone to destroy. |
new gangzone; gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319); GangZoneDestroy(gangzone);
Related Functions
The following functions might be useful as well, as they're related to this function in one way or another.
- GangZoneCreate: Create 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.
