

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!Total Members Voted: 90
The map looks awesome.I downloaded it yesterday and while playing it today I found a bug.
(Image removed from quote.)
I reached that part of the map without opening the debris.
The map looks awesome.I downloaded it yesterday and while playing it today I found a bug.
(Image removed from quote.)
I reached that part of the map without opening the debris.
pretty sure thats not a bug... just there is more than one way around the map
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has permission to post map review topics in the Custom Map Reviews section of the forum. |
![]() Oil Rig Beta Access |
The 74u is still in the box, right next to the wallbuy
The 74u is still in the box, right next to the wallbuy
include_weapon( "zombie_bo_ak74u",false );
Please give me beta access, I would LOVE to test CO-OP
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has permission to post map review topics in the Custom Map Reviews section of the forum. |
![]() Oil Rig Beta Access |
The 74u is still in the box, right next to the wallbuy
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
Found a new bug that the elevator doesn't unlock immediately and requires to be calledtwice
dat hud limit doe
are you saying just that you dont really conform to the slide?
speed = 400;
for(i=0;i<level.slide_points.size;i++)
{
next_node = level.slide_points[i];
next_point = (player.origin[0],next_node[1],next_node[2]);
if(next_node[1] < player.origin[1])
{
time = Distance(player.origin,next_point)/speed;
player.sewer_link moveTo(next_point,time);
wait time;
speed += 50;
}
}
player setVelocity((0,-400,300));