SetThisScriptCanRemoveBlipsCreatedByAnyScript — FiveM Natives
0xB98236CAAECEF897 · MISC · all
Normally, blips can only be removed by the script or resource that created them. However, this native function allows a script to bypass this logic and remove blips from any script.
Parameters
| Name | Type | Description |
|---|---|---|
| toggle | BOOL | Bool indicating if the script that called this native can remove blips created by other scripts. |
Returns
void