Here is a simple GoPro script that you can use when playing a role, when you throw it/someone takes it from you, the item is immediately turned off.
Upper right corner (or just u can change it) a red dot is displayed.
I can see that someone has 20 iq, this is a typical simple RP script. Creating a script based on screen recording and after saving on server would overload the server.
People just need to use immersion. If someone is recording/streaming their gameplay and will see somebody who plead to guilty but you don’t have gopro turned on automatically it counts as if you didn’t have this recording.
Yes of course.
Record game like streamlabs OBS and store it on server’s, and give access to everyone who pickup the item…
That’s not even close to happen…
Go to where you drop an item in the inventoryhud script and add an animation. You can figure it out. We have a custom animation for handing items to other players too.
if you want to make the script useful for something
if action == 'gopro-on' then
SendNUIMessage({gopro = "turn-on"})
exports['mythic_notify']:DoCustomHudText('success', 'GoPro has been enabled', 1000)
StartRecording(1)
elseif action == 'gopro-off' then
SendNUIMessage({gopro = "turn-off"})
exports['mythic_notify']:DoCustomHudText('error', 'GoPro has been disabled', 1000)
StopRecordingAndSaveClip()
Lmfao people here don’t understand that it is for RP not use, it would be realistic if you have it enabled and clip it for example, this mod is mainly made for RP…