Advertisement
Guest User

Untitled

a guest
May 29th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. :O?:/gwac::
  2. sendchat("/members 2")
  3. sleep 1150
  4. loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  5. {
  6.     if RegExMatch(A_LoopReadLine, "^\[(.*)\] Члены Вашей организации онлайн\:", match)
  7.     {
  8.         lastmemberstime := match1
  9.     }
  10. }
  11. loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  12. {
  13.     if RegExMatch(A_LoopReadLine, "^\[" lastmemberstime "\] \{\w{6}\}\* \d+\. \{\w{6}\}\w+ \{\w{6}\}\[id\:(.*?)\] - .* \(\d+\)", match)
  14.     {
  15.         sendchat("/checkgwac " match1)
  16.         sleep 1150
  17.     }
  18. }
  19. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement