From 8ab2e9362b6d0fc722b74f9b8ed97b7b92835239 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 27 Jan 2025 17:29:57 -0800 Subject: [PATCH] docs: create template --- template.md | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 template.md diff --git a/template.md b/template.md new file mode 100644 index 0000000..bd3e34d --- /dev/null +++ b/template.md @@ -0,0 +1,106 @@ +--- +title: RESOURCE TEMPLATE +description: +published: true +date: 2025-01-28T01:29:54.556Z +tags: +editor: markdown +dateCreated: 2025-01-28T01:29:54.556Z +--- + +
+ NGD Logo + +

NGD-PILLBOXADDON

+
+ + +## Installation Steps + +1. **Install ngd-Bridge** + Follow the guide to install ngd-Bridge [HERE](https://nemesisdocs.com/en/gettingstarted). + +2. **Install ngd-pillboxaddon** + Place `ngd-pillboxaddon` into your **[ngd]** folder. This script must be started **after** `ngd-Bridge`. + +3. **Add Items to Your Inventory** + Copy the items listed below into your inventory. + +4. **Copy Images** + Move the images from the `img` folder into your inventory's images folder. + +5. Add the jobs into your framework. +
+Job Configuration (QB/QBX) (Click to Expand) + +## QB (old jobs.lua) + +```lua + +``` + +## QB (new jobs.lua) + + +```lua + +``` +## QBX + +```lua + +``` + +
+ +
+Job Configuration (ESX) (Click to Expand) + +## (If this doesn't work for you, you will need to build them manually into your modified database) + +```sql + +``` +
+ +6. Add the items into your framework/inventory. +
+Items List (OX) (Click to Expand) + +```lua + +``` + +
+
+Items List (QB-NEW) (Click to Expand) + +```lua + + + +``` + +
+
+Items List (QB-OLD) (Click to Expand) + +```lua + + +``` +
+ +--- + +# Configuration Notes + +- **Extensive Configuration Options** + Open and configure all the `Config` files to match your server's settings. + +- **Customizable Menu Images** + The images used in the menus can be replaced. They are located in the `web/menuimages` folder. + +> Do you still need help? Open a ticket in our [Discord](https://discord.gg/AnXx2GVGcM) +{.is-warning} +