From EventScripts Community Encyclopedia
Description
Defines where on the body the player was hit/killed
Hit Groups
event player_hurt
{
if (event_var(hitgroup) equalto 1) then es_msg Your Head was Hit!!
if (event_var(hitgroup) equalto 2) then es_msg Your Upper Body was Hit!!
}
|
|