



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!players[i] zm_perks::give_perk( PERK_ELECTRIC_CHERRY, false );
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
players = GetPlayers();
foreach(player in players){
player zm_perks::give_perk( PERK_ELECTRIC_CHERRY, false );
}
players = GetPlayers();
for( i=0;i<players.size;i++ ){
players[i] zm_perks::give_perk( PERK_ELECTRIC_CHERRY, false );
}