- Dołączył
- Grudzień 19, 2009
- Posty
- 105
- Liczba reakcji
- 1
Naprawi? by mi kto? skrypt na fuzje w vegetto kolczykami pottara chodzi w tym ?e u?yje kolczyk?w i zmienia mi Vocation i Outfit skrypt wygl?da tak:
Gdy u?ywam wyskakuje:
You can not use this object.
Kod:
function onUse(cid, item, frompos, item2, topos)
local config = {
voc = 303,
outfit = 59
}
if getPlayerSex(cid) == 0 then
doSetCreatureOutfit(cid,config.outfit)
doPlayerSetVoc(cid,config.voc)
end
return true
end
You can not use this object.