sh-yoga

Did somebody say yoga?

Installation

  1. Install dependencies:

  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

Last updated