TekaZudo
seuserver.com.br
DESCRIÇÃO
Anuncie aqui neste countdown e dê maior visibilidade ao seu lançamento |
Full Global • Custom Quests • Custom Outfits • Lottery System • Version 15x
Inicia em:
--
Participar
Solutions
-
Povildo's post in (Resolvido)AJUDA! - SCRIPT /m ( TFS 1.0 ) was marked as the answerNão vai, não está pegando esse!
Gente depois de procura e niguem ajuda eu começei a pensa no erro do script e conseguir arruma o script!
function onSay(cid, words, param) local player = Player(cid) if not player:getGroup():getAccess() then return true end local orig = player:getPosition() local creatureId = doSummonCreature(param, orig) if creatureId ~= false then local monster = Monster(creatureId) monster:getPosition():sendMagicEffect(CONST_ME_TELEPORT) orig:sendMagicEffect(CONST_ME_MAGIC_RED) else player:sendCancelMessage("There is not enough room.") orig:sendMagicEffect(CONST_ME_POFF) end return false end