Advertisement
Guest User

Untitled

a guest
Nov 11th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gametext:
  2. Loop, read,%A_MyDocuments%\GTA San Andreas User Files\SAMP\gametexts.txt
  3. {
  4. If (chatlog_zeileDM >= A_Index)
  5.     {
  6.         Continue
  7. }
  8. If InStr(A_LoopReadLine, "Test1"
  9. {
  10.  
  11. }
  12. If InStr(A_LoopReadLine, "Test2"
  13. {
  14.  
  15. }
  16. If InStr(A_LoopReadLine, "Test3"
  17. {
  18.  
  19. }
  20. chatlog_zeileDM := A_Index
  21. }
  22. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement