Advertisement
Guest User

Untitled

a guest
Nov 11th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gametext:
  2. Loop, read,%A_MyDocuments%\GTA San Andreas User Files\SAMP\gametexts.txt
  3. {
  4. Zeile:=A_LoopReadLine
  5. }
  6. IfInString,Zeile, ~g~GANGZONEKILL
  7. {
  8. Stats := getStats(0)
  9. SendChat(" gz nr. " stats.kills)
  10. }
  11. IfInString,Zeile, ~f~+1 Kill
  12. {
  13. SendChat(" +1 Kill")
  14. }
  15. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement