Index is the player slot of the person, and amount is the amount to add(replace it with a number)
Code:
new health = get_user_health(index),armor = get_user_armor(index)
set_user_health(index,health + amount)
set_user_armor(index,armor + amount)
__________________