Hello. Can anybody tell me what is wrong with that small script?
After reborn vocation is still the same. I could do something but TFS 0.3.6 don't show any error. See ya.
LUA:
if (getPlayerVocation(cid) == 4) then
if (getReborns(cid) == 7) then
doPlayerSetVocation(cid,12)
end
end
After reborn vocation is still the same. I could do something but TFS 0.3.6 don't show any error. See ya.