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/f141-gta3script-cleo/t5206-como-criar-scripts-com-cleoplus | |
| SCRIPT_START | |
| { | |
| LVAR_INT scplayer iCurLocal iNewLocal iCarrecIndex pString i bShowedMoneyInfo hPlane | |
| LVAR_FLOAT x y z a x2 y2 sizeX sizeY planeX planeY planeZ | |
| CONST_INT LOCAL_LS 0 | |
| CONST_INT LOCAL_SF 1 | |
| CONST_INT LOCAL_LV 2 |
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
| /* | |
| RC Vehicle script | |
| Author: Grinch_ | |
| */ | |
| SCRIPT_START | |
| { | |
| SCRIPT_NAME RC_FTW | |
| ///////////////////////////////////////////////////////////// | |
| // CONSTS |
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
| cmake_minimum_required(VERSION 3.0.0) | |
| project(Testing VERSION 0.1.0) | |
| # definations | |
| add_compile_definitions( | |
| _NDEBUG | |
| _CRT_SECURE_NO_WARNINGS | |
| _CRT_NON_CONFORMING_SWPRINTFS | |
| GTASA | |
| GTAGAME_NAME="San Andreas" |
NewerOlder