[PAID] [STANDALONE] koko-cutscene

This resource is encrypted with FiveM escrow

After purchase you can access the script at
https://keymaster.fivem.net/asset-grants

Preview
https://youtu.be/4kNdZqMhNBQ

Buy it on Tebex - 5$
https://kokorog.tebex.io/package/5283496

Desciption
A 90000 miliseconds plane cutscene (GTA Online Welcome Cutscene)

The script is standalone so it can be used with any framework by triggering this event

TriggerEvent(‘koko-cutscene:doit’)

The resource comes with instructions for qbcore to make it work after character creation but it can be used in many other ways!

7 Likes

Please add the paid tag.

1 Like

Thanks i forgot it

You sell a free native ?? Omg :rofl:

6 Likes

CutScene/cutscene at main · Doublox/CutScene · GitHub FREE

SHITPOST

4 Likes
1 Like

already released for free

2 Likes

I’m not telling you to buy, everyone decides for himself what to use :slight_smile:

But don’t sell a free script this is not your work

im not selling a free scipt
I sell something that i made
Its a GTA Online cutscene that is already in game this script just activates it on event

by your logic the link you put search github for MP_INTRO_CONCAT then you will see many scripts like this some of the worst some maybe better that are similar but what have they all copied from someone?
Even i saw some for 30$ and im giving it for 5$ if someone want to give it away for 0 then get it from him :slight_smile:

1 Like

This script isn’t yours, u can search for free in the forum xD

I make the same and take me 5 minutes

1 Like

reported :wink:

1 Like

This is a gta online cutscene and I made it to work for fivem
The thing that others also made it doesnt mean that all of them including me arent the creators of those scripts

