SouF Store
DiscordYoutube
  • ๐Ÿ“‚Fivem Scripts
    • โณPriority Cooldown
      • Installation
      • Server Exports
    • ๐Ÿ”Storage Units
      • Installation
    • Voting System
      • Installation
  • ๐Ÿ”BurgerShot Job
    • Installation
    • Config Preview
    • Exports
    • Maps Support
  • โ˜•BeanMachine Job
    • Installation
    • Script Showcase
      • ๐Ÿ’ปLaptop System
      • ๐Ÿ–ฅ๏ธBoss Menu System
      • ๐Ÿ›’Customer Shop
      • ๐Ÿ›’Ingredient Shop
      • ๐Ÿ‘จโ€๐ŸณPreparation System
      • โ„๏ธIce Machine System
      • ๐ŸšDelivery System
      • ๐Ÿ’ตBilling System
      • ๐Ÿ“ปDJ Booth
      • ๐Ÿš™Garage
      • ๐Ÿงพ3D Text Scenes
      • ๐Ÿ†˜Emergency Assistance System
      • ๐Ÿ‘”Outfit System
      • ๐Ÿ–‹๏ธDuty System
      • ๐ŸšชDoorlock System
      • ๐Ÿ‘๏ธInteracts
    • Config Preview
    • Exports
      • Client Exports
      • Server Export
    • Maps Support
    • Integrations
  • ๐Ÿ•Pizza This Job
    • Installation
    • Config Preview
    • Exports
      • Client Exports
      • Server Export
    • Maps Support
    • Integrations
  • ๐Ÿ˜ปUwU Cate Cafe Job
    • Installation
    • Config Preview
    • Exports
      • Client Exports
      • Server Export
    • Maps Support
    • Integrations
Powered by GitBook
On this page
  • Check If Player Has Job
  • Check If Player Has Job And Grade
  • Check If Player On Duty
  • Get Player Experience

Was this helpful?

  1. UwU Cate Cafe Job
  2. Exports

Server Export

This page contain all server side export

Check If Player Has Job

---@param source number | player source id
---@return boolean
exports.sf_uwucafe:hasJob(source)

Check If Player Has Job And Grade

---@param source number | player source id
---@param grade number | grade level
---@return boolean
exports.sf_uwucafe:hasJobAndGrade(source, grade)

Check If Player On Duty

---@param source number | player source id
---@return boolean
exports.sf_uwucafe:onDuty(source)

Get Player Experience

---@param source number || string | player source id or identifier
---@return number | player experience
exports.sf_uwucafe:getPlayerExperience(source)
PreviousClient ExportsNextMaps Support

Last updated 8 days ago

Was this helpful?

๐Ÿ˜ป