Skip to main content
You can find commands in no-polaroid/config/client/commands.lua. You can change or completely remove these commands.

Default Commands


RegisterCommand("cams", function()
    TriggerEvent("no-spy:devicemanager:menu", "cam")
end)
RegisterCommand("sensors", function()
    TriggerEvent("no-spy:devicemanager:menu", "motionsensor")
end)
RegisterCommand("devices", function()
    TriggerEvent("no-spy:devicemanager:menu")
end)