R_SIMCARDS
Hello everyone!
Hereby we present our custom script that allows you to add sim cards to your NPWD. This script allows players to have multiple phone numbers at the same time.
Features
- Script is standalone
- Possibility of having several sim cards
- The possibility of making a copy of the sim card and blocking the old one.
- Fully optimized
Dependencies
Installation
- Download script
- Add r_simcards to your resources directory
- Run sql.sql and add “sim_card” item into your ox_inventory
- Add this in your server.cfg:
ensure r_simcards
ox_inventory/data/items.lua
['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
}
},
},
OTHER RESOURCES
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 200 |
Requirements | npwd ox_lib ox_inventory oxmysql |
Support | Partially |