Installation & Konfiguration
Zuletzt aktualisiert
start ecall['ecall_retrofit'] = {['name'] = 'ecall_retrofit', ['label'] = 'eCall Nachrüstset', ['weight'] = 100, ['type'] = 'item', ['image'] = 'ecall.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'eCall Nachrüstset zum Einbau in jedes Fahrzeug'},
['ecall_expand'] = {['name'] = 'ecall_expand', ['label'] = 'eCall Ausbauset', ['weight'] = 100, ['type'] = 'item', ['image'] = 'ecall.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'eCall Ausbauset zum Ausbau aus ausgerüsteten Fahrzeugen'},INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('ecall_retrofit', 'eCall Nachrüstset', 1, 0, 1);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('ecall_expand', 'eCall Ausbauset', 1, 0, 1);['ecall_retrofit'] = {
name = 'ecall_retrofit', -- Unique ID used internally by the inventory
label = 'eCall Nachrüstset', -- Name shown to players
weight = 500, -- Weight of the item
type = 'item', -- Type: item or weapon
image = 'ecall_retrofit.png', -- Image located in html/images/
unique = false, -- Can stack with other items
useable = true, -- Player can use this item
shouldClose = true, -- Inventory closes when used
description = 'eCall Nachrüstset zum Einbau in allen Fahrzeugen.'
},
['ecall_expand'] = {
name = 'ecall_expand', -- Unique ID used internally by the inventory
label = 'eCall Ausbauset', -- Name shown to players
weight = 500, -- Weight of the item
type = 'item', -- Type: item or weapon
image = 'ecall_expand.png', -- Image located in html/images/
unique = false, -- Can stack with other items
useable = true, -- Player can use this item
shouldClose = true, -- Inventory closes when used
description = 'eCall Ausbauset zum Ausbau aus ausgerüsteten Fahrzeugen.'
}#ACE Permission anhand der License ID
add_ace identifier.license:xxxx "ecall.admin" allow
#ACE Permission anhand der Steam ID
add_ace identifier.steam:xxxx "ecall.admin" allow
#ACE Permission für Benutzer Gruppen
add_ace group.superadmin "ecall.admin" allow