AliOzmeN Posted October 27, 2018 Share Posted October 27, 2018 Hello everyone I want to learn make cleo script i mean this language. Where do I start? I just maked 2 simple scripts this: thread 'SL' :SL1 wait 0 if 0AB0: key_pressed 74 jf @SL1 015D: set_gamespeed 0.3 wait 50 ms jump @SL2 :SL2 wait 0 if 0AB0: key_pressed 74 jf @SL2 015D: set_gamespeed 1.0 wait 50 ms jump @SL3 :SL3 wait 0 if 0AB0: key_pressed 74 jf @SL3 015D: set_gamespeed 2.5 wait 50 ms jump @SL1 and this: 014B: $CAR13 = init_parked_car_generator #TURISMO color 16 16 1 alarm 0 door_lock 0 0 10000 at 2419.80 -1685.21 13.34 angle 359.9 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #INFERNUS color 16 16 1 alarm 0 door_lock 0 0 10000 at 2424.70 -1639.76 13.03 angle 180.0 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #BANSHEE color 16 16 1 alarm 0 door_lock 0 0 10000 at 2375.92 -1638.90 13.05 angle 180.0 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #SULTAN color 16 16 1 alarm 0 door_lock 0 0 10000 at 2435.78 -1677.72 13.29 angle 270.0 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #NRG500 color 16 16 1 alarm 0 door_lock 0 0 10000 at 2393.24 -1670.80 13.26 angle 0.0 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #PHOENIX color 16 16 1 alarm 0 door_lock 0 0 10000 at 2443.25 -1646.50 13.04 angle 179.64 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #BULLET color 16 16 1 alarm 0 door_lock 0 0 10000 at 2485.48 -1653.32 13.02 angle 271.88 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #CHEETAH color 16 16 1 alarm 0 door_lock 0 0 10000 at 2507.22 -1678.50 13.23 angle 323.0 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #JESTER color 16 16 1 alarm 0 door_loc 0 0 10000 at 2397.42 -1653.34 13.07 angle 270.0 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #FCR900 color 16 16 1 alarm 0 door_lock 0 0 10000 at 2361.39 -1672.08 13.17 angle 360.0 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #SANCHEZ color 16 16 1 alarm 0 door_lock 0 0 10000 at 2458.32 -1669.58 13.11 angle 90.0 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #MTBIKE color 16 16 1 alarm 0 door_lock 0 0 10000 at 2511.50 -1681.59 13.10 angle 47.94 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 014B: $CAR13 = init_parked_car_generator #ELEGY color 16 16 1 alarm 0 door_lock 0 0 10000 at 2488.64 -1684.29 13.29 angle 89.19 014C: set_parked_car_generator $CAR13 cars_to_generate_to 101 end_thread Link to comment Share on other sites More sharing options...
lil weasel Posted October 27, 2018 Share Posted October 27, 2018 (edited) Good On You! The problem is We Do Not Do MODDING Questions Nor Answers HERE! As it says in the Section Header: When posting a problem, be sure to include the following information: Operating system (Windows users: be sure to mention if you have Vista/XP/7/8, and which Service Pack you have) Video/Graphics card type + graphics memory Processor RAM (random access memory) If you have installed mods, search or post a topic in Modding Foruyns On the Main Menu GTA modding Edited October 27, 2018 by lil weasel Link to comment Share on other sites More sharing options...
Recommended Posts