Exports and Events
Events - Client
lunar_contracts:openTablet
- Opens the tablet UI, make sure to disable the item check to fully use this.
Exports - Server
getPlayerCrypto
- Returns the player's crypto balance
getPlayerExperience
- Returns the player's XP
addPlayerCrypto
- Add the specified amount to the player's current crypto balance
addPlayerExperience
- Add the specified amount to the player's current XP
removePlayerCrypto
- Removes the specified amount from the player's current crypto balance
removePlayerExperience
- Removes the specified amount from the player's current XP
Last updated