Postado Março 4, 2015 10 anos function onSay(cid, words, param) local pos = {x=32369, y=32241, z=7} local level = 8 if not getCreatureCondition(cid, CONDITION_INFIGHT) then if getTileInfo(getPlayerPosition(cid)).protection then if getPlayerLevel(cid) <= level then doSendMagicEffect(getPlayerPosition(cid),53) doPlayerSendTextMessage(cid, "Boa Sorte!") doTeleportThing(cid,pos) else doPlayerSendCancel(cid,"You dont have level.") end else doPlayerSendCancel(cid,"You need stay in a pz zone.") end else doPlayerSendCancel(cid, "You can not be in battle") end return true end
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.