Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt

Use this file to discover all available pages before exploring further.

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)