@citizenfx/server 2.0.20035-1 → 2.0.20108-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 +3 -3
- package/package.json +1 -1
package/natives_server.d.ts
CHANGED
|
@@ -2174,7 +2174,7 @@ declare function RemoveAllPedWeapons(ped: number, p1: boolean): void;
|
|
|
2174
2174
|
|
|
2175
2175
|
/**
|
|
2176
2176
|
* Removes the blip from your map.
|
|
2177
|
-
* **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`](#\
|
|
2177
|
+
* **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).
|
|
2178
2178
|
* @param blip Blip handle to remove.
|
|
2179
2179
|
*/
|
|
2180
2180
|
declare function RemoveBlip(blip: number): void;
|
|
@@ -3041,9 +3041,9 @@ declare function SetPedHairTint(ped: number, colorID: number, highlightColorID:
|
|
|
3041
3041
|
declare function SetPedHairColor(ped: number, colorID: number, highlightColorID: number): void;
|
|
3042
3042
|
|
|
3043
3043
|
/**
|
|
3044
|
-
* For more info please refer to [this](https://gtaforums.com/topic/858970-all-gtao-face-ids-pedset-ped-head-blend-data-explained) topic.
|
|
3044
|
+
* For more info and the list of faceIDs please refer to [this](https://gtaforums.com/topic/858970-all-gtao-face-ids-pedset-ped-head-blend-data-explained) topic. Note that the Skin and Shape IDs are shared. This native will use this same list for both Skin and Shape IDs.
|
|
3045
3045
|
* **Other information:**
|
|
3046
|
-
* IDs start at zero and go Male Non-DLC, Female Non-DLC, Male DLC, and Female DLC
|
|
3046
|
+
* IDs start at zero and go Male Non-DLC, Female Non-DLC, Male DLC, and Female DLC.
|
|
3047
3047
|
* This native function is often called prior to calling natives such as:
|
|
3048
3048
|
* * [`SetPedHairColor`](#\_0xA23FE32C)
|
|
3049
3049
|
* * [`SetPedHeadOverlayColor`](#\_0x78935A27)
|