Created
April 1, 2022 08:10
-
-
Save JuniorDjjr/7f88803f9e4e6451b25e8a724a3a3322 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// by Junior_Djjr - MixMods.com.br | |
SCRIPT_START | |
{ | |
LVAR_INT scplayer i | |
// jump game init first frames | |
WAIT 0 | |
WAIT 0 | |
// wait new game cutscene using CLEO+ | |
/*GET_CURRENT_SAVE_SLOT i | |
IF i <= 0 | |
GET_FADE_ALPHA f | |
WHILE f > 0.9 | |
WAIT 0 | |
GET_FADE_ALPHA f | |
ENDWHILE | |
ENDIF*/ | |
// wait new game cutscene | |
STORE_SCORE 0 i | |
IF i = 0 | |
GET_PLAYER_CHAR 0 (scplayer) | |
// during cutscene, CJ is created on grove street center | |
WHILE LOCATE_CHAR_ANY_MEANS_3D scplayer 2488.5623 -1666.8645 13.3438 10.0 10.0 10.0 FALSE | |
WAIT 0 | |
ENDWHILE | |
ENDIF | |
// don't execute this script again after saving the game (currently not available on mobile and GTA Trilogy) | |
SAVE_THIS_CUSTOM_SCRIPT | |
ADD_SCORE 0 500000 | |
GIVE_PLAYER_CLOTHES_OUTSIDE_SHOP 0 "tshirtzipcrm" "tshirt" 0 | |
BUILD_PLAYER_MODEL 0 | |
} | |
SCRIPT_END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment