Postado Março 24, 2020 5 anos Preciso de um script para porta lvl 180 sem acesso a MC, é possível? Seria para uma quest.
Postado Março 24, 2020 5 anos Solução eu tenho um movement [SQM] , vc pode adaptar ele pra action facilmente Spoiler local eventArea = {from = {x = 402, y = 3, z = 7}, to = {x = 493, y = 121, z = 7}} -- area do evento... function onStepIn(cid, item, position, fromPosition) for _, pid in pairs(getPlayersOnline()) do if(cid ~= pid and getPlayerIp(cid) == getPlayerIp(pid) and isInRange(getThingPos(pid), eventArea.from, eventArea.to)) then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, 25, "[ANTI-MC] \n \n Não é permitido a entrada de 2 chars com o mesmo IP neste evento!") return true end end return true end
Postado Março 24, 2020 5 anos Autor 18 minutos atrás, poko360 disse: beu tenho um movement [SQM] , vc pode adaptar ele pra action facilmente Mostrar conteúdo oculto local eventArea = {from = {x = 402, y = 3, z = 7}, to = {x = 493, y = 121, z = 7}} -- area do evento... function onStepIn(cid, item, position, fromPosition) for _, pid in pairs(getPlayersOnline()) do if(cid ~= pid and getPlayerIp(cid) == getPlayerIp(pid) and isInRange(getThingPos(pid), eventArea.from, eventArea.to)) then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, 25, "[ANTI-MC] \n \n Não é permitido a entrada de 2 chars com o mesmo IP neste evento!") return true end end return true end Obrigado já salvou, reputado.
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.