[Release][ESX] GoPro Simple RP Script

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.

Video
Streamable GoPro

Download
Github

So… all it does is add a red dot?

yea im confused, it would be cool if it would record and save to it then someone can pick it up and view the video

Are you using esx_inventoryhud? If you are using that i would like to see item drop animation if you wanna share it with us :slight_smile:

1 Like

Yes of course.
Record game like streamlabs OBS :slight_smile: 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.

So after i check the source code. it just a simple script that draw a dot on player screen. no save video no load nothing else. Totaly Useless

1 Like

No this only draw a simple image from html `




<body style="display: none;">
    <div class="container">
        <div id="icon"><img src="https://i.imgur.com/KDapyZK.png"></div>
    </div>
</body>
totaly useless. it wont save anything in your server`

Is that DevilDriver I hear

hmmmmmmm, yes xd

Hello

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()

1 Like

People who say this script is useless have not yet understood the roleplay…

Amazing!!

the link where to download the gopro is no longer available you can republish it

1 Like

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…

github link broken

I have a great use for it, sadly github link is dead.