Skip to content

evanillaa/qb-vault-npstyle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

qb-vault-npstyle

Edited Version qb-vault NP Style

Install:

copy qb-vault and iyc-input in your resources files

ensure 2 scripts in your server.cfg

ensure qb-vault ensure iyc-input

if you need use my input for another script you should use it like this

local mdialog = exports['iyc-input']:ShowIycInput({
        header = "NewPassword",
        submitText = "Submit",
        inputs = {
            {
                text = "", -- text you want to be displayed as a place holder
                name = "", -- name of the input should be unique otherwise it might override
                type = "", -- type of the input
                isRequired = true -- Optional [accepted values: true | false] but will not submit the form if no value is inputted
            }
        },
    })

small perview:

storages

orginal version:https://github.com/Re2team/qb-vault

About

Edited Version qb-vault NP Style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 75.5%
  • JavaScript 14.6%
  • CSS 8.3%
  • HTML 1.6%