Posts
397
Respect
242Add +1
Forum Rank
Perk Hacker
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!TZP_TeleportDeathTrigger(){
TeleDeathTrigger = getEntArray( "enter", "targetname" );
array_thread( TeleDeathTrigger, ::TeleportToDeath );
}
TeleportToDeath()
{
while(1)
{
self waittill("trigger", player);
TeleDest = getent(self.target,"targetname");
player linkto(TeleDest);
wait(.3); player unlink(); wait(.2); // leave this wait - tzp
radiusdamage(player.origin, 20, player.health + 100, player.health + 100);
}
}![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |