Advertisement
RoksasNunes

stats

Apr 14th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. function onStatsChange(cid, attacker, type, combat, value)
  2.  
  3.     if(type == 0) and value > 1 then
  4.         doSendAnimatedText(getThingPos(cid), "+" .. value, 5)
  5.     end
  6.         return true
  7.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement