View previous topic :: View next topic |
Author |
Message |
AsaSK
Mafiascene Veteran Modder


Joined: 24 Feb 2013 Posts: 783 Location: London, England 12002 Bank Notes
Items
|
|
Hi everyone, I have written this script with all the appropriate parts attached but for some reason the first "zatmyse 1, 1" does not work. The screen does not go black at the start of the mission, even when I remove the extra ", 1" which should work anyway and there are no conflicting scripts preventing it from working.
The script is shown below, can anybody tell me why the screen is not fading to black at the start? Thanks a lot.
dim_flt 5
dim_frm 4
dim_act 1
findframe 0, "CScam*"
findframe 1, "startMISSION"
findframe 2, "CStony*"
findframe 3, "CScamSTAT"
findactor 0, "CScam*"
model_playanim 2, "Mise zidle01st.i3d"
zatmyse 1, 1
frm_seton 0, 0
act_setstate 0, inactive
camera_lock 3
recloadfull "CS.rep"
wait 2000 ///// TIME SPEECH TO START WITH VERSE 1 OF MUSIC
subtitle_add 99970005
wait 3500
frm_seton 0, 1
act_setstate 0, active
wait 500
camera_lock 0
zatmyse 0, 3000
wait 5000 ///// TIME SPEECH TO START WITH VERSE 1 OF MUSIC
playsound "IS01.wav", 0, 5, 1, 1
wait 12500
playsound "IS02.wav", 0, 5, 1, 1
wait 9500
playsound "IS03.wav", 0, 5, 1, 1 _________________
The official Mafioso Mod thread |
|
Back to top |
|
 |
RubyDragon949
Mafiascene Veteran Modder


Joined: 24 Feb 2013 Posts: 105 Location: Norfolk, England. 752 Bank Notes
Items
|
|
I think I can see the dickie.
Problem is, I think. Is that you've put zatmyse 1 before your camera_lock and recloadfull commands.
Try
dim_flt 5
dim_frm 4
dim_act 1
findframe 0, "CScam*"
findframe 1, "startMISSION"
findframe 2, "CStony*"
findframe 3, "CScamSTAT"
findactor 0, "CScam*"
model_playanim 2, "Mise zidle01st.i3d"
recloadfull "CS.rep"
camera_lock 3
zatmyse 1
frm_seton 0, 0
act_setstate 0, inactive
wait 2000 ///// TIME SPEECH TO START WITH VERSE 1 OF MUSIC
subtitle_add 99970005
wait 3500
frm_seton 0, 1
act_setstate 0, active
wait 500
camera_lock 0
zatmyse 0, 3000
wait 5000 ///// TIME SPEECH TO START WITH VERSE 1 OF MUSIC
playsound "IS01.wav", 0, 5, 1, 1
wait 12500
playsound "IS02.wav", 0, 5, 1, 1
wait 9500
playsound "IS03.wav", 0, 5, 1, 1
Hope that helps?
Regards
*Ruby* _________________
The Commission Mod
The Robbery Mod
The Gangster Life Mod
Regards
*Ruby* |
|
Back to top |
|
 |
Zsombor
Junior Member


Joined: 09 Nov 2014 Posts: 88
166 Bank Notes
Items
|
|
If this is the right forum, I have a question.
How to I can put the "CARDAMAGEVISIBLE" script to Freeride Extreme mission? |
|
Back to top |
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|