Addon resources
Phone

NPWD

This resource creates a phone that can be used to send messages, call, and more.

⚠️

ND_NPWD is no longer needed to use NPWD with ND.

Preview video

Setup guide

Install the resource

Download and add the resource to your server npwd (opens in a new tab)

Follow setup/configuration guide

Project Error Documentation (opens in a new tab)

Set framework

server.cfg
set npwd:framework ndcore

Set database

config.json
"database": {
    "useIdentifierPrefix": true,
    "playerTable": "nd_characters",
    "identifierColumn": "identifier",
    "identifierType": "license",
    "profileQueries": true,
    "phoneNumberColumn": "phonenumber"
},