Code:
{$CLEO .cs}
thread "HBOX"
03F0: enable_text_draw 1
:BOX
wait 0
0390: load_txd_dictionary 'Pack'
038F: load_texture "course" as 1 // Load dictionary with 0390 first
03E3: set_texture_to_be_drawn_antialiased 1
038D: draw_texture 1 position 590.0 195.0 size 30.0 30.0 RGBA 225 225 225 225
038E: draw_box_position 590.0 175.3 size 60.0 8.0 RGBA 192 192 192 0.3
0391: release_textures
jump @BOX
https://imgur.com/RJyURDO.png
Not showing the correct image. Only showing a white image in-game. Help me to fix it.