Guest User

Untitled

a guest
Jun 17th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. F3::
  2. Suspend On
  3. gkzahl1 = NULL
  4. Loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  5. {
  6.     If InStr(A_LoopReadLine, "Der Spieler ist in")
  7.     {
  8.             RegExMatch(A_LoopReadLine,"Der Spieler ist in Gebäudekomplex (.*)(\R)",gkzahl)
  9.     }
  10. }
  11. if(gkzahl1 == "NULL" || gkzahl1 == "")
  12. {
  13. Suspend Off
  14. return
  15. }
  16.     RegExMatch(gkzahl1,"(.*)\.(.*)" ,gkzahlsplit)
  17.     IniRead, gktext, gebaeude.ini, %gkzahlsplit1%, %gkzahlsplit2%, Gebäudekomplex %gkzahl1% ist nicht bekannt
  18.     Sleep 300
  19.     SendInput t%gktext%{enter}
  20. Suspend Off
  21. return
Add Comment
Please, Sign In to add comment