Advertising
Navigation
Information

GTA San Andreas Tools

:

Tools zum Erstellen eigener Cars, Mods, Maps etc.

CLEO Code Generator (BETA)


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.

Advertising
Download
Werbung
Melden
Mod Report

Bist du der Autor dieser Modifications? Falls jemand deine Mod geklaut hat, kannst du diesen Mod melden und einen Antrag auf Löschung stellen.

Diese Mod melden

Screenshots
CLEO Code Generator (BETA)

Zu Favoriten hinzufügen Auf Facebook teilen

Videos
Ein Youtube Video hinzufügen

2 Kommentare bisher
Dein Name/Nick:


Deine Message:


Smileys:



Hinweis:
Du musst registriert und eingeloggt sein, um Kommentare zu posten.
LegendPhoenix de
"Vic"
Vic
Kommentare: 3
Profil
Nachricht
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.

goodidea82 de
"Bounty Hunter"
Bounty Hunter
Kommentare: 78
Profil
Nachricht
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)