- Fivem Stancer - Vehicle Adjustable Wheel Offsets, Rotatin and Suspension Height
- Item Supported (Install Stancer Kit)
- Multiple Framework (QBCORE, ESX, Standalone)
- Adjustable Wheel Offsets and Rotation ( Stancer )
- Adjustable Vehicle Suspension Height
- Adjustable Wheel Width
- Fully Server Sync (One Sync and Infinity only)
- Optimized System (Nearby Vehicles are only looped in client)
- Data is Saved to Resource using ResourceKVP
- One Sync State Bag system to avoid callbacks and triggerevents for data sharing from client to server.
- NUI Based and User Friendly Interface.
- Installation:
- Drag renzu_stancer to your resource folder and start at server.cfg
- ensure renzu_stancer
- use item inside vehicle
- /giveitem 1 stancerkit 1
- /stance
- /stance
- or Bind this command via Config. default is none
- stancerkit
- ESX,QBCORE
-
Server Exports
-
Add Stancer Kit to Current Vehicle
exports.renzu_stancer:AddStancerKit()
-
Client Exports (to use this, AddStancerKit() exports must be used first or the vehicle must have a installed stancer kit)
-
Set Wheel Offset Front
exports.renzu_stancer:SetWheelOffsetFront(vehicle,value)
- Set Wheel Offset Rear
exports.renzu_stancer:SetWheelOffsetRear(vehicle,value)
- Set Wheel Rotation Front
exports.renzu_stancer:SetWheelRotationFront(vehicle,value)
- Set Wheel Rotation Rear
exports.renzu_stancer:SetWheelRotationRear(vehicle,value)
- Open Stancer Menu
exports.renzu_stancer:OpenStancer()
- is the stance or wheel setting is saved even if i restart the server?
yes data is save to database and attached to vehicle plate as a unique identifier
- when the data is being saved to Database?
When you delete the vehicle or store in garage