Files
ox_lib/resource
Linden 4e4b5bd570 fix(client/vehicleProperties): tonumber for extras and tyres
Sparse arrays sometimes json.decode with string keys, i.e.
`{[5] = 1, [10] = 1}` becomes `[null,null,null,null,1,null,null,null,null,1]`
`{[10] = 1, [11] = 1}` becomes `{"10":1,"11":1}`
2023-05-22 05:08:31 +10:00
..
2022-11-26 13:05:55 +11:00
2022-10-19 04:14:36 +11:00
2022-12-06 13:30:24 +11:00