mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
refactor(client/vehicleProperties): driftTyres and window tweaks
+ some notes about setting props from server.
This commit is contained in:
@@ -84,6 +84,7 @@ interface VehicleProperties {
|
||||
frontBumper: boolean;
|
||||
rearBumper: boolean;
|
||||
bulletProofTyres: boolean;
|
||||
driftTyres: boolean;
|
||||
}
|
||||
|
||||
export const getVehicleProperties = (vehicle: number): VehicleProperties =>
|
||||
|
||||
Reference in New Issue
Block a user