Skip to content

Commit

Permalink
Added a note to RemoveBlip (#1060)
Browse files Browse the repository at this point in the history
* Added a note to RemoveBlip

* Update RemoveBlip.md

Update description.

---------

Co-authored-by: ammonia-cfx <[email protected]>
  • Loading branch information
freedy69 and 4mmonium authored Mar 16, 2024
1 parent 73d64e1 commit ea4a690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HUD/RemoveBlip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ea4a690

Please sign in to comment.