Advertisement
Guest User

Untitled

a guest
May 12th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.66 KB | None | 0 0
  1. {$CLEO .cs}
  2.  
  3. 0000:
  4. while 8AB0: 9  // tab
  5.     wait 0
  6. end  
  7.  
  8. while true
  9.     wait 0  
  10.     0390: load_txd_dictionary "LD_CARD"  
  11.     038F: load_texture "cd1s" as 1 // Load dictionary with 0390 first
  12.     33@ = 0
  13.     while 33@ < 10
  14.         03F0: enable_text_draw 1
  15.         //074B: draw_texture 1 position 590.0 390.0 scale 50.0 50.0 angle 180.0 color_RGBA 255 255 255 255
  16.         038D: draw_texture 1 position position 590.0 390.0 scale 50.0 50.0 color_RGBA 255 255 255 255
  17.  
  18.         wait 0
  19.     end      
  20.     1@ += 1  
  21.     03F0: enable_text_draw 0    
  22.     0AD1: show_formatted_text_highpriority "loaded: %i" time 1000  1@
  23.     0391: release_txd_dictionary
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement