
Histórico de Curtidas
-
Rap Viny deu reputação a ViitinG em [Comando] Adicionando comando !bugÉ só trocar a função do PZ por battle,ficando assim :
pos = {x=1057, y=1046, z=7} function onSay(cid, words, param) if not getPlayerCondition(cid, CONDITION_INFIGHT) then doTeleportThing(cid,pos) doSendMagicEffect(getPlayerPosition(cid),19) doPlayerSendTextMessage(cid, 19, "Teleportado!") else doPlayerSendTextMessage(cid, 19, "Somente em PZ.") end end