habinabi
Active member
Hi, I need to write this script to have this image on the minimap at the bottom left - Under the code HAIN.png
I have code that I think should work but doesn't work, please help me.
I have code that I think should work but doesn't work, please help me.
Rich (BB code):
{$CLEO .cs}
thread "TXD"
:TXD_7
wait 0
if
Player.Defined($PLAYER_CHAR)
else_jump @TXD_7
0390: load_txd_dictionary "HAIN"
038F: load_texture "PNG" as 32000
:TXD_3C
wait 0
if
Player.Defined($PLAYER_CHAR)
else_jump @TXD_3C
03F0: enable_text_draw 1
038D: draw_texture 32000 position 80.0 290.0 size 131.0 62.0 RGBA 255 255 255 255
jump @TXD_3C
03F0: enable_text_draw 0
0391: release_textures