ds-cutscene
Welcome your players with fantastic entry cutscene with GTA Character Lamar.

View on Tebex | CFX Fourm Post | Youtube Video | Discord
Installaction
Start
Extract
ds-cutscene.zipand place it into your resource folder.Setup
config.lua(⚠️see #CONFIGURATION for instructions).Add
ensure ds-cutsceneto your server start config (place it anywhere below the framework resources).
Configuration
Please go through all configurable options & settings in config.lua and configure them to your server's preferences.
Also please read the comments at the end of each line, for a brief information on what the option does.
Add Trigger Event
put his line on top of the qb-clothing/client/main.lua
open qb-clothing/client/main.lua and replace this close callback.
find qb-clothes:client:CreateFirstCharacter event and replace with this.
open esx_skin/client/main.lua and edit replace below code or add lines as per example image.

Trigger below client side event when you want to start cutscene.
you can trigger after player close clothing menu on player create new creaction.
Find qb-clothes:client:CreateFirstCharacter event and replace with this.
go to illenium-appearance/client/client.lua and replace this function
Last updated