Does anyone have or know where to get a main.scm file stripped of almost everything for San Andreas? I'm trying to create missions. I have coding experience, but I can't figure out how to do this.
High Roller Group: $outh $ide Hoodz
Joined: Mar 18, 2007
QUOTE (GammaRaptor @ Jan 26 2009, 00:18)
GTAF doesn't allow any file sharing. Just reinstall San Andreas its got the file there.....
Gamma an stripped SCM is somthing that can be shared as free. because is very suefull between coder. Besides theres a stripped version of the SCM that comes with Sanny Builder.
And he dont want the orignal main he wants a clean version. Not the same.
This is it:
CODE
{ use macro (Ctrl+J) "headsa" to insert a file header } {$VERSION 3.0.0000} var $PLAYER_CHAR: Player end // var 03A4: name_thread 'MAIN' 01F0: set_max_wanted_level_to 6 0111: toggle_wasted_busted_check 0 00C0: set_current_time_hours_to 8 minutes_to 0 04E4: unknown_refresh_game_renderer_at 2488.56 -1666.84 03CB: set_rendering_origin_at 2488.56 -1666.84 13.38 0053: $PLAYER_CHAR = create_player #NULL at 2488.56 -1666.84 13.38 01F5: $PLAYER_ACTOR = create_player_actor $PLAYER_CHAR 07AF: $PLAYER_GROUP = player $PLAYER_CHAR group 0373: set_camera_directly_behind_player 01B6: set_weather 0 0001: wait 0 ms 087B: set_player $PLAYER_CHAR clothes_texture "PLAYER_FACE" model "HEAD" body_part 1 087B: set_player $PLAYER_CHAR clothes_texture "JEANSDENIM" model "JEANS" body_part 2 087B: set_player $PLAYER_CHAR clothes_texture "SNEAKERBINCBLK" model "SNEAKER" body_part 3 087B: set_player $PLAYER_CHAR clothes_texture "VEST" model "VEST" body_part 0 070D: rebuild_player $PLAYER_CHAR 01B4: toggle_player $PLAYER_CHAR can_move 1 016A: fade 1 time 0 04BB: select_interior 0 0629: change_integer_stat 181 to 4 016C: restart_if_wasted_at 2027.77 -1420.52 15.99 angle 137.0 town_number 0 016D: restart_if_busted_at 1550.68 -1675.49 14.51 angle 90.0 town_number 0 0180: set_on_mission_flag_to $ONMISSION // Note: your missions have to use the variable defined here 0004: $DEFAULT_WAIT_TIME = 250 03E6: remove_text_box
1. Don't bump on an old topic 2. You mean external scripts and not cleo scripts? 3. You shouldn't have problems with cleo or external scripts if they're written well. Things like limit adjusters are more likely to crash your game.