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
Hi, how to exports WheelModLimits to change wheelSize and wheelWidth, cause with SetWheelPreset only save / changed WheelLimits on my esx, it's possible to add new exports for WheelModLimits ?
The text was updated successfully, but these errors were encountered:
if props.fontCamber then exports['vstancer']:SetFrontCamber(vehicle, props.frontCamber) end
if props.rearCamber then exports['vstancer']:SetRearCamber(vehicle, props.rearCamber) end
if props.frontTrackWidth then exports['vstancer']:SetFrontTrackWidth(vehicle, props.frontTrackWidth) end
if props.rearTrackWidth then exports['vstancer']:SetRearTrackWidth(vehicle, props.rearTrackWidth) end
Hi, how to exports WheelModLimits to change wheelSize and wheelWidth, cause with
SetWheelPreset
only save / changed WheelLimits on my esx, it's possible to add new exports for WheelModLimits ?The text was updated successfully, but these errors were encountered: