Autor: | Ultrascripter |
Datum: | 30.01.2017 |
Downloads: | 33548 | Statistiken |
Dateigröße: | 0.1 MB |
Bewertung: | 10.00 bei 141 Bewertungen |
This tool will generate cleo scripts for you
Those scripts have been tested by me and work fine
-UltraScripter.
Bist du der Autor dieser Modifications? Falls jemand deine Mod geklaut hat, kannst du diesen Mod melden und einen Antrag auf Löschung stellen.
goodidea82 you r wrong. The Opcode 038B freezes the game until all models queued in loading are completely loaded into the memory. Then the game continues.
Its not wrong at all, but using if clause is more performant.
The code in the screenshot requests loading a model, but it does not check if the model has actually been loaded.
You should also use high-level programming structures for the loop, rathern than using a label and a jump.
Use const ... end and var...end to declare variables.
You display the red marker at fixed coordinates, but the player could be anywhere. It would be better to display the marker somewhere near to the player actor.
I really like the general idea of your tool, as it may give people an entry point to cleo programming, However, I really advise to discuss the code examples with some experienced cleo programmers (For example here: http://gtaforums.com/forum/317-coding/). It is important that new progrogrammers have examples that show good programming style, otherwise we will get tons of trash mods.
(Also it would be great if you add a link to a cleo tutorial in your tool)