filo studios.
Free Resources

filo_slashtire

filo_slashtire allows players to puncture vehicle tires using configurable melee weapons. The resource automatically detects the nearest tire, synchronizes the damage across all clients, and integrates with ox_target for seamless interaction.

Features

  • Lightweight and optimized
  • Automatic closest tire detection
  • Configurable allowed weapons
  • Fully synchronized tire damage
  • Framework independent

Requirements

Installation

  1. Place filo_slashtire in your resources folder.
  2. Ensure the required dependencies before the resource.
ensure ox_lib
ensure ox_target
ensure filo_slashtire

Configuration

Allowed Weapons

Configure which weapons can slash tires in:

shared/sh-config.lua

Example:

Config.AllowedWeapons = {
    `WEAPON_KNIFE`,
    `WEAPON_SWITCHBLADE`,
    `WEAPON_DAGGER`
}

Any GTA V weapon hash can be added or removed from this table.

Usage

  1. Equip one of the configured weapons.
  2. Walk up to a vehicle tire.
  3. Target the tire using ox_target.
  4. Select Slash Tire.
  5. The tire will be punctured for everyone on the server.

Compatibility

ResourceRequired
ox_lib
ox_target

Support

If you encounter an issue, please include:

  • Server artifacts version
  • Resource version
  • Console errors
  • Steps to reproduce

For support and updates:

On this page