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. πŸ–₯️Server

Custom

CreateThread(function()
    if LoadFrameworkConfig() ~= 'Custom' then return end
    -- Get all players
    function GetPlayer()
        return "NOTFOUND"
    end

    -- Get the player's citizen ID
    function GetCitizenId(player)
        return "NOTFOUND"
    end

    -- Get player permission
    function GetPlayerPermission(player)
        return "NOTFOUND"
    end
end)
PreviousESXNextClient

Last updated 9 months ago