• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Addskill - help

Scooty

Enemia.EU
Joined
Jul 24, 2010
Messages
564
Reaction score
14
Location
Kraków
Hi!

i did that script but its bugged - i can add only few skills and script bugging? when im using my item, i dont see any change in my skills.

look:


PHP:
function onUse(cid, item, fromPosition, itemEx, toPosition)
doPlayerAddSkill(cid, SKILL__AXE, 1)
return true
end


Im using tfs 0.4

Can someone help me?
 
Last edited:
Back
Top