Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ~F3::
  2. Loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  3. {
  4. IfInString, A_LoopReadLine, Hotdog Verkäufer,
  5. {
  6. RegExMatch(A_LoopReadLine, "* Hotdog Verkäufer (.*) bietet dir", hddealer)
  7. SendChat("/accept hotdog")
  8. SendChat("/fastfood " hddealer " 1")
  9. }
  10. }
  11. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement