CLEO Help Help | Cleo beginner

CLEO related
Status
Not open for further replies.

Salakis

New member
Joined
Feb 9, 2014
Messages
1
Reaction score
0
hi i am a beginner and know my not so good
could someone maybe help me whenever I start gta it closes and I get an error message

Sorry for my English


Code:
{$CLEO .cs}

thread 'NASTY'

:NASTY_01
wait 0
if 
03E3: set_texture_to_be_drawn_antialiased 1
038D: draw_texture 2 position 320.0 240.0 size 45.0 22.5 RGBA 128 128 128 12@

:NASTY_2
0390: load_txd_dictionary 'NASTY' 
038F: load_texture "BIGGIE" as 2 
return
 

NoJustNo

Active member
Joined
Jul 26, 2014
Messages
178
Reaction score
0
so much mistakes... i dont know the most of the commands you used.
but i can tell you made alot of mistakes , you missed the 0000: NOP and jumps and stuff .
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Code:
{$CLEO .cs}
0000:
wait 1000
0390: load_txd_dictionary 'NASTY' 
038F: load_texture "BIGGIE" as 2 


:NASTY_01
wait 0
03E3: set_texture_to_be_drawn_antialiased 1
038D: draw_texture 2 position 320.0 240.0 size 45.0 22.5 RGBA 128 128 128 128
jump @NASTY_01
 
Status
Not open for further replies.
Top