Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. movements/scripts/Nome_do_arquivo.lua
  2.  
  3.  
  4. function onStepIn(cid, item, position, fromPosition)
  5. if getPlayerAcess(cid) < 3 then
  6. doTeleportThing(cid, fromPosition, true)
  7. doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"Soh membros da Staff podem passar por aqui.")
  8. doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE)
  9. return true
  10. end
  11. doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"Bem Vindo!")
  12. return true
  13. end
  14.  
  15.  
  16.  
  17. <movevent type="StepIn" actionid="Action Id q vc vai colocar no RME (no chao)" event="script" value="nome_arquivo.lua" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement