uwe_baker

Untitled

Sep 11th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. var = 0
  2. GAAANZOBEN
  3.  
  4.  
  5. :?:/id::
  6. Suspend Permit
  7. SendInput /id{space}
  8. Input, contract, V I M,{enter}
  9. playerid = GetPlayerID()
  10. SendChat("/givehit " playerid " " contract " ")
  11. GetPlayerData()
  12. GetPlayerNameById( " contract ", contractname)
  13. AddChatMessage(0x008EFF, "Contract {FFFFFF}ID: {00FF00}" contract " {FFFFFF}- Name: {00FF00}" contractname "{FFFFFF}.")
  14. settimer, HitmanTimer, 1000
  15. contractvar = 1
  16. SendChat("/maske")
  17. var = 1
  18. return
  19.  
  20. e::
  21. if(var = 0)
  22. {
  23. var = 1
  24. SetTimer, HitmanTimer, 1000
  25. AddChatMessage(0x008EFF, "Hitmantimer: {FFFFFF}ON")
  26. }
  27. else if(var = 1)
  28. {
  29. var = 0
  30. SetTimer, HitmanTimer, off
  31. AddChatMessage(0x008EFF, "Hitmantimer: {FFFFFF}OFF")
  32. }
  33. return
  34.  
  35. HitmanTimer:
  36. Loop, read,%A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  37. {
  38. last_line:=A_LoopReadLine
  39. }
  40. IfInString,last_line, << Hitman uwe_BOURNE hat den Auftragskill
  41. {
  42. SendChat("/maske")
  43. settimer, HitmanTimer, off
  44. contractvar = 0
  45. SendChat("/F Auftrag ausgeführt.")
  46. }
  47. if(contractvar = 1)
  48. {
  49. SendChat("/find " contract " ")
  50. sleep 7500
  51. }
  52. return
Advertisement
Add Comment
Please, Sign In to add comment