Advertisement
Guest User

Untitled

a guest
May 29th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1.  
  2. Contract:
  3. getChatLine(0, Wanted)
  4. if (inStr(Wanted, "Name: ")) {
  5. RegExMatch(Wanted, "ID\: (.*), Name\: (.*), Level\: (.*), Ping\: (.*)", wantedName)
  6. if (Fahrer == -1) {
  7. SendChat("/t find " wantedName2)
  8. } else {
  9. SendChat("t/showpos " partnerName1 " " wantedName1)
  10. setTimer, Find, 5000
  11. }
  12. }
  13. return
  14.  
  15. WantedShow:
  16. SendChat("/showpos " partnername1 " " wantedname1)
  17. return
  18.  
  19.  
  20. WantedFind:
  21. SendChat("/find " wantedname1)
  22. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement