wasabi_tireslash
https://i.imgur.com/i0CI67V.gif
This resource was created as a free target based tire slash.
Features:
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
–
My Other Releases:
Props:
8 Likes
straight to production awesome!
Preferred with Draw Text? or just a keybind.
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
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?
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
Tanks!
Kerizi
June 16, 2024, 3:03pm
22
anyone edited this to only allow you to use target if you have the weapon in your hand?
it’s cool but with ox_target don’t work
lego_ed
October 21, 2024, 11:21pm
26
Just put that in your client.lua an it works
if Config.Framework == “Esx” then
targetSystem = “ox_target”
else
targetSystem = “qtarget”
end
2 Likes