Advertising
Navigation
Information

GTA San Andreas Tools

:

Tools to create new cars, maps, mods etc.

CLEO Code Generator (BETA)


Author: Ultrascripter
Date: 30.01.2017
Downloads: 33979 | Statistics
Filesize: 0.1 MB

Rating:
10.00 based on 141 votes

This tool will generate cleo scripts for you

Those scripts have been tested by me and work fine

-UltraScripter.

Advertising
Download
Advertising
Report
Mod Report

Are you the owner of this mod? If someone has stolen your work, you can make a request for removing this mod.

Report this mod

Screenshots
Videos
Add a Youtube video

2 comments found
Name:


Comment text:


reload, if the code cannot be seen

Attention:
You need to be registered and signed in to post comments!
goodidea82
"Vic"
Vic
Comments: 0
Profile
Message
31.01.2017, 20:51

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)


LegendPhoenix
"Vic"
Vic
Comments: 0
Profile
Message
24.09.2017, 18:51

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.