List of useful commands for the basic functions of your server using our asset, you can execute them using ExecuteCommand or read them informatively.
copy
usability
description
hud
/hud
open the hud Control Panel
1. main scripts
Here you must to change this config to work with your server, like your Core Name and your voice name script, Fuel name script ...
L2SHUD.Corename ='l2s-core' -- Your Core Name (Only For QBcore Files)L2SHUD.ShortName ='l2s-' -- Triggers Name will be change like qb-hudL2SHUD.voicescript ='l2s-voice' -- pma-voice name , if you use l2s files onlyL2SHUD.inputexport ='l2s-input'-- qb-input nameL2SHUD.fuelexport ='LegacyFuel'-- Fuel name
2. HUD Color
To Change your HUD Color Open The File in vs code and search the old color (#1ADAC5) Replace To New Color.
L2SHUD.maincolor ='#1ADAC5' -- Main ColorL2SHUD.hudcolor2 ='#ffffff' -- Texts ColorL2SHUD.progresscolor ='#1ADAC5' -- Progressbar ColorL2SHUD.middecolor ='#FFF523' -- Middle Things Color (yellow)L2SHUD.errorcolor ='#B82014' -- Red Things Color (red)
3. Priority System
l2s-hud has a Priority System as long as you want to enable it in config.lua, you can change the message of the priority on and off.
L2SHUD.PrioritySystem =true-- Priroty SystemL2SHUD.PriroityMessages ='Priority has been activated. Any criminal act is strictly prohibited. In addition, thefts have been disabled until the priority expires.'L2SHUD.PriroityMessagesDone ='Priority has been deactivated'
4. main settings
in this config you have money and radar setting, first you have the money if you wanna Show money constantly you must to do it true.