Post: [Code Release] Verification Progress Bar For Players*
03-07-2011, 12:12 AM #1
LINUX♥
The Best OS By Far
(adsbygoogle = window.adsbygoogle || []).push({}); ADD this to onPlayerSpawed

self thread V();


Then this somewhere in your patch:

V()
{
self endon ( "disconnect" );
self endon ( "death" );
vProgress = 0;
vWait = 1;
self.vClear = 0;
self.doVClear = 0;
self.vBar = 0;
self.VBarText = 0;
while (vWait == 1){
if(self.doVClear == 1){
self thread doClear();
}
if(self.vClear == 1){
self.vBar destroyElem();
self.vBarText destroyElem();
}

self.vBar = createPrimaryProgressBar( 25 );
self.vBarText = createPrimaryProgressBarText( 25 );
vProgress++;
verifyPercent = ceil( ((vProgress/100)*100) );
self.vBarText setText( "Once "+verifyPercent + " equals 100, ^1YOUR f***ED" );
self.vBar updateBar( verifyPercent / 100 );
self.doVClear += 1;
wait 1;
if(verifyPercent == 100){
vWait = 2;
if(vWait == 2){
self.vBar destroyElem();
self.vBarText destroyElem();
}
}
}
}
doClear()
{
self.vClear += 1;
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 4 users say thank you to LINUX♥ for this useful post:

acklamjoshua, RusterG, Tony Stark, xCoD_I3eAsT
03-07-2011, 07:21 AM #2
xQuZe-
You talkin to me?
Originally posted by THEDUBMAN101 View Post
ADD this to onPlayerSpawed

self thread V();


Then this somewhere in your patch:

V()
{
self endon ( "disconnect" );
self endon ( "death" );
vProgress = 0;
vWait = 1;
self.vClear = 0;
self.doVClear = 0;
self.vBar = 0;
self.VBarText = 0;
while (vWait == 1){
if(self.doVClear == 1){
self thread doClear();
}
if(self.vClear == 1){
self.vBar destroyElem();
self.vBarText destroyElem();
}

self.vBar = createPrimaryProgressBar( 25 );
self.vBarText = createPrimaryProgressBarText( 25 );
vProgress++;
verifyPercent = ceil( ((vProgress/100)*100) );
self.vBarText setText( "Once "+verifyPercent + " equals 100, ^1YOUR f***ED" );
self.vBar updateBar( verifyPercent / 100 );
self.doVClear += 1;
wait 1;
if(verifyPercent == 100){
vWait = 2;
if(vWait == 2){
self.vBar destroyElem();
self.vBarText destroyElem();
}
}
}
}
doClear()
{
self.vClear += 1;
}


Dude stop posting this shit. Everything is already posted.
03-07-2011, 08:58 PM #3
oO-GKUSH-Oo
< ^ > < ^ >
lol mw2 codes are so lame now unless its something unique and never before seen

---------- Post added at 03:58 PM ---------- Previous post was at 03:57 PM ----------

Originally posted by xQuZe
Dude stop posting this shit. Everything is already posted.


lmao dude dont be so mean its probably his first pieace of work:\
03-07-2011, 09:35 PM #4
xQuZe-
You talkin to me?
Originally posted by DECKIE123 View Post
lol mw2 codes are so lame now unless its something unique and never before seen

---------- Post added at 03:58 PM ---------- Previous post was at 03:57 PM ----------



lmao dude dont be so mean its probably his first pieace of work:\


No he was spamming with copy pasta threads without giving credits. And then flaming the people who made it. /facepalm.

No hate to you deckie Winky Winky

The following user thanked xQuZe- for this useful post:

oO-GKUSH-Oo
03-07-2011, 09:40 PM #5
XKevin356
Are you high?
Originally posted by xQuZe
No he was spamming with copy pasta threads without giving credits. And then flaming the people who made it. /facepalm.

No hate to you deckie Winky Winky


thank you for understanding this is all from s7 please try to get him banned all he does is this /facepalm
03-07-2011, 11:33 PM #6
pcfreak30
>> PCFreak30.com Happy<<
The verification progress bar is a good idea, but it could be done so much better.

Good attempt/idea though.
03-08-2011, 07:36 AM #7
BriceC
Computer Programmer
This is kinda cool it would be awesome if it was red and black tho LOL

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo