CES Help Document > FiveM > Flatten Tires

Flatten Tires

1. Features

Interactive tire flattening system

License key validation system (prevents unauthorized use)

Customizable command trigger

Works seamlessly with QBCore

Easy to integrate

2. Installation

Unzip the File:

Extract flatten_tires_licensed.zip and place the folder into your

server’s resources/

directory.

Add to server.cfg

3. Dependencies

QBCore Framework

Game Build 2189+ recommended

Ensure you’re using a valid license key (see Configuration)

4. Configuration

Inside the script folder, open config.lua

Config = {}

Config.CommandName = "poptires" -- Command players use
Config.RequireJob = false -- Set to true if only certain jobs can use it
Config.AllowedJobs = { "police", "mechanic" }

-- Sever.lua
Config.ProductId = 123 -- Replace with your actual product ID
Config.LicenseKey = "YOUR_LICENSE_KEY"

💡 Make sure the license key is kept private. Do not share or leak this file

5. How It Works

Trigger the command:

Type /poptires near a vehicle (within 3.0 units).

What happens next?

The nearest vehicle's tires will be flattened.

You’ll get a notification confirming the action.

It uses a raycast or proximity method to identify the target.

6. FAQ

Q: Can I restrict this to admins only?

A: Yes, set Config.RequireJob = true and only allow admin in AllowedJobs.

Q: Does it damage the vehicle or just the tires?

A: Only the tires will be popped using the native vehicle functions.

Q: Can I change the distance for targeting vehicles?

A: Yes, inside the main script you can adjust the proximity detection value (3.0) if needed.

7. License Info

This script is protected under a commercial use license. Unauthorized redistribution or usage without a valid license key will result in script denial.


Suggest an edit

Review this page

crazyeyes29

1 recommend this page