
Script informations
- Player can have a locker for themself or for team just send a code to team!
- You can easy add items wich player can add to locker.
- You can translate text in config.
- You can change locker type and model.
Buy
Cost is a 1.5$ USD + TAX
Tebex
Showcase
Config
Config = {}
-- You can add new types, and you can add specific items what you want to be in this locker
Config.LockerTypes = {
["normal"] = {
model = "bkr_prop_gunlocker_01a",
usableItemName = "normalbox",
items = "all"
},
["ammobox"] = {
model = "ex_prop_crate_ammo_sc",
usableItemName = "ammobox",
items = {
["ammo-9"]
}
}
}
-- you can translate text here
Config.Translation = {
Text = "Click ~b~[ENTER]~w~ to place a locker ~n~ Click ~r~[BACKSPACE]~w~ to cancel placing",
EnterPIN = "Enter PIN",
MustBe = "PIN length must be a 4 digit!",
TooClose = "Too close to other locker!",
SettingUp = "You arl setting up something!",
IncorrectPin = "Incorrect PIN!",
PressEToEnterPIN = "Press E to enter PIN corde",
DepostiItems = "Deposit items",
TakeItems = "Take out items",
LockerMenu = "Locker Menu",
DepositMenuTitle = "Deposit your items into a locker",
WidthdrawMenuTitle = "Widthdraw items from locker",
YouCantPutThisItem = "You can't put %s in here!",
YouAddedItem = "You added %s item in an amount %s",
YouDontHaveThisItem = "You dont have this item to place!",
ItemLabel = "Item: %s | Count: %s"
}
| Code is accessible | No |
| Subscription-based | No |
| Lines (approximately) | 800+ |
| Requirements | ESX, esx_menu_default, esx_menu_dialog |
| Support | Yes |