RoksasNunes

PVP AREA

Apr 14th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local pvp = {x = 500, y = 400, z = 7} -- Position PVP
  2.  
  3. function onStepIn(cid, item, pos)
  4.  
  5.     if isPlayer(cid) then
  6.         doTeleportThing(cid, pvp)
  7.             doPlayerSendTextMessage(cid, 27, "Welcome to PVP Area!)
  8.         end
  9.             return true
  10.         end
Advertisement
Add Comment
Please, Sign In to add comment