REMOVE_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`](#\_0xB98236CAAECEF897). **This is the server-side RPC native equivalent of the client native [REMOVE_BLIP](?\_0x86A652570E5F25DD).**
CFX
Signature
lua
RemoveBlip(blip)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Blip* | Blip handle to remove. |
Usage
lua
RemoveBlip(blip)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
