LV Soft FiveM
  • LV SOFT
    • 👋Welcome!
    • 🛒Tebex
    • 💬Discord
  • QB/ESX
    • ☮️lvs-loading
      • Installation
      • Configuration
    • 👫lvs-multichar
      • Installation
      • Configuration
      • Adding Scenes
      • Tebex Integration
      • Commands
    • 🗺️lvs-spawnselector
      • Installation
      • Configuration
    • 🥼lvs-clothing
      • Installation
        • QBCore Install
        • ESX Install
      • Configuration
      • Migration
        • qb-clothing
        • esx-skinchanger
        • Illenium-Appareance
      • Blacklisting
      • Events
      • Commands
    • ⚙️lvs-lib
      • black-screen loading
      • notifications
      • progressbar
      • key-interaction
      • textui
      • alert
      • context menu
      • context input
    • 💬lvs-chat
      • Installation
      • Configuration
      • Events & Exports
    • 📱lvs-radio
      • Installation
      • Configuration
      • Events & Exports
    • 🗃️lvs-playerlist
      • Installation
      • Configuration
    • 📹lvs_weazelnews
      • Installation
      • Configuration
    • 🎒lvs-inventory
      • Installation
      • Configuration
      • lvs-inventory
        • exports
      • lvs-shops
        • Configuration
        • Exports
      • lvs-crafting
    • 🪪lvs-idmanager
      • Installation
      • Configuration
      • Exports
  • Standalone
    • 🚘lvs-drift
      • Installation
      • Configuration
      • Commands
    • 🕺lvs-animations
      • Installation
      • Configuration
      • Adding Animations
      • Exports/Events
    • 💥lvs-accident
      • Installation
      • Configuration
    • 🔥lvs-explosion
      • Installation
      • Configuration
    • 🏎️lvs-racing
  • ESX
    • 📅Soon
Powered by GitBook
On this page
  • Step 1
  • Step 2
  • Step 3
  • Step 4
  • Step 5
  1. Standalone
  2. lvs-animations

Installation

Step 1

Run the qb.sql file located in the resource folder in your database! Or execute the SQL:

ALTER TABLE `players` ADD COLUMN `lvs_animation` longtext COLLATE utf8mb4_bin;
ALTER TABLE `players` ADD COLUMN `lvs_walking_style` longtext COLLATE utf8mb4_bin;
ALTER TABLE `players` ADD COLUMN `lv_expression` longtext COLLATE utf8mb4_bin;

CREATE TABLE IF NOT EXISTS `lvs_animation_favorite` (
    `id` int(11) NOT NULL AUTO_INCREMENT,
    `identifier` varchar(100) NOT NULL,
    `animation_name` varchar(100) NOT NULL,
    UNIQUE KEY `id` (`id`),
    KEY `identifier` (`identifier`)
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;

Step 2

Drag And Drop, put lvs_animations in resources folder


Step 3

Install the dependencies if they are not installed.

resource
url

oxmysql

ox_lib


Step 4

Now configure and translate your resource.

Config files

/lvs_animations/configs/config.lua /lvs_animations/configs/animations.lua /lvs_animations/configs/locales.lua /lvs_animations/html/configs/config.js /lvs_animations/html/configs/locales.js


Step 5

Start The Script Start in server.cfg , ensure lvs_animations.

Previouslvs-animationsNextConfiguration

Last updated 1 year ago

🕺
https://github.com/overextended/oxmysql
https://github.com/overextended/ox_lib