Skip to content

Free FiveM script that allows players to steal wheels from any vehicle.

License

Notifications You must be signed in to change notification settings

hgscripts/hg-wheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiveM Wheel Theft script

Description:

This system allows players to steal wheels from any vehicle.

This is a QBCORE & ESX wheel theft script By Hlib L’ghoula.

https://youtu.be/ynp4RmYQIRE

Features

  • Open source fully unlocked.
  • ESX & QBcore compatible.
  • Animation + Wheel prop.
  • Fully customizable script.
  • Easy to setup.

Installation

Items:

QBCORE:

['torque_wrench'] = {['name'] = 'torque_wrench', ['label'] = 'Torque Wrench', ['weight'] = 500, ['type'] = 'item', ['image'] = 'torque_wrench.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A torque wrench'},

['wheel'] = {['name'] = 'wheel', ['label'] = 'Wheel', ['weight'] = 500, ['type'] = 'item', ['image'] = 'wheel.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wheel'},

ESX:

INSERT INTO `items` VALUES ('torque_wrench', 'Torque Wrench', 1, 0, 1);
INSERT INTO `items` VALUES ('wheel', 'Wheel', 1, 0, 1);

Minigame dependency(you can cancel that or change it from config.lua): https://github.com/Project-Sloth/ps-ui

Contact & More

Also Check

Wanted System that appeared in preview

About

Free FiveM script that allows players to steal wheels from any vehicle.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages