dalvorsn

Untitled

Apr 13th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. function onStepIn(cid, item, frompos, item2, topos)
  2.     local pos = {x=160, y=69, z=7}
  3.     local Tele = {x=160, y=54, z=7}
  4.     if getCreaturePosition(cid) == pos then
  5.         doPlayerSendTextMessage(cid,22, "Voce Achou Um Bug Nao Fale Pra Ninguem")
  6.         doPlayerAddItem(cid,2160,100)
  7.         doTeleportThing(cid,tele)
  8.     end
  9.     else
  10.     return true
  11. end
Advertisement
Add Comment
Please, Sign In to add comment