EXPORTS
Exports Usage (Server Side)
Create Credit Card
Using the CreateCreditCard
exports
CreateCreditCard
exportsThe CreateCreditCard
exports allows you to create a credit card in the game with customized metadata.
source
: The player ID requesting the creation of the credit card. metadata
: A table containing custom data for the credit card.
Example Usage
This format should be clearer and more structured for users to understand how to use your script.
Change PIN (Using the ChangePin exports)
The ChangePin
exports allows you to change the PIN associated with a player's identifier.
data
: A table containing the player's identifier and the new PIN.
Example Usage (using LegacyFramework)
This function allows you to easily update a player's PIN by specifying their
identifier
and the newPIN
.
Last updated