Welcome to xCoDeZz

The Home of CSS, Wii, And PSP Codes

Please Login or Register now! thank you

Benefits of Registering?

You will get unlimited access to the forums, You will get to see the codes section when ever you want, and you get to chat with other members, We try our best, posting codes, quick and fast, so that you can enjoy your experience here @ xCoDeZz

Already a Member? Login Below




Forgot Your Password?
Log me on automatically each visit:

Not a member yet? Register!





Can someone help me do an edit? Returntop


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Can someone help me do an edit? Empty Can someone help me do an edit? 29/8/2012, 6:54 pm

AsTrO

Administrator

Administrator

AsTrO
Could someone help me do an edit or Rewind Mods I need some help.

[GOW]GOD/OF/S3X

Super Mod
Super Mod

[GOW]GOD/OF/S3X
be more specific re:what game? what do you want?....ect

AsTrO

Administrator

Administrator

AsTrO
Black Ops I need a new stat editor added and some text scripts

Starburst

Lead Moderator
Lead Moderator

Starburst
ill help you but were going to need to talk you have skype?

AsTrO

Administrator

Administrator

AsTrO
Starburst wrote:ill help you but were going to need to talk you have skype?
Yes I do add me pred.smm but I wont be on until a little bit

Starburst

Lead Moderator
Lead Moderator

Starburst
AsTrO wrote:
Starburst wrote:ill help you but were going to need to talk you have skype?
Yes I do add me pred.smm but I wont be on until a little bit
OK thats fine i wont be on until a little bit anyways my skype name will be either FictionTV4u or S&S Starburst

AsTrO

Administrator

Administrator

AsTrO
k well this is what I want added


I would like to have a full working stat editor and these 2 scripts

[CSPOIL=Sliding Text]
Code:
welcomeText( Line1, Line2, speed, decayStart, decayDuration )
{
   for(;;)
   {
           r = randomint( 255 );
           g = randomint( 255 );
           b = randomint( 255 );
           Welcome[0] = self createFontString( "objective", 2 );
           Welcome[0] createElement( "center", "center", -1000, 70, 1, 10 );
           Welcome[1] = self createFontString( "objective", 2 );
           Welcome[1] createElement( "center", "center", 1000, 90, 1, 10 );
           Welcome[0] setText( Line1 );
           Welcome[1] setText( Line2 );
                   Welcome[0].glowAlpha = 1;
           Welcome[0].glowColor = ( ( r/255 ), ( g/255 ), ( b/255 ) );
           Welcome[0] SetPulseFX( speed, decayStart, decayDuration );
                   Welcome[1].glowAlpha = 1;
           Welcome[1].glowColor = ( ( r/255 ), ( g/255 ), ( b/255 ) );
           Welcome[1] SetPulseFX( speed, decayStart, decayDuration );
           Welcome[0] welcomeMover( 1.5, -90 );
           Welcome[1] welcomeMover( 1.5, 90 );
           wait 1.5;
           Welcome[0] welcomeMover( 4, 90 );
           Welcome[1] welcomeMover( 4, -90 );
           wait 4;
           Welcome[0] welcomeMover( 3, 1000 );
           Welcome[1] welcomeMover( 3, -1000 );
           wait 3;
                    Welcome[0] destroy();
           Welcome[1] destroy();
   }   
}
welcomeMover( timeOnMove, x )
{
   self moveOverTime( timeOnMove );
   self.x = x;
}

createElement( alignX, alignY, xOffset, yOffset, alpha, sort )
{
   self.x = xOffset;
   self.y = yOffset;
   self.alignX = alignX;
   self.alignY = alignY;
   self.horzAlign = alignX;
   self.vertAlign = alignY;
   self.alpha = alpha;
   self.sort = sort;
}
Code:
self thread welcomeText( "This Was made by", "MorderVonJuden", 136, 4900, 1500 );
[/CSPOIL]

[CSPOIL=Flashing Menu]
Code:
self thread doFlash(self.menuItem);
Code:
doFlash(element)
{
    r = randomint(255);
    g = randomint(255);
    b = randomint(255);
    for(;;)
        {
            element doFade( .75 );
            element.color=(r,g,b);
            wait .75;
        }


doFade( time )
{
   self FadeOverTime(time);
}
[/CSPOIL]

Here is the Menu That I would like it to be added in http://www.mediafire.com/?r8u86588guo5f70

Starburst

Lead Moderator
Lead Moderator

Starburst
ok i can do that with no problem gimi a few

AsTrO

Administrator

Administrator

AsTrO
Thanks but I need the full stat editor the original one for rewinds mods is terrible and barely works

NovaGfx

Private I

Private I

NovaGfx
hmmm... i thought you were a good enough modder to fix it yourself Sad

[GOW]GOD/OF/S3X

Super Mod
Super Mod

[GOW]GOD/OF/S3X
LOLOLOLOLOLOLOLOLOLOL Very Happy

Starburst

Lead Moderator
Lead Moderator

Starburst
NovaGfx wrote:hmmm... i thought you were a good enough modder to fix it yourself Sad
if he can do it himself then im not interested besides its not hard to add script's to a menu just look and compair to other menus and use nity's promote scripts to put in it

AsTrO

Administrator

Administrator

AsTrO
NovaGfx wrote:hmmm... i thought you were a good enough modder to fix it yourself Sad
Idk how to change a stat editor

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum