Code Monkey home page Code Monkey logo

renzu_stancer's Introduction

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

image 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

renzu_stancer's People

Contributors

renzuzu avatar illwhyrin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.