From 36c0ec7841c9c78e67caf1487351d7e99f171ea5 Mon Sep 17 00:00:00 2001 From: Trysha-rbrn Date: Tue, 15 Oct 2024 16:55:15 +0200 Subject: [PATCH] Little fix (#1066) (resolved openmultiplayer/open.mp#1000) --- docs/scripting/functions/IsPlayerInGangZone.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/scripting/functions/IsPlayerInGangZone.md b/docs/scripting/functions/IsPlayerInGangZone.md index cf2dfdd19..3fcb0d0d6 100644 --- a/docs/scripting/functions/IsPlayerInGangZone.md +++ b/docs/scripting/functions/IsPlayerInGangZone.md @@ -29,6 +29,12 @@ This function is for open.mp, not SA-MP. To use with SA-MP, you need the [YSF](h ::: +:::warning + +This function cannot be used without [UseGangZoneCheck](UseGangZoneCheck) being called first. + +::: + ## Related Functions - [GangZoneDestroy](GangZoneDestroy): Destroy a gangzone.