INSTALLATION

Read very well and follow all the steps below. If you find any error or have any doubt open a ticket.

1. DOWNLOAD

The first step is to download the product we have just purchased. To do this we will go to our KEYMASTERarrow-up-right account and search for "Buty-Identity".

2. DEPENDENCIES AND INSTALLATION

triangle-exclamation
circle-exclamation
  1. To install it add the resource to your scripts folder and put the following in your SERVER.CFG:

ensure Buty-Identity

2. Go to es_extended/client/main.lua

3. Search for "esx:playerLoaded".

4. Change the coordinates of "exports.spawnmanager:spawnPlayer" to these:

x = -1860.92, y = -1191.12, z = 12.0,

IT SHOULD LOOK LIKE THIS:

exports.spawnmanager:spawnPlayer({
x = -1860.92,
y = -1191.12,
z = 12.0,
heading = ESX.PlayerData.coords.heading,
model = GetHashKey("mp_m_freemode_01"),
skipFade = false

5. Save everything and RESTART the entire server.

3. CONFIG

The following will explain all the settings, one of the most important things that I recommend you spend a few minutes to understand in order to offer your users the best possible experience.

circle-info

To make it easier for you to configure, this script comes with several configuration files, each one for one thing. You can see it explained below:

circle-info

Here you will only have to configure your framework, your database and some extra settings.

Last updated