Xtibianoo01 0 Postado Abril 24, 2019 Share Postado Abril 24, 2019 alguém tem um piso que não deixar o player ser pushado. +rep Link para o comentário Compartilhar em outros sites More sharing options...
2 WooX 26 Postado Abril 25, 2019 Share Postado Abril 25, 2019 Agora, Xtibianoo01 disse: sim ou colocar e uma area , igual aquele script que kicka o player. Coloca o Action ID 7955 no ground. --<event type="push" name="AntiPush" event="script" value="antipush.lua"/>-- --<event type="login" name="RegisterAntiPush" event="script" value="antipush.lua"/>-- function onPush(cid, target, ground, position) local groundAid = getTileInfo(getThingPos(target)).aid if isPlayer(cid) and isPlayer(target) and cid ~= target and groundAid == 7955 then doPlayerSendCancel(cid, "You can't push someone out of this ground.") return false end return true end function onLogin(cid) registerCreatureEvent(cid, "AntiPush") return true end mister17 e Xtibianoo01 reagiu a isso 1 1 Link para o comentário Compartilhar em outros sites More sharing options...
0 WooX 26 Postado Abril 25, 2019 Share Postado Abril 25, 2019 Eu posso fazer. Você quer que quando o player estiver em cima desse piso ele não possa ser puxado é isso? Link para o comentário Compartilhar em outros sites More sharing options...
0 Xtibianoo01 0 Postado Abril 25, 2019 Autor Share Postado Abril 25, 2019 38 minutos atrás, Woox disse: Eu posso fazer. Você quer que quando o player estiver em cima desse piso ele não possa ser puxado é isso? sim ou colocar e uma area , igual aquele script que kicka o player. Link para o comentário Compartilhar em outros sites More sharing options...
0 mister17 10 Postado Abril 25, 2019 Share Postado Abril 25, 2019 Reputado @Woox Parabens pelo seu trabalho. Se puder me ajudar nos meus pedidos agradeço irei deixa-los abaixo. Versão 0.3.6 -8.54 ou Se puder ajudar agradeço estou há um tempo neste projeto e estou terminando eu mapa mas preciso desses scripts para montar um sistema de dungeon. Link para o comentário Compartilhar em outros sites More sharing options...
0 RIANLHP 0 Postado Junho 5, 2019 Share Postado Junho 5, 2019 Em 24/04/2019 em 23:57, Woox disse: Coloca o Action ID 7955 no ground. --<event type="push" name="AntiPush" event="script" value="antipush.lua"/>-- --<event type="login" name="RegisterAntiPush" event="script" value="antipush.lua"/>-- function onPush(cid, target, ground, position) local groundAid = getTileInfo(getThingPos(target)).aid if isPlayer(cid) and isPlayer(target) and cid ~= target and groundAid == 7955 then doPlayerSendCancel(cid, "You can't push someone out of this ground.") return false end return true end function onLogin(cid) registerCreatureEvent(cid, "AntiPush") return true end Boa, vlw rep + Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Xtibianoo01 0
alguém tem um piso que não deixar o player ser pushado.
+rep
Link para o comentário
Compartilhar em outros sites
5 respostass a esta questão
Posts Recomendados