

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!perma_powerup
precachemodel("zombie_x2_icon");
perma_powerups = getEntArray("perma_powerup","targetname");
for(i=0;i<perma_powerups.size;i++)
perma_powerups[i] thread spawn_perma_drop();
spawn_perma_drop()
{
struct = spawn("script_model", self.origin);
struct SetModel( "zombie_x2_icon" );
self.hint = struct.hint;
if( IsDefined( struct.fx ) )
{
self.fx = struct.fx;
}
struct.powerup_name = "double_points";
struct thread maps\_zombiemode_powerups::powerup_wobble();
struct thread maps\_zombiemode_powerups::powerup_grab();
}
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |