GangZoneHideForAll
From SA-MP Wiki
GangZoneHideForAll
GangZoneHideForAll hides a gangzone from all players.
(zone)
| zone | The zone to hide. |
This function does not return a specific value, it's best to simply ignore it.
new gangzone; gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319); GangZoneHideForAll(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
- 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.
- 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.
