Screenshots
Our Admin Menu have a feature that allows you to quickly take a screenshot of the player's view while spectating. If you want to use it, you need to follow a few additional steps.
1
Install dependencies
Resource
Link
2
Create Fivemanage Account
Go to the https://app.fivemanage.com/login and create your account and workspace.
4
5
6
(Optional) Set up the discord webhook
If you want to be able to take a look back at the screenshots you took, you can set up the discord webhook. Every time someone takes a screenshot, it will be uploaded there.
local urls = {
...,
screenshots = 'https://discord.com/api/webhooks/.......' -- Set your own webhook here
}

Last updated