Installation
NRG SimCard for LBphone
Required Scripts ⚙️
Installation Steps 🛠️
Config.Item.Unique = false Config.DatabaseChecker.Enabled = false -- not necessary* Config.DatabaseChecker.AutoFix = false -- not necessary*["phone"] = { label = "Phone", -- Translate this label to your desired language weight = 190, stack = false, consume = 0, client = { export = "nrg_simcard.simPhoneOpen", add = function() TriggerEvent("nrg_simcard:itemAddedPhone") end }, buttons = { { label = 'SIM Cards', -- Translate this label action = function(slot) TriggerEvent('nrg_simcard:SimCards', slot) end }, { label = 'Turn On/Off', -- Translate this label action = function(slot) TriggerEvent('nrg_simcard:TurnPhoneON', slot) end }, } }, ["custom_number"] = { label = "BON - Custom number", -- Translate this label weight = 100, stack = true, description = "Receive a Custom number at the SIM shop", -- Translate description }, ["sim_card"] = { label = "SIM Card", -- Translate this label weight = 190, stack = false, consume = 0, client = { add = function() TriggerEvent("nrg_simcard:itemAddedSIM") end }, },ensure nrg_simcard
*if you want to leave the option:
Last updated