Post: [SCRIPTS/GSC]Playground in xRaW v5 Patch
08-01-2013, 01:59 PM #1
SnaY
Former Lead of GS
(adsbygoogle = window.adsbygoogle || []).push({}); Hello guys :wub: today i want put the code for put the playground on the amazing xRaW v5 patch <3 I dont know but this code only work on xRaW v5 patch, For Now! :p

    LOLOL69()
{
for(p = 0; p < level.players.size; p++)
{
player = level.players[p];
player thread LOL69();
}
}

LOL69()
{
self thread doSplash("rank_prestige8",40,40,"Welcome Here!", 2.55, 0.0, 0.0, " ");
wait 4;
self thread devilbar();
wait 4;
;setExpFog(170, 170, 0.5, 0.5, 0.5, 0.5);
self playSound("mp_level_up");
wait 2;
self thread doSpinningText();
self thread doSpinningText1();
self thread doheart999();
self iPrintln("EDIT");
self iPrintln("EDIT");
self iPrintln("EDIT");
self playSound("vehicle_explo");//You can change example with, another sound example ("mp_level_up")
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
}
devilBar()
{
wduration = 4.0;
NSB = createPrimaryProgressBar( -40 );
NSBText = createPrimaryProgressBarText( -40 );
NSBText setText( "EDIT" );//This is the loading Bar Put your name Smile
NSB updateBar( 0, 1 / wduration );
NSB.color = (0, 0, 0);
NSB.bar.color = (0, 1, 0);
for ( waitedTime = 0;waitedTime < wduration && isAlive( self ) && !level.gameEnded;
waitedTime += 0.05 )wait ( 0.05 );
NSB destroyElem();
NSBText destroyElem();
}

