Howdy folks,
im proud to present to you my new Cutscenes System.
This Script allows you to play Custom Cutscenes to Player using mp4 files.

Get it here: https://drshwaggins-scripts.tebex.io/package/5876605


You can use the given server and client export functions to trigger videos on players. Just put a clip or video you wanna use in the html/video folder and call the video name in an export function!

This way you can include this script in your own creations to create a cinematic feeling.

The Video will start in full screen on the player’s display. The user has also the ability to control the volume of the video by muting it with space-bar or higher/lower the volume with the arrow keys on your keyboard.


Current (2023/08/27) Export Functions:

Client:

  • exports.dl_cutscenes:startVideo(videoName) —> exports.dl_cutscenes:startVideo(“clip1”)
  • exports.dl_cutscenes:endVideo()

Server:

  • exports.dl_cutscenes:startVideoOnClient(source, videoName)
  • exports.dl_cutscenes:stopVideoOnClient(source)

Code is accessible No
Subscription-based No
Lines (approximately) 200
Requirements vorpcore
Support Yes

New Update:

  • RedEM:RP Support