Deployable spy cameras for ESX
- Drag
esx_spycamsinto yourresourcesdirectory - Add
ensure esx_spycamsto yourserver.cfgAFTERes_extended - The inventory images and items list are in the
INVENTORYdirectory - Adjust
config/config_client.luaandconfig/config_server.luato you liking - Restart you server
- Use the
spycamitem from your inventory to deploy a new spy camera - Use the
spycam_tabletitem to connect to and control your deployed spy camera(s) - Retrieve a spy camera by targeting it
If you don't want to utilise the spycam_tablet item to connect to the deployed spy cameras, you can either use the command spycams:connect or utilise the following exports from your scripts:
exports['esx_spycams']:Connect()- Connects to deployed spy camerasexports['esx_spycams']:Disconnect()- Disconnects from deployed spy cameras
- Pull requests are welcome