Sit On Every Chair

How to install Nevera Development - Sit On Every Chair script.

Script

Installation

  1. Download from github and unzip the file.

  2. Rename the folder to whatever you want. For example nv_sit and move the folder to your server's resource folder.

  3. Add the resource to your server start config: ensure nv_sit , Ensure the script is the latest one.

server.cfg
# ...
# All the other resources
ensure nv_sit
  1. Open config.lua and configure it correctly, paying attention to all the variables!

  2. Restart server or type ensure nv_sit in the console.

Code

config = {}

--=========== Targets ===========--
config.ox_target = true -- If you want to turn on, set this to -> true
config.qb_target = false -- If you want to turn on, set this to -> true
--===============================--

config.targetIcon = "fas fa-chair"
config.targetName = "Sit"
config.targetNameStandUp = "Stand Up"

config.firstPersonOnSit = true -- This will enable the first person view when the player sits, but this does not force it in first person mode the player can still change the view with V. 

Support

If you have any problems or need help, contact us on Discord!

Last updated