Guest User

Untitled

a guest
May 18th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Numpad1::
  2. Loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  3. {
  4. If InStr(A_LoopReadLine, "benötigt einen Sanitäter in")
  5. {
  6. RegExMatch(A_LoopReadLine, "(.*) benötigt einen Sanitäter in (.*). /notruf (.*)" ,var)
  7.  
  8. FileAppend,Zeile fuer Keybinder,%A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  9. }
  10. }
  11. GetPlayerData()
  12. id := GetPlayerIdByName(var1)
  13. SendChat("/r Notruf angenommen: " id "")
  14. SendChat("/notruf " id "")
  15. return
Advertisement
Add Comment
Please, Sign In to add comment