Skip to content

FIX : error during NUI callback pageLoaded: @ptelevision/client/main.lua:214: attempt to call a table value (local 'cb') #21

@JuanjoDev20

Description

@JuanjoDev20

RegisterNUICallback("pageLoaded", function(cb)
waitForLoad = false
if cb then cb() end
end)

Fix :

RegisterNUICallback("pageLoaded", function(data, cb)
waitForLoad = false
if cb then cb({ status = "ok" }) end
end)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions