pScripts
  • INFORMATION
    • FiveM Asset Escrow System
    • Assets Updates
    • Discord Roles
  • Assets & Guides
    • ๐Ÿ›๏ธBanking
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธEditable Files
      • Client Exports
      • Server Exports
    • ๐Ÿ‘จโ€โš–๏ธDOJ Job
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig Files
      • Client Exports
      • Server Exports
    • ๐Ÿ’ปDOJ MDT
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig Files
      • Client Exports
      • Server Exports
    • ๐ŸŒฟWeed Plants
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig Files
      • Client Exports
      • Server Exports
    • ๐Ÿš—Car Sale Job
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig File
      • Client Exports
      • Server Exports
    • ๐Ÿ“™Job Core
      • โš™๏ธConfig File
      • Exports
    • ๐Ÿ‘ฎPolice Job
      • ๐Ÿ‘‹Installation Guide
      • โš ๏ธCommon Issues
      • โ‰๏ธSetup Server
      • โš™๏ธConfig Files
      • Client Exports
        • Bodycam
        • Evidence System
        • Duty GPS
        • Interactions
        • Jail System
        • Police Objects
        • Speed Camera
        • Manage Traffic
        • Misc
      • Server Exports
        • Evidence System
        • Interactions
        • Jail System
        • Misc
    • ๐Ÿ’ปPolice MDT
      • โ‰๏ธSetup Server
      • โš™๏ธConfig File
      • Client Exports
      • Server Exports
      • Dispatch System
    • ๐Ÿš‘Ambulance Job
      • ๐Ÿ‘‹Installation Guide
      • โ‰๏ธSetup Server
      • โš™๏ธConfig Files
      • Client Exports
      • Server Exports
    • ๐Ÿ’ปAmbulance MDT
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig File
      • Exports and Events
      • Dispatch System
    • ๐Ÿ› ๏ธMechanic Job
      • โš™๏ธConfig Files
      • Mileage System
      • Nitro System
      • Lifters System
      • Misc
    • ๐Ÿ’ปMechanic MDT
      • โš™๏ธConfig File
      • Exports
      • Dispatch System
      • Licenses System
    • ๐Ÿ’ตFleeca Robbery
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig File
    • โŒšJewelry Robbery
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig File
    • ๐Ÿ’‡Appearance
      • โš™๏ธConfig Files
      • Client Exports
    • ๐Ÿ‘€Hints
      • Exports
    • ๐Ÿ‘‹Helper
      • Exports
    • ๐Ÿ”งTuning Menu
      • Exports and Events
      • โš™๏ธConfig Files
    • ๐Ÿ†”Documents
      • โš™๏ธConfig File
      • Exports and Events
    • ๐Ÿ“ฑPhone
      • โคต๏ธINSTALLATION
      • โš™๏ธCONFIG FILES
      • ๐Ÿ“ƒFEATURES
      • ๐Ÿ“ฑAPPS
      • ๐Ÿ“‡SIM CARDS
      • ๐Ÿ“ณNOTIFICATIONS
      • ๐Ÿ“จMESSAGES
      • ๐Ÿš˜GARAGES
      • ๐Ÿช™CRYPTO
      • ๐Ÿ”ชDARK CONNECT
      • โŒจ๏ธFUNCTIONS
      • ๐ŸŒŽLANGUAGE
      • โš ๏ธCOMMON ISSUES
    • ๐Ÿช™Casino Games
      • ๐ŸŽฐSlot Machine
      • ๐ŸRoulette
      • โ™ฃ๏ธPoker
    • ๐Ÿ’ปGCT
      • ๐Ÿ“จEXPORTS
    • ๐Ÿ’ปCivil MDT
      • โคต๏ธINSTALLATION
      • ๐Ÿ“ฑAPPS
      • ๐ŸŽ๏ธBOOSTING
      • ๐Ÿ…ACHIEVEMENTS
      • โš ๏ธCOMMON ISSUES
Powered by GitBook
On this page
  1. Assets & Guides
  2. Mechanic MDT

Licenses System

  1. Get Worker Licenses

ESX.TriggerServerCallback('piotreq_lst:GetPlayerLicenses', function(licenses)
    print(licenses) -- table
end, playerId)
exports['piotreq_lst']:GetPlayerLicenses(playerId) -- table
  1. Check Worker License

ESX.TriggerServerCallback('piotreq_lst:CheckPlayerLicense', function(state)
    print(state) -- true or false
end, licenseName, playerId)
exports['piotreq_lst']:CheckPlayerLicense(playerId, licenseName)
PreviousDispatch SystemNextFleeca Robbery

Last updated 6 months ago

๐Ÿ’ป