SHEEN SCRIPTS
  • SHEEN SCRIPTS
    • Store
    • Discord
  • Paid Resources
    • sh-storages
      • Configuration
    • sh-k9
      • Installation
      • Configuration
      • Commands / Controls
      • Exports / Events
    • sh-heists
      • Installation
      • Features
      • Premade Heists
      • Configuration
        • config.lua
        • Parameters
        • Functions
        • Scenes
        • Minigames
        • NPC States
      • API (for developers)
      • FAQ
    • sh-heists_v2 (WIP)
      • Installation Guide
      • Documentation
        • Configuration Files
        • Parameters
        • Minigames
        • Scenes
        • Tips & Tricks
    • sh-cemetery
      • Configuration
    • sh-buddy
      • Configuration
    • sh-player_carjacking
      • Configuration
    • sh-bowling
      • Configuration
    • sh-fights
      • Configuration
    • sh-chopshop_v2
      • Configuration
    • sh-chopshop
      • Configuration
    • sh-yoga
      • Configuration
  • Free Resources
    • sh-gifts
    • sh-jobcenter
    • sh-guidebook
    • sh-elevator
    • sh-jobCreator
Powered by GitBook
On this page
  1. Paid Resources

sh-yoga

Did somebody say yoga?

PreviousConfigurationNextConfiguration

Last updated 1 year ago

Installation

  1. Install dependencies:

    • ox_lib (required)

  2. Put script into your resources, doesn't matter where...

  3. If you using ESX/QB/QBX framework:

    • Add items to your item list: 'yoga_mat_1', 'yoga_mat_2'

    • There is example from my qb-core/shared/items.lua

    yoga_mat_1 = {
    	name = "yoga_mat_1", label = "Yoga Mat", 	    
    	weight = 150, type = "item", 			
    	image = "yoga_mat_1.png", 
    	unique = true, useable = true, shouldClose = true, combinable = nil, 
    	description = "Did somebody say yoga?"
    },
  4. Make sure that script is starting after:

    • your framework (if you using one, qb, esx etc.)

    • ox_lib

  5. Customise config file to match your requirements.

  6. Restart Server

https://github.com/overextended/ox_lib/releases
img.