square-userBasic configuration

1

Insert the database according to your framework

2

Configure your language

If your language isn't listed here, you can add it or even open a ticket and we'll add it for you!

--[[  
Configure your language using the following:
    'es' -> Spanish
    'en' -> English
    'fr' -> French
    'de' -> German
    'it' -> Italian
    'pt' -> Portuguese
]]
Config.Locale = 'en' 
3

Make these modifications to your framework for proper functioning

Go to the path es_estended/server/main.lua and replace this functions

circle-exclamation

Go to the path es_estended/server/modules/commands.lua and replace this command

Add this function anywhere in the file es_estended/server/functions.lua

circle-exclamation
4

Add this code to your server.cfg

5

Configure the script to your liking and enjoy!

6

Correct functioning of ranges

If you are going to assign undefined ranges, make sure to add the new group in the other scripts, for example:

Config.StaffGroups = {
  esx = { 'admin', 'superadmin', 'owner' },
  qbcore = { 'admin', 'god' },
  qbox = { 'admin', 'god' }
}

If you use the owner rank, you must add it to the scripts

💻 If you have trouble with the installation, there is a video installation tutorial available

Last updated