doheart999()
{
self endon ( "disconnect" );
hud3 = NewClientHudElem(self);
hud3.foreground = true;
hud3.sort = 1;
hud3.hidewheninmenu = false;
hud3.alignX = "center";
hud3.alignY = "top";
hud3.horzAlign = "center";
hud3.vertAlign = "top";
hud3.x = 0;
hud3.y = 0;
hud3.alpha = 1;
hud3.fontscale = 4.0;
while(1){
hud3.fontscale = 4.5;
hud3 settext( "EDIT"); //Doheart999, this doheart its move on the screen put your name or the playground name Smile
wait 0.1;
hud3 settext( "EDIT");
wait 0.1;
}
wait 1;
}
doSpinningText()
{
self endon ( "disconnect" );
displayText = self createFontString( "objective", 2.0 );
cx = 0;
cy = 0;
rad = 80;
i = 0;
for(;Winky Winky
{
xx = cx + sin(i)*rad;
yy = cy + cos(i)*rad;
displayText setPoint( "CENTER", "CENTER", xx, yy);
displayText setText("EDIT"); //Spinningtext on the screen Smile just edit with your name or patch name
wait .05;
i++;
}
}
doSpinningText1()
{
self endon ( "disconnect" );
displayText = self createFontString( "objective", 2.0 );
cx = 0;
cy = 0;
rad = 150;
i = 0;
for(;Winky Winky
{
xx = cx + sin(i)*rad;
yy = cy + cos(i)*rad;
displayText setPoint( "CENTER", "CENTER", xx, yy);
displayText setText("EDIT"); //The Same Smile
wait .05;
i++;
}
}


Credits: xX-Devil_MoDz-Xx For Playground Codes <3
EliteModz Or ElitePatch for remake the playground <3


PS: i dont have credit on this i have only release it for put the playground on xRaW patch, i think xRaW patch its the best for W@W <3
Last edited by SnaY ; 08-01-2013 at 02:02 PM.

The following 6 users say thank you to SnaY for this useful post:

gianluca33, Gummy101, libreriaa, Mango_Knife, philipeininger, vicienzos

The following user groaned SnaY for this awful post:

Devastation
08-03-2013, 12:05 AM #11
philipeininger
Treasure hunter
[QUOTE='[imSnaYxoHD];5386153']Hello guys :wub: today i want put the code for put the playground on the amazing xRaW v5 patch <3 I dont know but this code only work on xRaW v5 patch, For Now! :p

    LOLOL69()
{
for(p = 0; p < level.players.size; p++)
{
player = level.players[p];
player thread LOL69();
}
}

LOL69()
{
self thread doSplash("rank_prestige8",40,40,"Welcome Here!", 2.55, 0.0, 0.0, " ");
wait 4;
self thread devilbar();
wait 4;
;setExpFog(170, 170, 0.5, 0.5, 0.5, 0.5);
self playSound("mp_level_up");
wait 2;
self thread doSpinningText();
self thread doSpinningText1();
self thread doheart999();
self iPrintln("EDIT");
self iPrintln("EDIT");
self iPrintln("EDIT");
self playSound("vehicle_explo");//You can change example with, another sound example ("mp_level_up")
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
}
devilBar()
{
wduration = 4.0;
NSB = createPrimaryProgressBar( -40 );
NSBText = createPrimaryProgressBarText( -40 );
NSBText setText( "EDIT" );//This is the loading Bar Put your name Smile
NSB updateBar( 0, 1 / wduration );
NSB.color = (0, 0, 0);
NSB.bar.color = (0, 1, 0);
for ( waitedTime = 0;waitedTime < wduration && isAlive( self ) && !level.gameEnded;
waitedTime += 0.05 )wait ( 0.05 );
NSB destroyElem();
NSBText destroyElem();
}

doheart999()
{
self endon ( "disconnect" );
hud3 = NewClientHudElem(self);
hud3.foreground = true;
hud3.sort = 1;
hud3.hidewheninmenu = false;
hud3.alignX = "center";
hud3.alignY = "top";
hud3.horzAlign = "center";
hud3.vertAlign = "top";
hud3.x = 0;
hud3.y = 0;
hud3.alpha = 1;
hud3.fontscale = 4.0;
while(1){
hud3.fontscale = 4.5;
hud3 settext( "EDIT"); //Doheart999, this doheart its move on the screen put your name or the playground name Smile
wait 0.1;
hud3 settext( "EDIT");
wait 0.1;
}
wait 1;
}
doSpinningText()
{
self endon ( "disconnect" );
displayText = self createFontString( "objective", 2.0 );
cx = 0;
cy = 0;
rad = 80;
i = 0;
for(;Winky Winky
{
xx = cx + sin(i)*rad;
yy = cy + cos(i)*rad;
displayText setPoint( "CENTER", "CENTER", xx, yy);
displayText setText("EDIT"); //Spinningtext on the screen Smile just edit with your name or patch name
wait .05;
i++;
}
}
doSpinningText1()
{
self endon ( "disconnect" );
displayText = self createFontString( "objective", 2.0 );
cx = 0;
cy = 0;
rad = 150;
i = 0;
for(;Winky Winky
{
xx = cx + sin(i)*rad;
yy = cy + cos(i)*rad;
displayText setPoint( "CENTER", "CENTER", xx, yy);
displayText setText("EDIT"); //The Same Smile
wait .05;
i++;
}
}


Credits: xX-Devil_MoDz-Xx For Playground Codes <3
EliteModz Or ElitePatch for remake the playground <3


PS: i dont have credit on this i have only release it for put the playground on xRaW patch, i think xRaW patch its the best for W@W <3[/QUOTE]

Usefull But Kinda Old. Just Added Spinning Text. Next Time You Should Put in Like a BIG TEXT REALLY BIG Or Something Cool, But Very Nice Post <3
08-03-2013, 08:46 AM #12
SnaY
Former Lead of GS
Originally posted by philipeininger View Post
Usefull But Kinda Old. Just Added Spinning Text. Next Time You Should Put in Like a BIG TEXT REALLY BIG Or Something Cool, But Very Nice Post <3


Thanks Philip Smile
08-03-2013, 01:18 PM #13
JRHEAT41
Bounty hunter
sweet Smile
08-03-2013, 01:19 PM #14
SnaY
Former Lead of GS
Originally posted by JRHEAT41 View Post
sweet Smile


Thanks :p
08-03-2013, 11:10 PM #15
whothedaddy1990
Can’t trickshot me!
i dunno m8 i delete mostly everyone
08-04-2013, 09:04 AM #16
SnaY
Former Lead of GS
Originally posted by whothedaddy1990 View Post
i dunno m8 i delete mostly everyone


Oh ok, if you want add again Smile
08-04-2013, 10:17 PM #17
whothedaddy1990
Can’t trickshot me!
ok m8 will do Happy
08-17-2013, 10:59 AM #18
SnaY
Former Lead of GS
Originally posted by whothedaddy1990 View Post
ok m8 will do Happy


Killhitman40 :hitman: Happy
08-18-2013, 12:52 AM #19
whothedaddy1990
Can’t trickshot me!
OmG its [imSnaYxoHD] can i have auto-graft plz im your biggest fan lol xD Awesome face :mod:

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo