docs: update ngdredemption

This commit is contained in:
Administrator 2025-01-27 20:18:07 -08:00 committed by DeLuce
parent 96cdb1eeed
commit 8838893392

View File

@ -2,7 +2,7 @@
title: ngd-redemption
description:
published: true
date: 2025-01-28T04:06:10.242Z
date: 2025-01-28T04:18:05.443Z
tags:
editor: markdown
dateCreated: 2025-01-28T00:30:34.910Z
@ -26,7 +26,7 @@ dateCreated: 2025-01-28T00:30:34.910Z
Follow the guide to install ngd-Bridge [HERE](https://nemesisdocs.com/en/gettingstarted).
2. **Install ngd-redemption**
Place `ngd-pillboxaddon` into your **[ngd]** folder. This script must be started **after** `ngd-Bridge`.
Place `ngd-redemption` into your **[ngd]** folder. This script must be started **after** `ngd-Bridge`.
3. **Modify Tebex Listings**
<details>
@ -48,8 +48,33 @@ NGDRedemption {packageId} {transaction}
</details>
4. **Modify Tebex Listings**
4. **Configure Packages In Script**
<details>
<summary><strong>Script Configuration</strong> (Click to Expand)</summary>
- **In a web browser, navigate to your Tebex package.**
-- The #s seen at the end of the link are the `Package ID`, and will be used to configure the items in the script.
<img src="/packageid.png">
<br>
- **Inside of the config.lua, you will see Config.Packages = {**
-- **You will need to add the `Package ID` from the step above, into the [] and configure each package**
---
- **There are several variables to the packages you can choose from:**
-- `Type =` (You can use 'item', 'vehicle' or 'other')
-- `Label =` (This is what is show in-game)
-- `Item =` (This is the item given to players if the Type = 'item')
-- `Qty =` (This is the amount of the item given above)
-- `Model =` (This is the vehicle spawn code if Type = 'vehicle')
---
</details>