Commands
info
You can find commands in no-polaroid/config/client/commands.lua.
You can change or completely remove this 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)