Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {$CLEO}
  2.  
  3. 0000:
  4. wait 0
  5. thread " s "
  6.  
  7.  
  8. :a
  9. if 8AAB: not file_exists "data\Decision\map\chatlog.txt"
  10. then
  11. jump @not
  12. end
  13. jump @a
  14.  
  15.  
  16. :not
  17. if 8AAB: file_exists "data\Decision\map\chatlog.txt"
  18. jf @not
  19. 0A9A: 1@ = openfile "data\Decision\map\chatlog.txt" mode "rt+" // IF and SET
  20. 0AF4: 2@ = read_string_from_ini_file "data\Decision\map\chatlog.txt" section "chatlog" key "log"
  21. 0AF8: chatmsg "{FFFF00}%s" -1 2@
  22. jump @a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement