{$CLEO}
0000: NOP
0390: load_txd_dictionary "logo"
038F: load_texture "a1" as 1 // Load dictionary with 0390 first
03F0: enable_text_draw 1 // ENABLE TEXTURE
038D: draw_texture 1 position 70 430 size 50 50 RGBA 128 128 128 255
{$CLEO .cs}
0000:
0390: load_txd_dictionary "logo"
038F: load_texture "a1" as 1 // Load dictionary with 0390 first
WHILE TRUE
WAIT 0
03F0: enable_text_draw 1 // ENABLE TEXTURE
038D: draw_texture 1 position 0.0 448.0 size 50.0 50.0 RGBA 128 128 128 255
{
GTA_SA SCREEN POSITIONS: X: 0.0 - 640.0
Y: 0.0 - 448.0
Exact Bottom left cordinates would be: 0.0 448.0
}
END