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.