you can use this one
function doPlayerAddSkills(cid, skill, amount, round)
local str = "Doing doPlayerAddSkill(cid, "..skill..", "..amount..")/n"
local amount = amount or 1
if(skill == SKILL__LEVEL) then
return doPlayerAddLevel(cid, amount, round)
elseif(skill ==...