Sergi4UA Posted February 12, 2020 Share Posted February 12, 2020 (edited) Hi! So I've decided to go back with making missions for GTA III. I own the Steam version and downgraded that to 1.0 Installed modloader and CLEO (with no CLEO scripts), and a mission where 8-Ball spawns (part of a cutscene): Spoiler :EIGHT1 thread 'EIGHT1' gosub @EIGHT1_CODE if wasted_or_busted Jf @EIGHT1_SKIP gosub @EIGHT1_FAIL :EIGHT1_SKIP gosub @EIGHT1_CLEANUP end_thread :EIGHT1_CODE increment_mission_attempts $ONMISSION = 1 0110: clear_player $PLAYER_CHAR wanted_level :EIGHT1_MODEL_LOAD 023C: load_special_actor 'EIGHT2' as 1 :EIGHT1_MODEL_AVAILABLE wait 0 if 823D: not special_actor 1 loaded jf @EIGHT1_CONTINUE jump @EIGHT1_MODEL_AVAILABLE :EIGHT1_CONTINUE 01B4: set_player $PLAYER_CHAR control 0 //035F: set_actor $PLAYER_ACTOR armour_to 0 009A: $MIS_ACTOR = create_actor_pedtype 21 model #SPECIAL01 at 361.0373 -568.2589 25.0 0173: set_actor $MIS_ACTOR z_angle_to 270.0 015F: set_camera_position 366.4979 -568.2222 26.1748 rotation 0.0 0.0 0.0 0160: point_camera 360.8423 -568.2086 26.1 switchstyle 2 TOGGLE_WIDESCREEN TRUE fade 1 1500 According to SCRLog the game crashes somewhere here: Spoiler 00000000&0: [03A4] SCRIPT_NAME 00000010&0: [0050] GOSUB 00000046&0: [0317] REGISTER_MISSION_GIVEN 00000048&0: [0004] SET_VAR_INT 00000055&0: [0110] CLEAR_WANTED_LEVEL 00000060&0: [023C] LOAD_SPECIAL_CHARACTER // last line Before then I didn't use the Steam version and everything worked fine... is this because of ModLoader or something is very wrong with my game? EDIT: Fixed by upgrading scm.ini Edited February 12, 2020 by Sergi4UA Problem fixed by upgrading scm.ini Link to comment https://gtaforums.com/topic/946212-gta-iii-using-special-actors-crash-the-game/ Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now