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
Since the isVehicleExtraTurnedOn and doesExtraExist native return a non-real value when setting an extra on a vehicle on the server side, it would be nice to have a client-side vehicle.getExtra(). Currently, the only way to get the right value on the client side is to use rpc, which is not the best solution.
Desired solution for the problem
Add a client-side vehicle.getExtra()
Alternatives you considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description of the problem
Since the isVehicleExtraTurnedOn and doesExtraExist native return a non-real value when setting an extra on a vehicle on the server side, it would be nice to have a client-side vehicle.getExtra(). Currently, the only way to get the right value on the client side is to use rpc, which is not the best solution.
Desired solution for the problem
Add a client-side vehicle.getExtra()
Alternatives you considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: