[FREE] [ESX/QBCore]: Money-App for your phone (NPWD)

We need more apps for NPWD :pray:

Here’s a very basic money sender application.

Features

  • Configuration options
  • Translations
  • Select recipient from your contacts.

Configuration preview:

{
    "bankName": "Bank of Your Server",
    "debug": true,
    "limits": {
        "minAmount": 25,
        "maxAmount": 1000
    },
    "locale": {
        "currency": "USD",
        "language": "en"
    },
    "translations": {
        "send": "Send",
        "history": "History",
        "recipient": "Recipient",
        "amount": "Amount",
        "home": "Home",
        "recieved": "Recieved",
        "sent": "Sent",
        "date": "Date",
        "from": "From",
        "to": "To",
        "error_recipientIsRequired": "Recipient is required",
        "error_amountIsRequired": "Amount is required",
        "error_amountMustBeANumber": "Amount must be a number",
        "error_amountMustBeGreaterThanMinAmount": "Amount must be greater than {{minAmount}}",
        "error_amountMustBeLessThanMaxAmount": "Amount must be less than {{maxAmount}}",
        "error_cantSendToYourself": "You can't send money to yourself",
        "error_notEnoughFunds": "You don't have enough funds",
        "error_receipientDoesNotExist": "Recipient does not exist"
    }
}

Installation details:
send_app.zip (489.2 KB)

  1. Get latest NPWD: Release NPWD 3.13.0 · project-error/npwd · GitHub
  2. drag & drop send_app into resource folder
  3. Configure Framework.json
  4. Inside NPWD, config.json: add send_app to apps.

Other resources:

10 Likes

Do we need to add it to apps in npwd config?

Yes!

You need to add it to config.json in NPWD :slight_smile:

Will update post.

IP infringement

Update:

  • Fixed event name collision with other app

top, good job