[PAID] vsConfigurator

A script by VibeScripts

No reviews yet.
[PAID] vsConfigurator main image

Price

Unknown

Full Description

[PAID] vsConfigurator

Description

With our new script vsConfigurator, you can make some of the most important settings for your roleplay-server.

The script is particularly suitable for new server owners.

You can easily view all functions in the Config, below in the post.

The script is kept as performant as possible.

So get started now and configure your server easily with the vsConfigurator!

Go to our Tebex-shop get your version for only 7.49€ .

Showcase

Link to the Showcase Video

Config

Config = {}
Config.Version = true -- select your esx version (true = old esx version)
Config.Debug = false -- only false

-- NullFix Settings

Config.EnableNullFix = true -- The NullFix replaced the name of the car etc.. in the menu with the name you can enter here.
Config.NullFix = {
    modelCarName = "rightCar"
}

-- Player Settings

Config.EnableHandsup = true -- Enable Handsup Option
Config.HandsupKey = 73 -- Key: X
Config.HandsupWithWeapon = false -- Enables whether players are allowed to raise their hands while holding a weapon. 
Config.HandsupMessage = "You must not hold a weapon in your hand." -- This is the text that comes up when you have a weapon in your hand.
Config.HaveWeaponAnimation = false -- Do you use a custom weapon animation to pull out weapons?

Config.EnablePointing = true -- Enable Finger-Pointing
Config.PointingKey = 29 -- Key: B

Config.EnableCrounched = true -- Enable Crounch
Config.CrounchedKey = 36 -- Key: Strg

-- Voice Settings

Config.AllowIngameVoice = true -- can suppress the ingame voice

-- World Settings

Config.AllowRealtime = true -- Activates the real-life time (light/dark)


Config.EnableWeather = true -- permanently activates the set weather
Config.WeatherType = "XMAS" -- the following types of weather exist: BLIZZARD; CLEAR; CLEARING; CLOUDS; EXTRASUNNY; FOGGY; HALLOWEEN; NEUTRAL; OVERCAST; RAIN; SMOG; SNOW; SNOWLIGHT; THUNDER; XMAS

Config.EnableSnowball = true -- Players can pick up snowballs
Config.PickUpKey = 38 -- Key: E

-- Extra Settings

Config.AllowSeatCommand = true -- should players be able to switch seats?
Config.SeatCommand = "seat" -- command for changing seats

Config.AllowHitWithWeapons = true -- Players can hit with weapons

-- Vehicle Settings

Config.EnableVehicleReward = false -- default: false (VehicleReward is getting weapons when entering police cars etc.)
Config.AllowKickDriver = false -- default: false (activates the kick out from the driver)
Config.EnableSlipStream = true -- enable/disable slipstream

-- NPC Settings

Config.EnableNPC = true -- if you want to disable everything enter false here (Info: if you activate the master lever again, you have to restart the server.)

Config.EnableWalkNPC = true -- enable Walking NPC
Config.DensityPed = 0.8 -- Spawn-Rate (0.1 - 1.0)

Config.EnableDriveCars = true -- enable Driving NPC
Config.EnableParkedCars = false -- should spawn parked vehicles

Config.DensityTraffic = 0.1 -- Spawn-Rate (0.1 - 1.0)

Config.EnableCops = true -- enable cop NPC
Config.EnableAmbulance = true -- enable ambulance NPC

Config.EnableBoats = true -- enable boats with NPC

-- Saltychat Voice-Range Settings
Config.EnableSaltychat = true

Config.MarkerType = 1 -- Marker Type - https://docs.fivem.net/docs/game-references/markers/

Config.ShortColor = {0, 0, 255} -- Color: Blue
Config.MiddleColor = {0, 255, 0} -- Color: Green
Config.LongColor = {255, 100, 0} -- Color: Orange
Config.ExtremColor = {255, 0, 0} -- Color: Red

Config.ShortDistance = 1.5 -- distance in meter
Config.MiddleDistance = 5.0 -- distance in meter
Config.LongDistance = 12.0 -- distance in meter
Config.ExtremDistance = 18.0 -- distance in meter

-- Basic Logs

Config.DateFormat = '%d/%m/%Y [%X]' -- Format of the Date

Config.ShowIPAddress = false -- enable IP-Adress from the user

Config.EnableConnectLog = false -- enable Connect-Log
Config.ConnectionWebhook = "" -- webhook

Config.EnableDisconnectLog = false -- enable Disconnect-Log
Config.DisconnectWebhook = "" -- webhook

Optimization

  • IDLE: 0.01ms

  • RUNNING: 0.05ms

Further Information

TEBEX: vsConfigurator

Code is accessible No
Subscription-based No
Lines (approximately) 600
Requirements ESX
Support Yes