Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1.      local startTime = 0
  2.  
  3. function Yasuo:UpdateBuff(unit,buff)
  4.      if unit and unit.team == myHero.team and unit.type == myHero.type then
  5.       if buff.Name == "yasuoq3w" then
  6.         print "checjk"
  7.     startTime = os.clock() + 6
  8. end
  9. end
  10. end
  11.  
  12.   if  GetCastName(myHero,_Q)  == "yasuoq3w"  then
  13.       if  self.Config.other.q3draw:Value() and not myHero.dead then
  14.         print "check 2"
  15.           DrawText("3.Q :"..math.round(startTime - os.clock(), 2).."s",15,myHero.x,myHero.y,0xff00ff00)
  16.           print "check 3"
  17.         end
  18.       end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement