Vehicle Kits
- for car lovers, car community Fivem City. (4 script release at one)
Content
- renzu_stancer
- renzu_engine
- renzu_turbo
- renzu_nitro
Feature
- Item based Vehicle Parts (turbo,nitro,stancerkit,engines)
- Fully Server Sync and Optimized
Demo
Stancer
renzu_stancer
- Fivem Stancer - Vehicle Adjustable Wheel Offsets, Rotatin and Suspension Height
Feats
- Item Supported (Install Stancer Kit)
- Multiple Framework (QBCORE, ESX, Standalone)
- Adjustable Wheel Offsets and Rotation ( Stancer )
- Adjustable Vehicle Suspension Height
- Fully Server Sync (One Sync and Infinity only)
- Optimized System (Nearby Vehicles are only looped in client)
- Data is Saved to Database (Attached to Plate)
- One Sync State Bag system to avoid callbacks and triggerevents for data sharing from client to server.
- NUI Based and User Friendly Interface.
Image
Install
- Installation:
- Drag renzu_stancer to your resource folder and start at server.cfg
- Import stancer.sql
- ensure renzu_stancer
Framework Usage:
- use item inside vehicle
- /giveitem 1 stancerkit 1
- /stancer or F5 (keybind Default)
Standalone Usage
- Press F5
ITEMS
- stancerkit
dependency
- ESX,QBCORE
Exports for advanced usage
- 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()
FAQ
- 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
Custom Engine
renzu_engine
Change Vehicle Engine Sound and Sync to all server One Sync/One Sync Infinity (included carsound pack from gta5mods) (all custom sounds can be found at gta 5 mods and copyrights belongs to them)
See More Custom Engine
version 2.0
- Engine as items
- Custom Engine
- Custom Specs
- Custom Sounds
- Local Vehicle Spec if Engine is Local vehicle
- Copy Local Vehicle sounds
- Fully Server sync using Onesync state bags
Install
- Import SQL
- Restart server twice after running once to make sure items are registered and usable
- start renzu_engine
Use
- /giveitem muffler_zentorno 1
- /giveitem muffler_supra2jzgtett 1
- or
- /changesound elegy
Renzu Nitro
renzu_nitro
- Advanced Vehicle Nitro System
Feats
- Multiple Nitro Kits
- Multiple Nitro Bottle (volume)
- Fully Sync Particles (optimized)
- Fully Sync Nitro Datas ( State Bags ) One Sync Only!
See More Renzu Nitro
Install
- Installation:
- Drag renzu_nitro to your resource folder and start at server.cfg
- Import nitro.sql
- ensure enginesound
- Usage:
- use item inside vehicle
- /giveitem 1 nitro100shot 1 (100 Shots) (available 50,100,200)
- /giveitem 1 nitro_bottle 1
ITEMS
- nitro_bottle, nitrobottle2, nitrobottle3
- nitro100shot, nitro50shot, nitro200shot
Refill Station Sample
Config.refillstation = {
[1] = {coord = vector3(-216.4362487793,-1324.8597412109,30.606903076172), job = 'all'}, -- if all any players can use this refill station
-- add as many as you want, this is like a fuel station logic
}
How to refill nitro
- use nitro station
- use nitro_bottle
dependency
- ESX
- renzu_progressbar
- ONE SYNC
Custom Turbo
turbo system
Custom Vehicle Turbo system
See More Custom Turbo
Feat
- Custom BOV Sounds for each Turbo variants
- Custom Power for ea Turbo Variants
- Power Multiplication Sync with renzu_nitro
- Item Supported
- Job Supported
- Installation:
- Drag renzu_turbo to your resource folder and start at server.cfg
- import sql
- start renzu_turbo
- Usage:
- /giveitem turbostreet 1
- /giveitem turbosports 1
- /giveitem turboracing 1
default config only mechanic
dependency
- ESX
My other Creation Related to Vehicles
- Renzu Garage
- Renzu Vehicle Shop
- Renzu Customs
Issues
will only handled via Github Issues Section
issues reported must prefer to have a repro steps and more information
Known Bugs
- Some Invalid Entity in server (when vehicle locals are activated) this wont break the syncing.
using EntityCreated and EntityRemoved (One Sync Events)