Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. :?:/ab::
  2. {
  3. Loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  4. {
  5. if (RegExMatch(A_LoopReadLine, "Dein Handy klingelt. Tippe /pickup. Anrufer-ID: (.*)")) {
  6. RegExMatch(A_LoopReadLine, "Dein Handy klingelt. Tippe /pickup. Anrufer-ID: (.*)", caller_)
  7. }
  8. }
  9.  
  10. SendChat("/p")
  11. SendChat("~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ Anrufbeantworter ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~")
  12. Sleep, 1000
  13. SendChat("Sehr geehrter " caller_1 ",")
  14. Sleep, 600
  15. SendChat("Aktuell ist niemand in der Leitung, gerne können Sie eine Nachricht hinterlassen.")
  16. Sleep, 600
  17. SendChat("Dennoch wünscht Ihnen Herr " GetPlayerName() " einen angenehmen " GetTime() ".")
  18. Sleep, 1000
  19. SendChat("~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ Anrufbeantworter ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~")
  20. SendChat("/h")
  21. }
  22. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement