Configuration
Let's configure your new script to your liking!
Language
There are a few default languages that come with the script. You can easily add your own language or just translate one of the default ones. Let me show you how to choose your language.
1) Go to the fxmanifest.lua
and look for shared_scripts
.
2) You will find this on that spot:
3) On the 2nd line you see translations/en.lua
this stands for English. So if you want Dutch for example you choose nl.lua
instead of en.lua
. This is possible because nl.lua
is already present in the translations folder
.
Configurations
Changing rewards when opening box
Go to lumio-ammunationrobbery > server > sv_main.lua
Do not change
['weapon'], ['attachment'], ['armor'], ['katana'], ['throwable'] or ['melee']
You can only change the item names that are after
name =
I suggest to put the maxAmount on 1 when it's a weapon
Last updated