PEACESCRIPT Documentation
StoreDiscord
  • πŸ‘‹Introduction
  • πŸ“ΈPEACE-Speedcamera
    • πŸ“œConfig File
    • πŸ“‚Unlocked File
      • πŸ–₯️Server
        • QBCore
        • ESX
        • QBOX
        • Custom
      • πŸ’»Client
        • QBCore
        • ESX
        • QBOX
        • Custom
  • πŸ“„PEACE-JobMenu
    • πŸ“œConfig File
    • πŸ“‚Unlocked File
      • πŸ’»Client
        • QBCore
        • ESX
        • Custom
  • πŸ“ŠPEACE-DutyLog
    • πŸ“œConfig File
    • πŸ“‚Unlocked File
      • πŸ’»Client
        • QBCore
        • ESX
        • QBOX
        • Custom
        • Target
      • πŸ–₯️Server
        • QBCore
        • ESX
        • QBOX
        • Custom
  • πŸ–‹οΈPEACE-PropsManager
    • ⬇️Installation
    • πŸ“œConfiguration
    • ❓FAQ
    • πŸ“‚Unlocked File
      • πŸ–₯️Server
        • QBCore
        • ESX
        • Custom
      • πŸ’»Client
        • QBCore
        • ESX
        • Custom
Powered by GitBook
On this page
  1. πŸ–‹οΈPEACE-PropsManager
  2. πŸ“‚Unlocked File
  3. πŸ’»Client

Custom

CreateThread(function()
    LoadFrameworkConfig(function(loadedFramework)
        if loadedFramework ~= 'Custom' then return end
		
	    -- ReUpdatePlayerData
	
	    function UpdatePlayerData()
            return "NOTFOUND"
	    end
		 
	     -- GET JOB NAME
	
	    function GetPlayerJobName()
            return "NOTFOUND"
	    end

	    -- GET JOB GRADE

	    function GetPlayerJobGrade()
            return "NOTFOUND"
	    end
    end)
end)
PreviousESX

Last updated 9 months ago