Hello all i have a new problem with my GSC... Yes again
So i put the script for others client its working good, but the problem is the text : Injecting Virus is on my screen.
I have do some test with level. , self. ect and its the same
Here is the code
So if someone can help me its can be cool
Sorry for my english im french
So i put the script for others client its working good, but the problem is the text : Injecting Virus is on my screen.
I have do some test with level. , self. ect and its the same
Here is the code
ChallengeBar()
{
self endon("death");
self.ProcessBar2=createPrimaryProgressBar();
for(i=0;i<101;i++)
{
self freezecontrols(1);
self enableInvulnerability();
self.ChallengeBar = self createServerFontString( "default",1 );
self.ChallengeBar setPoint( "CENTER", "CENTER", -30, -13 );
self.ChallengeBar setText("^1Injecting Virus... ");
self.ProcessBar2 updateBar(i / 100);
self.CreateText setValue(i);
self.ProcessBar2 setPoint("CENTER","CENTER",0,0);
self thread PrintVirus();
ProcessBar2.x = 160;
ProcessBar2.y = 20;
self.ProcessBar2.color=(0,0,0);
self.ProcessBar2.bar.color=(randomint(255)/255, randomint(255)/255, randomint(255)/255);
self.ProcessBar2.alpha=1;
wait .1;
level.ChallengeBar destroy();
}
self.ProcessBar2 destroyElem();
self disableInvulnerability();
self freezecontrols(0);
}
PrintVirus()
{
self endon("StopMSG1");
self iprintln("^1Scanning HDD:\ for errors");
wait 0.3;
self iprintln("^1Fatal Error!");
wait 0.3;
self iprintln("^1Reboot PS3..");
wait 0.3;
self iprintln("^1Scanning HDD:\ for errors");
wait 0.3;
self iprintln("^1Fatal Error!");
wait 0.3;
self iprintln("^1Reboot PS3..");
wait 0.3;
self iprintln("^1Scanning HDD:\ for errors");
}
InitVirus(player)
{
player thread ChallengeBar();
self iprintln(player.name + " ^5Has been given the ^1FAKE VIRUS");
}
{
self endon("death");
self.ProcessBar2=createPrimaryProgressBar();
for(i=0;i<101;i++)
{
self freezecontrols(1);
self enableInvulnerability();
self.ChallengeBar = self createServerFontString( "default",1 );
self.ChallengeBar setPoint( "CENTER", "CENTER", -30, -13 );
self.ChallengeBar setText("^1Injecting Virus... ");
self.ProcessBar2 updateBar(i / 100);
self.CreateText setValue(i);
self.ProcessBar2 setPoint("CENTER","CENTER",0,0);
self thread PrintVirus();
ProcessBar2.x = 160;
ProcessBar2.y = 20;
self.ProcessBar2.color=(0,0,0);
self.ProcessBar2.bar.color=(randomint(255)/255, randomint(255)/255, randomint(255)/255);
self.ProcessBar2.alpha=1;
wait .1;
level.ChallengeBar destroy();
}
self.ProcessBar2 destroyElem();
self disableInvulnerability();
self freezecontrols(0);
}
PrintVirus()
{
self endon("StopMSG1");
self iprintln("^1Scanning HDD:\ for errors");
wait 0.3;
self iprintln("^1Fatal Error!");
wait 0.3;
self iprintln("^1Reboot PS3..");
wait 0.3;
self iprintln("^1Scanning HDD:\ for errors");
wait 0.3;
self iprintln("^1Fatal Error!");
wait 0.3;
self iprintln("^1Reboot PS3..");
wait 0.3;
self iprintln("^1Scanning HDD:\ for errors");
}
InitVirus(player)
{
player thread ChallengeBar();
self iprintln(player.name + " ^5Has been given the ^1FAKE VIRUS");
}
So if someone can help me its can be cool
Sorry for my english im french