lorinholukete69
New Member
lorinholukete69 submitted a new resource:
I NEED HELP WITH THIS ACTION - I NEED HELP WITH THIS ACTION
Read more about this resource...
I NEED HELP WITH THIS ACTION - I NEED HELP WITH THIS ACTION
I HAVE THIS SCRIPT:
this script give 1 magic level each "magic stone" player use.
i need same script but with a usage limit of 50x.
i need same script that adds sword , axe , club , distance, with a usage limit of 50x. help me ??
-----------------------------------------------------------------
local count = 1 -- GIVE 1 ML
function onUse(cid, item, fromPosition, itemEx, toPosition)
doPlayerAddMagLevel(cid, count)
doRemoveItem(item.uid)
return true
end
function doPlayerAddMagLevel(cid...
Read more about this resource...