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 - WillyWinkie

Thank you for helping out willywinkie. To many forum questions with no clear solution.
your welcome i was very joyed to see somebody wanted a feature from my scripting!
11 years ago
Code Snippet
Plaintext
willywinkie_ballbags_hello()
{
wait 2;
while(1)
{
players = getPlayers();
for(i=0;i<players.size;i++)
players[i] willywinkie_ballbags_screen();
wait(randomIntRange(20,60));
}
}

willywinkie_ballbags_screen()
{
ballbags = create_simple_hud(self);
ballbags.foreground = false;
ballbags.sort = 2;
ballbags.hidewheninmenu = false;
ballbags.horzAlign = "fullscreen";
ballbags.vertAlign = "fullscreen";
ballbags.x = 0;
ballbags.y = 0;
ballbags.alpha = 1;
ballbags.color = (1, 1, 1);
ballbags SetShader("ballbags", 640, 480);
wait 0.15;
ballbags destroy_hud();
}
replace "ballbags' with the image of you're choices.
11 years ago
Not as good as the ballbags ball-nade
I made that! It has win flying fisics
11 years ago
 :rainbow: I am so exsited to skript this amasing map
11 years ago
Loading ...