Then yes, that will work.
The function should look like this:
PHP Code:
public fwd_Ham_Touch(ent,id) //ent is grenade entity index, id is the index of the player
{
// Here you can check if id is a valid connected player and if he is in the air (~FL_ONGROUND).
// If you want to work only for HE Grenades, then you should also add a check for ent's model.
}
__________________