1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-11 23:07:41 +02:00
parent 3238c3406c
commit 27e7b79b6c
6 changed files with 2 additions and 18 deletions

View file

@ -1,16 +0,0 @@
resource_manifest_version "44febabe-d386-4d18-afbe-5e627f4af937"
files {
'audioconfig/r35sound_game.dat151.rel',
'audioconfig/r35sound_sounds.dat54.rel',
'sfx/dlc_r35sound/r35sound.awc',
'sfx/dlc_r35sound/r35sound_npc.awc'
}
data_file 'AUDIO_GAMEDATA' 'audioconfig/r35sound_game.dat'
data_file 'AUDIO_SOUNDDATA' 'audioconfig/r35sound_sounds.dat'
data_file 'AUDIO_WAVEPACK' 'sfx/dlc_r35sound'
client_script {
'vehicle_names.lua'
}

View file

@ -151,8 +151,8 @@ function StartTreatmentSequence(playerPed)
Wait(5000)
-- Spieler an Koordinate setzen
SetEntityCoords(playerPed, -1877.5808, -320.7878, 49.4411)
SetEntityHeading(playerPed, 319.8865)
SetEntityCoords(playerPed, 1121.6, -1553.79, 36.09)
SetEntityHeading(playerPed, 178.72)
EnableAllControlActions(0)
DoScreenFadeIn(1000)