Ir para conteúdo

[Encerrado] Ajudadinha simples script outfit


28041

Posts Recomendados

 

function onLogin(cid)    local config = {        [1] = {m=311,f=312},        [2] = {m=316,f=313}    }    local voc = config[getPlayerVocation(cid)]        if voc then        if getPlayerStorageValue(cid, 13000) < 0 then            local newtype = ""            if getPlayerSex(cid) == 0 then            newtype = {lookType = voc.m}            else            newtype = {lookType = voc.f}            end            doCreatureChangeOutfit(cid, newtype)            setPlayerStorageValue(cid, 13000, 1)        end    end    return TRUEend

 

Link para o comentário
Compartilhar em outros sites

  • 3 months later...
Visitante
Este tópico está impedido de receber novos posts.
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...