Skip to content

H0ssein/pPassword

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pPassword

A simple fivem password resource using adaptive cards.

Useful links

Installing

  • Download the resource
  • Drop everything in a folder called ppassword (whatever you want) in your resources folder.
  • Start the resource

Configuration

Everything you need is in config.json

{
    "serverPassword": "12345",
    "serverName": "GTALife",
    "serverWebsite": "https://www.gtaliferp.fr",
    "serverLogo": "https://gtaliferp.fr/img/logo+hi.png",

    "cardTitle": "Access denied. Please enter server's password",
    "enterText": "Enter",
    "passwordPlaceholder": "Password",
    "wrongPasswordMessage" : "This is not the right password."
}

Building

npm install
npm run build

Preview

preview

About

A simple fivem password resource using adaptive cards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.5%
  • JavaScript 13.3%
  • Lua 3.2%