On my server there are plugins that are only using Fakemeta and CSDM modules.. so I don't want to add HamSandwich..
Anyway this works perfectly:
Code:
stock fm_respawn(id)
{
set_pev(id, pev_deadflag, DEAD_RESPAWNABLE)
dllfunc(DLLFunc_Spawn, id)
set_pev(id, pev_iuser1, 0)
set_pev(id, pev_health, 100.0)
}