Add this under it:
Code:
if (MyClient.Status >= 3) //Edit the 3 to your GM Status.
{
CurHP -= 0;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
return false;
}






