LUNAR SCRIPTS
  • HOME
    • INFO
  • BRIDGE MODULE
    • lunar_bridge
      • Dependencies
      • Installation
      • Exports
  • PAID SCRIPTS
    • lunar_illegalbusinesses
      • Dependencies
      • Installation
    • lunar_heistcontracts
      • Dependencies
      • Installation
      • Exports and Events
    • lunar_jobscreator
      • Dependencies
      • Installation
      • Community Jobs
      • Exports
    • lunar_drugscreator
      • Dependencies
      • Installation
    • lunar_reports
      • Dependencies
      • Installation
    • lunar_drugs
      • Dependencies
      • Installation
    • lunar_cryptomining
      • Dependencies
      • Installation
    • lunar_robbery
      • Dependencies
      • Installation
    • lunar_interactions
      • Dependencies
      • Installation
      • Exports
    • lunar_multijob
      • Dependencies
      • Installation
      • Exports
    • lunar_trafficking
      • Dependencies
      • Installation
    • lunar_truckerjob
      • Dependencies
      • Installation
  • FREE SCRIPTS
    • lunar_garage
Powered by GitBook
On this page
  • Events - Client
  • Exports - Server
  1. PAID SCRIPTS
  2. lunar_heistcontracts

Exports and Events

Events - Client

lunar_contracts:openTablet- Opens the tablet UI, make sure to disable the item check to fully use this.

TriggerEvent('lunar_contracts:openTablet')

Exports - Server

getPlayerCrypto - Returns the player's crypto balance

exports['lunar_heistcontracts']:getPlayerCrypto(identifier) -- framework identifierhicle plate

getPlayerExperience- Returns the player's XP

exports['lunar_heistcontracts']:getPlayerExperience(identifier) -- framework identifier

addPlayerCrypto- Add the specified amount to the player's current crypto balance

exports['lunar_heistcontracts']:addPlayerCrypto(identifier, amount) -- framework identifierhicle plate

addPlayerExperience- Add the specified amount to the player's current XP

exports['lunar_heistcontracts']:addPlayerExperience(identifier, amount) -- framework identifier

removePlayerCrypto- Removes the specified amount from the player's current crypto balance

exports['lunar_heistcontracts']:removePlayerCrypto(identifier, amount) -- framework identifierhicle plate

removePlayerExperience- Removes the specified amount from the player's current XP

exports['lunar_heistcontracts']:removePlayerExperience(identifier, amount) -- framework identif
PreviousInstallationNextlunar_jobscreator

Last updated 8 months ago