Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. function onStepIn(cid, item, position, fromPosition)
  2. local position = {x=1094, y=1023, z=9}
  3.  
  4. local function checkPlayerTitle()
  5. if getCreaturePosition(cid) == position then
  6. doCreatureSay(cid, "STOISZ 10 sekund", TALKTYPE_ORANGE_1)
  7. else
  8. doCreatureSay(cid, "JEST GIT", TALKTYPE_ORANGE_1)
  9. end
  10. doCreatureSay(cid, "Pozycja gracza: " .. getCreaturePosition(cid) .. ". Position: " .. position, TALKTYPE_ORANGE_1)
  11. end
  12.  
  13. addEvent(checkPlayerTitle, 10000)
  14.  
  15. return true
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement