From ea4a690bccb9403e4c0b4f0434c084cdd32f06f3 Mon Sep 17 00:00:00 2001 From: Freddy <33939455+freedy69@users.noreply.github.com> Date: Sun, 17 Mar 2024 01:41:35 +0400 Subject: [PATCH] Added a note to RemoveBlip (#1060) * Added a note to RemoveBlip * Update RemoveBlip.md Update description. --------- Co-authored-by: ammonia-cfx <38232208+4mmonium@users.noreply.github.com> --- HUD/RemoveBlip.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HUD/RemoveBlip.md b/HUD/RemoveBlip.md index 058eff4a2..aeb666f97 100644 --- a/HUD/RemoveBlip.md +++ b/HUD/RemoveBlip.md @@ -10,6 +10,8 @@ void REMOVE_BLIP(Blip* blip); Removes the blip from your map. +**Note:** This function only works on the script that created the blip, if you wish to remove blips created by other scripts, see [`SET_THIS_SCRIPT_CAN_REMOVE_BLIPS_CREATED_BY_ANY_SCRIPT`](#_0x86A652570E5F25DD). + ## Parameters * **blip**: Blip handle to remove.