Advertisement
Guest User

/gov

a guest
May 29th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; активация - /lastgov в чат
  2. :O?:/lastgov::
  3. loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  4. {
  5.     if RegExMatch(A_LoopReadLine, "^\[(.*?)\] \|___________ Городские новости ___________\|", s)
  6.     lastgov := s1
  7. }
  8. if (lastgov)
  9. {
  10.     addBindMessage(COLOR_WHITE, "Последний /gov был в " COLOR_ORANGE lastgov)
  11. }
  12. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement