docs: update ngdredemption

This commit is contained in:
Administrator 2025-02-09 11:06:37 -08:00 committed by DeLuce
parent 91573a51ee
commit 2946a2f58a

View File

@ -2,7 +2,7 @@
title: ngd-redemption
description:
published: true
date: 2025-02-09T19:04:33.530Z
date: 2025-02-09T19:06:35.045Z
tags:
editor: markdown
dateCreated: 2025-01-28T00:30:34.910Z
@ -63,7 +63,7 @@ NGDRedemption {packageId} {transaction}
- **There are several variables to the packages you can choose from:**
-- `Type =` (You can use 'item', 'vehicle' or 'other')
-- `Type =` (You can use 'item', 'vehicle', `money`, `name`, `job` 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)
@ -125,6 +125,9 @@ function GiveCustom(data)
end
```
> The above are just examples. Please modify them to fit your server.
{.is-warning}
</details>