Vestige Scripts
TebexDiscordYoutube
  • 🔨Tuff Script's
  • SCRIPTS
    • Tuff Advance WheelStancer
      • 💻Installation Guide
        • 🔴QBCore Trigger Installation
        • ⚪ESX Trigger Installation
      • ⚙️Config File
    • Tuff Advance Nitrous and Purge
      • 💻Installation Guide
      • ⚙️Config File
  • others
    • Discord Webhook
Powered by GitBook
On this page
  • Important Steps !
  • SQL Code Installation !
  • Stance Triggers Installation !
  1. SCRIPTS
  2. Tuff Advance WheelStancer

Installation Guide

PreviousTuff Advance WheelStancerNextQBCore Trigger Installation

Last updated 1 month ago

Important Steps !

  • Start your scripts after [qb], not inside it, to prevent any dependencies or server load issues.

  • Create a separate folder named[tuff]within the resources folder.

  • Ensure[tuff]starts after all other scripts to have necessary components loaded.

  • Example of my "server.cfg" file :

----------------------------------
# QBCore & Extra stuff
ensure qb-core
ensure [qb]
ensure [standalone]
ensure [voice]
ensure [defaultmaps]
ensure [vehicles]

# Tuff Scripts
ensure [tuff] -- Start my Scripts in a Folder like this !
----------------------------------

Follow these instructions carefully for complete and accurate installation !

  • Add the following code to your server.cfg at the Bottom.

ensure [tuff]
  • Run the SQL file. ( According to your Framework )


SQL Code Installation !

-- QBCore SQL File
ALTER TABLE player_vehicles ADD COLUMN `stance_value` longtext DEFAULT NULL;
-- ESX SQL File
ALTER TABLE owned_vehicles ADD COLUMN `stance_value` longtext DEFAULT NULL;

Stance Triggers Installation !

To apply the stance settings when taking vehicle out of any garage (Public, Private, Job Based ) follow these instructions !

You will need to add triggers according to the framework core events you are using !


Download the Script From your and put the script folder in [tuff] folder.

💻
👇
Keymaster
🔴QBCore Trigger Installation
⚪ESX Trigger Installation