GangZoneFlashForAll
From SA-MP Wiki
GangZoneFlashForAll
GangZoneFlashForAll flashes a gangzone for all players.
(zone, flashcolor)
| zone | The zone to flash. |
| flashcolor | The color the zone will flash. |
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); GangZoneFlashForAll(gangzone,COLOR_RED);
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.
- GangZoneHideForAll: Hide a GangZone for all players.
- GangZoneFlashForPlayer: Make the GangZone flash for a player.
- GangZoneStopFlashForPlayer: Make the GangZone stop flashing for a player.
- GangZoneStopFlashForAll: Make the GangZone stop flashing for all players.
