SIM system for npwd phone by requestrip
- Easy to use.
- Easy to setup.
- Required:
- Download & Extract the .zip or Open the .zip.
- Import the included SQL file to your database.
- Add "sim_card" item to your ox_inventory
['sim_card'] = {
label = 'Sim Card',
weight = 10,
stack = false,
close = true,
description = nil,
consume = 0,
client = {
remove = function()
exports['r_simcards']:checkSim()
end,
add = function()
exports['r_simcards']:checkSim()
end,
},
server = {
export = 'r_simcards.sim_card',
metadata = {
number = nil,
ssn = nil
}
},
},
- Edit the
config.lua
if you'd like to. - Add
ensure r_simcards
to yourserver.cfg
.
- None for now