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

Script
Installation
Download from github and unzip the file.
Rename the folder to whatever you want. For example
nv_sit
and move the folder to your server's resource folder.Add the resource to your server start config:
ensure nv_sit
, Ensure the script is the latest one.
# ...
# All the other resources
ensure nv_sit
Open config.lua and configure it correctly, paying attention to all the variables!
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
Last updated