warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
GangZoneGetFlashColourForPlayer
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Get the flashing colour of a gangzone for player.
Name | Description |
---|---|
playerid | The ID of the player you need to get. |
zoneid | The ID of the gangzone. |
Returns
Flashing color of gangzone for player.
0: Failed to execute the function. The gangzone is not shown for the player.
Related Functions
- 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.
- GangZoneHideForAll: Hide a gangzone for all players.
- 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.
- IsValidGangZone: Check if the gangzone valid.
- IsPlayerInGangZone: Check if the player in gangzone.
- IsGangZoneVisibleForPlayer: Check if the gangzone is visible for player.