Yo guys, so this was inspired by @evskin watching his Nuke on his recent video. No code was copied from
anyone, this is mine, but was inspired by evskin. Idk where i got the notifications off, so if you need credits,
comment below
This is a hint countdown from 10 to 1 and the font gets bigger as the time gets smaller, its just a fun thing to use for the lols, its a release for those of you who want to make a Nuke of some sort, or anything else.
@MrMadNoobbie If you have a debug console, paste it in and execute Globablly, but if u dont have that, use @evskin remote. But this by itself, is local.
link? xD haven't seen that around
Originally Posted by MrMadNoobbie
link? xD haven't seen that around
nvm got it. wont be that noob again. ( i realized how stupid that question was)
Guys... warning... the variable is detected by InfiStar!!! if your gonna use, change the variable... which u should always be doing anyway when u get scripts off MPGH!
Wow I like the idea but damn that is horribly optimized and coded.
why not do like
Code:
for "_i" from 10 to 1 step -1 do {
hint format["%1",_i];
sleep 1;
};
10x better optimization and it is dynamic so you can have any length countdown.