UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Letrix

It's awesome. Good job  :D
8 years ago
Looks good. I will play it.  ;)
8 years ago
I solved it. It has a EE?
8 years ago
Map crash when start loading. I'm using T4M.
8 years ago
Depending on where you put it, you might need to use a while function.

Code Snippet
Plaintext
end_at_round(round)
{
while(1)
{
if(level.round_number == round)
{
level notify( "end_game" );
break;
}
wait(.05);
}
}

At the top of the script, under main(), put:

Code Snippet
Plaintext
level thread end_at_round(2);

Make sure to change the round from the function call to the round number you want the game to end at

The script works. Thanks for the help.
8 years ago
Hi. I have that question: How to End Game after X rounds?
When you get to spend X rounds the game automatically ends the game.
8 years ago
Good job.It was difficult to finish but I did. Very good.
I hope the next.
8 years ago
Hi, I have a problem with my map. I create it and put zombies risers but only appear but with guns and shoot to me. Any help? Thanks.
8 years ago
Hi. I want to change the text than appear in wallbuy guns. Is a custom weapon and say "ZOMBIE_WEAPON_M14_500".
Any help?
8 years ago
When i want to the stats it's all in zero.
9 years ago
Wow. Only EPIC!
9 years ago
I have a problem in the connection. This appears when I open it.
I added a Firewall rule but doesn't work.

10 years ago
Loading ...