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)

Last updated