[FREE][ESX/QBCore/Standalone]wasabi_tireslash

wasabi_tireslash


https://i.imgur.com/i0CI67V.gif


This resource was created as a free target based tire slash.

Features:

  • Target based(made for qtarget/qb-target out of the box)

  • Animations and weapon check

  • Standalone

  • 0.00ms on idle

Dependencies

Installation

  • Download this script

  • Put script in your resources directory

  • Modify configuration to which target system you use

  • Add ensure wasabi_tireslash in your server.cfg

Extra Information

  • qtarget/qb-target export can be easily changed to a different target system if desired

Video Preview: Click Here

Download: wasabi_tireslash - GitHub

–


My Other Releases:

Props:

8 Likes

straight to production :slight_smile: awesome!

its perfect man

Preferred with Draw Text? or just a keybind.

draw text

Anyone having the problem that you need to enter the vehicle to be able to slash the tire? It doesn’t register if I don’t enter the vehicle

same problem if you don’t get in the vehicle you can’t puncture the wheel

This issue was patched today(3/28/2022).

Please download the latest version of wasabi_tireslash from github as remedy.

3 Likes

Maaan, this is amazing…

1 Like

Truuue

hello, how to make it work with items instead of weapons? I’m using weapons as items and it doesn’t work for me? can you help me to change it to work with items instead of weapons? thank you

I use weapons as items as well.

It works if the weapons equipped by checking if weapon hash is equipped to player ped. So it shouldn’t matter which inventory system you use.

ok sounds good. can I add a sound when the tire breaks?

Can you do it? With help message

Update: Now support qb-target and qtarget via config.lua

Download the latest github version(1.0.2) here

Is there a way I can get it to work for bt-target?

hello work with ox_target ? thanks

Hi man, did you figure it out how to use it with ox_target? Let me know :smiley:
Tanks!

Just put that in your client.lua

if Config.Framework == “Esx” then
targetSystem = “ox_target”
else
targetSystem = “qtarget”
end