For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ“±NPWD

Before starting please verify that the taxi system works by using the /taxi command.

πŸ“ 1. Folder Structure

Ensure the NPWD apps are placed inside the correct directory:

[npwd-apps]/
   β”œβ”€β”€ npwd_rahe_taxi_rider
   └── npwd_rahe_taxi_driver

βš™οΈ 2. Resource Startup Order

Make sure your server.cfg starts resources in the correct order:

ensure rahe-navigation
ensure rahe-taxi
ensure [npwd-apps]
ensure qbx_npwd  # If you're using Qbox
ensure npwd

πŸ“Œ Important Notes

  • rahe-taxi must start before NPWD


πŸ“² 3. Register Apps in NPWD Config

After confirming the folder structure, register the apps inside:

βž• Add to apps array:

It should look something like this:

🚫 4. Disable Command

After you have verified that the apps work you can disable the command by setting commandsEnabled to false in public\config\client\cl_config.lua

commandsEnabled = false,

Last updated