@citizenfx/server 2.0.7630-1 → 2.0.7654-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/natives_server.d.ts +1 -0
- package/package.json +1 -1
package/natives_server.d.ts
CHANGED
|
@@ -1581,6 +1581,7 @@ declare function RemoveAllPedWeapons(ped: number, p1: boolean): void;
|
|
|
1581
1581
|
|
|
1582
1582
|
/**
|
|
1583
1583
|
* Removes the blip from your map.
|
|
1584
|
+
* **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).
|
|
1584
1585
|
* @param blip Blip handle to remove.
|
|
1585
1586
|
*/
|
|
1586
1587
|
declare function RemoveBlip(blip: number): void;
|