Skip to content

requestrip/r_simcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r_simcards

SIM system for npwd phone by requestrip

Helpful Info

  • Easy to use.
  • Easy to setup.

Requirements

Download & Installation

  1. Download & Extract the .zip or Open the .zip.
  2. Import the included SQL file to your database.
  3. 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
        }
	},
},
  1. Edit the config.lua if you'd like to.
  2. Add ensure r_simcards to your server.cfg.

Known Bugs/Issues

  • None for now

About

Sim Cards system for NPWD phone

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages