Skip to content

Commit

Permalink
Merge pull request #847 from shalin-devkota/patch-1
Browse files Browse the repository at this point in the history
Update IsPlayerInGangZone.md
  • Loading branch information
adib-yg authored Jan 18, 2024
2 parents d1ddff2 + 40696cb commit 8fd1b00
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/scripting/functions/IsPlayerInGangZone.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ Check if the player in gangzone.

0: The player is not in gangzone.

## Notes

:::warning

This function is for open.mp, not SA-MP. To use with SA-MP, you need the [YSF](https://github.com/IS4Code/YSF/releases) plugin.

:::

## Related Functions

- [GangZoneDestroy](GangZoneDestroy): Destroy a gangzone.
Expand All @@ -30,4 +38,4 @@ Check if the player in gangzone.
- [GangZoneFlashForAll](GangZoneFlashForAll): Make a gangzone flash for all players.
- [GangZoneStopFlashForPlayer](GangZoneStopFlashForPlayer): Stop a gangzone flashing for a player.
- [GangZoneStopFlashForAll](GangZoneStopFlashForAll): Stop a gangzone flashing for all players.
- [IsValidGangZone](IsValidGangZone): Check if the gangzone valid.
- [IsValidGangZone](IsValidGangZone): Check if the gangzone valid.

0 comments on commit 8fd1b00

Please sign in to comment.