@citizenfx/client 2.0.5872-1 → 2.0.5877-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_universal.d.ts +1 -0
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -12441,6 +12441,7 @@ declare function GetVehicleCheatPowerIncrease(vehicle: number): number;
|
|
|
12441
12441
|
* 19: Military
|
|
12442
12442
|
* 20: Commercial
|
|
12443
12443
|
* 21: Trains
|
|
12444
|
+
* 22: Open Wheel
|
|
12444
12445
|
* char buffer[128];
|
|
12445
12446
|
* std::sprintf(buffer, "VEH_CLASS_%i", VEHICLE::GET_VEHICLE_CLASS(vehicle));
|
|
12446
12447
|
* char* className = UI::_GET_LABEL_TEXT(buffer);
|