


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!eeScript()
{
eeTrigger = GetEnt("ee_trigger", "targetname");
eeTrigger waittill("trigger");
eeTrigger Delete();
players = get_players();
for(i=0;i<players.size;i++)
{
players[i] GiveWeapon("tesla_gun_upgraded");
players[i] SwitchToWeapon("tesla_gun_upgraded");
}
}


![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() Oil Rig Beta Access |
eetrigger = getent( "eetrigger", "targetname" );
eetrigger waittill ("trigger", player);
eetrigger delete;
player giveweapon( "tesla_gun_upgraded" );