diff --git a/ngdredemption.md b/ngdredemption.md index 3ce251d..d5005f8 100644 --- a/ngdredemption.md +++ b/ngdredemption.md @@ -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}