Setting up the script.

How do I get more players to play a match ?

1: Open the file shared > config.lua

2: Each cap has its own minimum number of players to start a match. When the minimum required is reached, the match starts automatically.

Search for MinPlayers = and after = put the quantity you want.

How do I configure other maps, weapons, items ?

I made a video setting up a new map, weapons, items. You can find the link HERE

How do I change the language ?

1: Open the file shared > config.lua

And right at the beginning there will be Language = 'en'

The script comes with locales for:

Portuguese, English, Spanish and French.

If you want to translate it to another language, it's very simple.

Open the locales for ''en'' in shared > locales en.lua

Copy everything, open ChatGPT and ask it to translate.

Then go to

nui > build > locales

and do the same, open the 'en' folder and open the ''translation.json'' file

and ask ChatGPT to translate everything.

How do I remove my HUD when the player is playing ?

1: Open the file shared > functions.lua

2: and search for OpenLobby and place your event to hide the HUD.

And in the function below ''CloseLobby''

You place the event to return the HUD.

Atualizado