Posts
4
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!Function damage()
{
trigger = GetEnt("damage_trigger", "targetname");
while(1)
{
self waittill("trigger", ent);
ent DoDamage(2, ent.origin);
break;
wait(2);
}
}