GangZoneFlashForPlayer
From SA-MP Wiki
[edit]
GangZoneFlashForPlayer
Flashes a gangzone for a player.
(playerid, zone, flashcolor)
| playerid | The player that will see the gangzone flashing. |
| zone | The zone to flash. |
| flashcolor | The color the zone will flash. |
new gangzone; gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319); GangZoneFlashForPlayer(playerid,gangzone,COLOR_RED);
[edit]
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.
- 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.
