Advertisement
RoksasNunes

DAMAGESTEP

Apr 18th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. function onStepIn(cid, item, pos)
  2.     if isPlayer(cid) then
  3.         doCreatureAddHealth(cid, -remove)
  4.             doSendAnimatedText(getCreaturePosition(cid), "FAIL", math.random(1, 255))
  5.         end
  6.             return true
  7.         end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement