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
SCRIPT_START | |
{ | |
LVAR_INT new_night_hour original_value | |
LVAR_INT change_15 change_16 change_17 change_18 change_19 change_20 change_21 change_22 | |
LVAR_FLOAT hour_to_minute_21 hour_to_minute_20 | |
LVAR_INT temp | |
WAIT 100 | |
IF READ_INT_FROM_INI_FILE "CLEO/Change Night Hour (Junior_Djjr).ini" "Settings" "StartNight" new_night_hour |
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
// You need: https://forum.mixmods.com.br/f141-gta3script-cleo/t5206-como-criar-scripts-com-cleoplus | |
SCRIPT_START | |
{ | |
LVAR_INT mode | |
LVAR_INT car | |
LVAR_INT ini_explode | |
LVAR_FLOAT min_size max_size fire_radius | |
LVAR_INT scplayer | |
LVAR_INT ihealth p i explode_car subclass delay dropsList | |
LVAR_INT bulletImpactListSize bulletImpactTemp bulletImpactListValue bulletImpactWeaponType bulletImpactColPoint |
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
SCRIPT_START | |
{ | |
LVAR_INT scplayer ped pedtype player_group weaponid createdby | |
LVAR_FLOAT x y z | |
GET_PLAYER_CHAR 0 scplayer | |
main_loop: | |
WAIT 1000 |
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
// Script by Junior_Djjr - MixMods.com.br | |
// You need: http://brmodstudio.forumeiros.com/t7085-while-true-return_true-e-return_false-para-gta3script | |
SCRIPT_START | |
{ | |
LVAR_INT scplayer enabled showtext seccmd | |
LVAR_TEXT_LABEL16 animname | |
GET_PLAYER_CHAR 0 scplayer |
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 | |
You need: https://forum.mixmods.com.br/f16-utilidades/t179-gta3script-while-true-return_true-e-return_false | |
*/ | |
SCRIPT_START | |
{ | |
LVAR_INT curWeather nextWeather sprite hour min weather night_start_hour stats iniDrawShadow iniSnow usingMobileHud pPed scplayer | |
LVAR_FLOAT posX posY sizX sizY iniPosX iniPosY iniSizX iniSizY | |
// Sprites const |
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
// Handbrake Mod by Junior_Djjr - MixMods.com.br | |
// You need: https://forum.mixmods.com.br/f16-utilidades/t179-gta3script-while-true-return_true-e-return_false | |
SCRIPT_START | |
{ | |
LVAR_INT scplayer scplayer2 car driver audiostream_up audiostream_down loaded locked useSec alwaysSecAnim model | |
LVAR_FLOAT audiostream_vol anim_speed dim_x fdummy minXsize vol | |
// Audiostream states | |
CONST_INT STATE_END -1 |
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
SCRIPT_START | |
{ | |
LVAR_INT scplayer intensity finalIntensity damage | |
LVAR_FLOAT fDamage fDamageMultiplier fIntensity | |
GET_PLAYER_CHAR 0 scplayer | |
IF NOT READ_INT_FROM_INI_FILE "cleo\Shot Cam Shake.ini" "Settings" "Intensity" (intensity) | |
intensity = 20 | |
ENDIF |
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
// Ped Fear Fix by Junior_Djjr - MixMods.com.br | |
// You need: https://forum.mixmods.com.br/f141-gta3script-cleo/t5206-como-criar-scripts-com-cleoplus | |
SCRIPT_START | |
{ | |
LVAR_INT i j k iPlayerId scplayer hChar hVeh p iTaskStatus iMinPedFear iMode iPedType iWantedLevel bFleeFromCarFireEnable bFleeFromChainsaw bFleeFromGuns bOnlyUsing iFindVehProgress iFindCharProgress bShooting bDevastingWeapon | |
LVAR_FLOAT camx camy camz x y z fRadius fCarFireRadius fFleeRadius fCarFireFleeRadius fChainsawRadius | |
CONST_INT MODE_ONLY_COWARDS 1 | |
CONST_INT MODE_ALL_COWARDS_AND_LESS_OTHERS 2 | |
CONST_INT MODE_ALL 3 |
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 | |
// You need: https://forum.mixmods.com.br/f16-utilidades/t179-gta3script-while-true-return_true-e-return_false | |
SCRIPT_START | |
{ | |
LVAR_INT char fire fires pchar pfire random pedtype progress proofs[5] | |
LVAR_FLOAT x y z char_x char_y char_z | |
NOP | |
WHILE TRUE | |
WAIT 500 |
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 | |
// You need: https://forum.mixmods.com.br/f16-utilidades/t179-gta3script-while-true-return_true-e-return_false | |
SCRIPT_START | |
{ | |
LVAR_INT scplayer pLib isEdited hVeh bEnabled bReset | |
LVAR_INT pTMGetLightColorsRGBAStruct pTMSetLightAlphaRGB | |
LVAR_INT pLogiLedInitWithName pLogiLedSetLighting pLogiLedShutdown i j | |
LVAR_INT pRGBA r g b a bak_r bak_g bak_b bak_a | |
LVAR_FLOAT fr fg fb fa | |
LVAR_FLOAT fBassLevel |