I'd assume its:
PHP Code:
set_user_health(id, get_user_health(id) + (skill_strengt * 5))
I take that you want to add skill_strength * 5 to the existing health. Otherwise, what you have right now is replacing the user's health with skill_blahblah * 5
__________________