You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Feature
Enhance compatibility by allowing color properties to accept RGB color tables, such as [255, 255, 255]. This update ensures seamless integration with modern mechanic scripts that predominantly use RGB color combinations for vehicles. The feature will modify ESX.Game.SetVehicleProperties to support these RGB color tables, aligning it with the current standards of vehicle customization.
Screenshots
Changes to line ~99 and ~107
Additional context
Currently, calling the valet service via phone fails when using RGB color tables because ESX.Game.SetVehicleProperties does not support this format. This enhancement will bridge the gap, ensuring compatibility and a smoother user experience for those relying on RGB-based scripts for vehicle management.
Error that currently happens
The text was updated successfully, but these errors were encountered:
l2rhydra
changed the title
[Feature Request] - Adding conpatibility for colors in SetVehicleProperties
[Feature Request] - Adding compatibility for colors in SetVehicleProperties
Jan 1, 2025
Describe the Feature
Enhance compatibility by allowing color properties to accept RGB color tables, such as [255, 255, 255]. This update ensures seamless integration with modern mechanic scripts that predominantly use RGB color combinations for vehicles. The feature will modify ESX.Game.SetVehicleProperties to support these RGB color tables, aligning it with the current standards of vehicle customization.
Screenshots
Changes to line ~99 and ~107
Additional context
Currently, calling the valet service via phone fails when using RGB color tables because ESX.Game.SetVehicleProperties does not support this format. This enhancement will bridge the gap, ensuring compatibility and a smoother user experience for those relying on RGB-based scripts for vehicle management.
Error that currently happens
The text was updated successfully, but these errors were encountered: