Please, do not post trivial problems such as this when their solutions can easily be found by looking at tutorials or other plugins. I know for a fact you could have gotten the register_clcmd() part down.
Also:
Code:
public give_awp(id)
{
if (is_user_alive(id)) // Make sure user is actually alive.
give_item(id, "weapon_awp")
}
__________________