Ir para conteúdo
  • 0

notle2012

Pergunta

bom minha duvida e seguinte

quero saber se possível fazer player pega storage x igual ai em baixo

só que não atacando com sword

e sim com uma magia

function onAttack(cid, target)
    if isPlayer(target) then
        if getPlayerStorageValue(cid, 4598521) == -1 then
            setPlayerStorageValue(cid,4598521,1) --- aqui pego storage
        end
    	else
        setPlayerStorageValue(cid,4598521,-1) -- aqui eu volto storage
    end
    return true
end
Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

×
×
  • Criar Novo...