Usei o seu..
local out = {
[1] = 13, -- VOCATION / LOOKTYPE
[2] = 13,
[3] = 13,
[4] = 13,
[5] = 13,
[6] = 13,
[7] = 13,
[8] = 13
}
function onLogin(cid)
if getPlayerStorageValue(cid,23219) < 1 then
outfit = {lookType = out[getPlayerVocation(cid)], lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet }
doCreatureChangeOutfit(cid, outfit)
setPlayerStorageValue(cid,23219,1)
end
return true
end
Vou reportar para que movam