


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!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() UGX V.I.P. | |
![]() | Has released one or more maps to the UGX-Mods community. |
unlimited_ammo_powerup( drop_item, player_won )
{
level notify ("powerup unlimited ammo");
level endon ("powerup unlimited ammo");
wait ( 1 );
PlaySoundAtPosition("juggernaut_vox", (0, 0, 0));
self iPrintLnBold("^4Juggernaut");
self EnableInvulnerability();
setsaveddvar ( "player_sustainammo", 1 );
level.powerup_hud[0].x = 0;
level.powerup_hud[0] setshader("specialty_longersprint", 32, 32);
level.powerup_hud[1].alpha = 0;
level.powerup_hud[0].alpha = 1;
wait ( 30 );
self iPrintLnBold("^7No More Juggernaut");
self DisableInvulnerability();
setsaveddvar ( "player_sustainammo", 0 );
}![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
