Skip to content

Commit

Permalink
fix: remove misleading vehicle mod setter (#81)
Browse files Browse the repository at this point in the history
Mod under index 46 is not window tint
  • Loading branch information
xxshady authored Apr 1, 2024
1 parent 3d748ea commit d41b563
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions articles/vehicle/mods.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
| 43 | Antenna | 0+ | |
| 44 | Exterior Parts | 0+ | |
| 45 | Tank | 0+ | |
| 46 | Door / Windows | 0+ | IVehicle.windowTint [JS](https://docs.altv.mp/js/api/alt-server.Vehicle.html#_altmp_altv_types_alt_server_Vehicle_windowTint) [C#](https://docs.altv.mp/cs/api/AltV.Net.Elements.Entities.Vehicle.html#AltV_Net_Elements_Entities_Vehicle_WindowTint) |
| 46 | Door / Windows | 0+ |

|
| 47 | Wheels Rear Or Hydraulics | 0+ | |
| 48 | Livery | 0+ | |
| 66 | Primary Color | 0+ | IVehicle.primaryColor [JS](http://docs.altv.mp/js/api/alt-server.Vehicle.html#_altmp_altv_types_alt_server_Vehicle_primaryColor) [C#](http://docs.altv.mp/cs/api/AltV.Net.Elements.Entities.IVehicle.html#AltV_Net_Elements_Entities_IVehicle_PrimaryColor) |
Expand All @@ -66,4 +68,4 @@
- 0 is always default value
- 0+ means it depends on vehicle model
- Wheels Rear Or Hydraulics (47) can be tested on Slamvan3, real name isn't known yet
- The missing categories are most likely GTA:O features like explosive, insurance and tracker
- The missing categories are most likely GTA:O features like explosive, insurance and tracker

0 comments on commit d41b563

Please sign in to comment.