Armoury
Config.Armory = {
label = "Equipamiento",
items = {
{
name = "weapon_combatpistol",
price = 0,
amount = 1,
info = {
serie = "SAPD",
attachments = {
{component = "COMPONENT_AT_PI_FLSH", label = "Flashlight"},
}
},
type = "weapon",
slot = 1,
},
...
}
}
Last updated