Advertisement
RoksasNunes

For noobs

Apr 13th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. function onStepIn(cid, item, position, fromPosition)
  2.  
  3.     if getPlayerItemCount(cid, 2394) < 1 then
  4.         doTeleportThing(cid, fromPosition)
  5.             doPlayerSendTextMessage(cid, 27, "Take the start items first!")
  6.                 return true
  7.             end
  8.  
  9.             doPlayerSendTextMessage(cid, 27, "Welcome!")   
  10.                 return true
  11.             end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement