Jump to content

Mission Ice Cold Killa


Recommended Posts

someone can put on here the script this mission descompiled ?

 

When i descompile the main in sanny builder and try compile again, the mission be needed of conditions , and i dont know what are..

 

and playing this mission , when i join in the club , the npc's and jizzy and the animations dont load...

 

i need of all lines on this mission..

 

help me guys.

Link to comment
https://gtaforums.com/topic/956399-mission-ice-cold-killa/
Share on other sites

It's a known "bug" of main.scm .. or let's say a "left over" or maybe a result from decompiling which is not accepted by compiling,
since Sannybuilder doesn't accept incorrect conditional checks

 

So this wiered existing conditional check of mission  Ice Cold Killa, at line number 232223, doesn't have any condition

 

:SYND4_3650
00D6: if
004D: jump_if_false @SYND4_3672
0001: wait 0 ms
0002: jump @SYND4_3650

 

the way to fix: deactivate the codes by comment slashes

 

:SYND4_3650
//00D6: if
//004D: jump_if_false @SYND4_3672
0001: wait 0 ms
//0002: jump @SYND4_3650

 

 

 

Edited by ZAZ
Link to comment
https://gtaforums.com/topic/956399-mission-ice-cold-killa/#findComment-1071238093
Share on other sites

2 hours ago, ZAZ said:

It's a known "bug" of main.scm .. or let's say a "left over" or maybe a result from decompiling which is not accepted by compiling,
since Sannybuilder doesn't accept incorrect conditional checks

 

So this wiered existing conditional check of mission  Ice Cold Killa, at line number 232223, doesn't have any condition

 


:SYND4_3650
00D6: if
004D: jump_if_false @SYND4_3672
0001: wait 0 ms
0002: jump @SYND4_3650

 

the way to fix: deactivate the codes by comment slashes

 


:SYND4_3650
//00D6: if
//004D: jump_if_false @SYND4_3672
//0001: wait 0 ms
//0002: jump @SYND4_3650

 

 

 

thanks ZAZ..

ill make this .

The problem is than dont has how know if fix or not..

has begin the missions there of begin until san fierro and test.

but again , thanks bro.

Link to comment
https://gtaforums.com/topic/956399-mission-ice-cold-killa/#findComment-1071238158
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.