NeveraDev Docs
  • Welcome
  • Paid
    • Realistic ATM
    • Private Yacht
    • Weed Planting
    • Advanced Scoreboard
    • Weapon Shop
    • Control Security Cameras
  • Free
    • OX Debug
    • ESX Scoreboard
    • Loading Screen
    • Sit On Every Chair
  • Social
    • Tebex Shop
    • Fivem Forum
    • Discord Support
Powered by GitBook
On this page
  • Script
  • Installation
  • Code
  • Support
  1. Paid

Private Yacht

How to install Nevera Development - Private Yacht script.

PreviousRealistic ATMNextWeed Planting

Last updated 5 months ago

This script is compatible with ESX and QB.

This script requires the

Script

Installation

  1. Add the resource to your server start config: ensure nv_private_yacht, the name of the folder must not be changed or the resource will not function correctly. Ensure the script is the latest one.

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

  2. Set config.framework to "ESX"

  3. Restart server or type ensure nv_private_yacht in console.

  1. Add the resource to your server start config: ensure nv_private_yacht, the name of the folder must not be changed or the resource will not function correctly. Ensure the script is the latest one.

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

  2. Set config.framework to "QB"

  3. Restart server or type ensure nv_private_yacht in console.

Code

config = {}

--=========== Framework ===========--
-- ESX - ESX Framework
-- QB - QBCore Frameowk
config.framework = "ESX"
--=================================--

--=========== 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-anchor"

--=========== Shop / Laptop ===========--
config.shopPedPos = vec3(569.2382, -3126.7739, 18.7686)
config.laptopModel = "prop_laptop_01a"
--=====================================--

--=========== Notification ===========--
config.notifyName = "YACHT"
config.notifyDesc = "Jhon Smith"
config.notifyIcon = "CHAR_BOATSITE"
--====================================--

--=========== Pricing ===========--
config.upgradePrice = {
	-- Model:
	orion = 6000000,
	pisces = 7000000,
	aquarius = 12000000,

	-- Fittings
	chrome = 270000,
	gold = 850000,

	-- Light
	presidential = 250000,
	vivacious = 512000,

	-- Light Color
	l_yellow = 0,
	l_blue = 60000,
	l_purple = 90000,
	l_green = 100000,

	-- Yacht Color
	yc1 = 0,
	yc2 = 90000,
	yc3 = 130000,
	yc4 = 160000,
	yc5 = 190000,
	yc6 = 240000,
	yc7 = 260000,
	yc8 = 290000,
	yc9 = 310000,
	yc10 = 350000,
	yc11 = 370000,
	yc12 = 420000,
	yc13 = 476000,
	yc14 = 512000,
	yc15 = 564000,
	yc16 = 592000
}	

Support

Download from and unzip the Private Yacht. Move nv_private_yacht in your server's resource folder.

Download from and unzip the Private Yacht. Move nv_private_yacht in your server's resource folder.

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

keymaster
keymaster
Discord!
ox_lib
Logo[ESX/QB] Have a Private YachtCfx.re Community