gta-chaos-mod / Trilogy-ASI-Script

The ASI script for the GTA Trilogy (SA only for now, 3 and VC may follow later on)
GNU General Public License v3.0
143 stars 21 forks source link

Stowaway Mission Crash #317

Open AthallahDzaki opened 2 months ago

AthallahDzaki commented 2 months ago

At "DESERT9" mission, this mission has DebugCode. You need to add to DebugCode. If not game will crash.

AthallahDzaki commented 2 months ago

main.scm

IF IS_PS2_KEYBOARD_KEY_PRESSED PS2_KEY_S
        GOTO mission_desert9_passed  
ENDIF
AthallahDzaki commented 2 months ago

PR Fix #318