GangZoneHideForAll
From SA-MP Wiki
Description:
GangZoneHideForAll hides a gangzone from all players.
(zone)
zone | The zone to hide. |
Return Values:
This function does not return any specific values.
new gangzone; gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319); GangZoneHideForAll(gangzone);
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- GangZoneCreate: Create a gangzone.
- GangZoneDestroy: Destroy a gangzone.
- GangZoneShowForPlayer: Show a gangzone for a player.
- GangZoneShowForAll: Show a gangzone for all players.
- GangZoneHideForPlayer: Hide a gangzone for a player.
- GangZoneFlashForPlayer: Make a gangzone flash for a player.
- GangZoneFlashForAll: Make a gangzone flash for all players.
- GangZoneStopFlashForPlayer: Stop a gangzone flashing for a player.
- GangZoneStopFlashForAll: Stop a gangzone flashing for all players.