function scenelamar()
TriggerEvent(‘skinchanger:getSkin’, function(aa)
PrepareMusicEvent(“FM_INTRO_START”) --FM_INTRO_START
TriggerMusicEvent(“FM_INTRO_START”) --FM_INTRO_START
if aa.sex == 1 then
local playerPed = GetPlayerPed(-1)
RequestCutsceneWithPlaybackList(‘mp_intro_concat’, 103, 8)
ESX.TriggerServerCallback(‘esx_skin:getPlayerSkin’, function(aa, ab)
SetOverrideWeather(“EXTRASUNNY”)
SetWeatherTypePersist(“EXTRASUNNY”)
SetCutsceneEntityStreamingFlags(aa.sex == 0 and “MP_Female_Character” or “MP_Male_Character”, 0, 1)
RegisterEntityForCutscene(0, aa.sex == 1 and “MP_Female_Character”, 3,GetHashKey(aa.sex == 1 and “mp_f_freemode_01” or"mp_m_freemode_01"), 0)
do
i = 0;
while i <= 7 do
SetCutsceneEntityStreamingFlags(“MP_Plane_Passenger_” … tostring(i), 0, 1)
RegisterEntityForCutscene(0, “MP_Plane_Passenger_” …tostring(i), 3,GetHashKey(“mp_f_freemode_01”),0)
RegisterEntityForCutscene(0, “MP_Plane_Passenger_” …tostring(i), 3,GetHashKey(“mp_m_freemode_01”),0)
i = i + 1
end
end
SetCutsceneEntityStreamingFlags(‘MP_Female_Character’, 0, 1)
local ac = RegisterEntityForCutscene(0, “MP_Male_Character”, 3, 0, 64)
RegisterEntityForCutscene(PlayerPedId(), ‘MP_Female_Character’, 0, GetEntityModel(playerPed), 64)
GetEntityIndexOfCutsceneEntity(‘MP_Female_Character’,GetHashKey(GetEntityModel(‘MP_Female_Character’)))
NetworkSetEntityInvisibleToNetwork(ac, true)
DestroyAllCams(true)
SetEntityCoords(playerPed, -1217.34, -2003.68, 9.669)
SetEntityHeading(playerPed, 323.099)
StartCutscene(4)
Wait(31000)
SetEntityCoords(playerPed, -1221.70, -2694.06, 34.07)
SetEntityHeading(playerPed, 163.891)
Wait(44000)
DoScreenFadeOut(1000)
Wait(1000)
StopCutsceneImmediately()
SetEntityCoords(playerPed, 161.025, -1006.60, 28.4638,
SetEntityHeading(playerPed, 163.89), 0, 0, 1)
PrepareMusicEvent(“AC_STOP”)
TriggerMusicEvent(“AC_STOP”)
ESX.ShowNotification(“~g~Lamar~s~ vous a déposé au centre ville.”)
ESX.ShowNotification(“Bienvenue sur ~b~Switch Side~s~.”)
TriggerServerEvent(‘hkSetPRBDone’) – Istance :wink:
SetPlayerInvincible(playerPed, false)
FreezeEntityPosition(playerPed, false)
TriggerEvent(‘ss:starthud’)
DoScreenFadeIn(1000)
end)
else
local playerPed = GetPlayerPed(-1)
PrepareMusicEvent(“FM_INTRO_START”) --FM_INTRO_START
TriggerMusicEvent(“FM_INTRO_START”) --FM_INTRO_START
RequestCutsceneWithPlaybackList(‘mp_intro_concat’, 31, 8)
ESX.TriggerServerCallback(‘esx_skin:getPlayerSkin’, function(aa, ab)
SetOverrideWeather(“EXTRASUNNY”)
SetWeatherTypePersist(“EXTRASUNNY”)
id = GetPlayerServerId(PlayerId())
SetCutsceneEntityStreamingFlags(aa.sex == 0 and “MP_Female_Character” or “MP_Male_Character”, 0, 1)
RegisterEntityForCutscene(0, aa.sex == 0 and “MP_Female_Character” or “MP_Male_Character”, 3,GetHashKey(aa.sex == 1 and “mp_f_freemode_01” or"mp_m_freemode_01"), 0)
do
i = 0;
while i <= 7 do
SetCutsceneEntityStreamingFlags(“MP_Plane_Passenger_” … tostring(i), 0, 1)
RegisterEntityForCutscene(0, “MP_Plane_Passenger_” …tostring(i), 3, GetHashKey(“mp_f_freemode_01”), 0)
RegisterEntityForCutscene(0, “MP_Plane_Passenger_” …tostring(i), 3,GetHashKey(“mp_m_freemode_01”),0)
i = i + 1
end
end
SetCutsceneEntityStreamingFlags(‘MP_Male_Character’, 0, 1)
local ac = RegisterEntityForCutscene(0, “MP_Female_Character”,3, 0, 64)
RegisterEntityForCutscene(PlayerPedId(), ‘MP_Male_Character’, 0,GetEntityModel(PlayerPedId()), 64)
GetEntityIndexOfCutsceneEntity(‘MP_Female_Character’,GetHashKey(GetEntityModel(‘MP_Female_Character’)))
NetworkSetEntityInvisibleToNetwork(ac, true)
DestroyAllCams(true)
SetEntityCoords(playerPed, -1217.34, -2003.68, 9.669)
SetEntityHeading(playerPed, 323.099)
StartCutscene(4)
Wait(31000)
SetEntityCoords(playerPed, -1221.70, -2694.06, 34.07)
SetEntityHeading(playerPed, 163.891)
Wait(40000)
DoScreenFadeOut(1000)
Wait(1000)
StopCutsceneImmediately()
SetEntityCoords(playerPed, 161.025, -1006.60, 28.4638,
SetEntityHeading(playerPed, 163.89), 0, 0, 1)
ESX.ShowNotification("~g~Lamar~s~ ")
ESX.ShowNotification(“Bienvenue sur ~b~Switch Side~s~.”)
PrepareMusicEvent(“AC_STOP”)
TriggerMusicEvent(“AC_STOP”)
DoScreenFadeIn(1000)
TriggerServerEvent(‘instanceserver’) – Istance :wink:
SetPlayerInvincible(playerPed, false)
FreezeEntityPosition(playerPed, false)
end)
end
end)
end

The same cutscene 0.02 ms so why you sell somthing who everyone can have it ?

2 Likes

grosse anarque script gratuit de bas

This doesn’t look a bit like my code
And mine is standalone, not ESX (yeah, I know it’s just the notify, but again…)
Stop seeing the bad in others and find it in yourself

it’s not worth it when you sell the same stuff for free, even though you put in the effort, it’s already shared for free and no one wants to buy the paid stuff or because there’s something free

[image]

2 Likes

Then its my problem not to anyone here