

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!

paypal.me/F3ARxReaper666![]() | Has released one or more maps to the UGX-Mods community. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
cost = 1000;
if( IsDefined( self.zombie_cost ) )
{
cost = self.zombie_cost;
}
//origins style door cheapened in solo ~ F3ARxReaper666
flag_wait( "all_players_connected" );
players = get_players();
if(players.size == 1)
if (cost >= 500)
{
cost -=250;
self.zombie_cost = cost;
}
. +1.![]() | Has released one or more maps to the UGX-Mods community. |
![]() | 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 |
![]() | 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. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
That's cool man. It would be very easy to add an "or player has a perk" too, that would make things cheaper also if someone wanted to.Spoiler: click to open...Also, maybe this should go over in tuts, not dls?[close]
![]() | Has released one or more maps to the UGX-Mods community. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
That's cool man. It would be very easy to add an "or player has a perk" too, that would make things cheaper also if someone wanted to.Spoiler: click to open...Also, maybe this should go over in tuts, not dls?[close]