Raised This Month: $12 Target: $400
 3% 

motd arrange


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Loupu.
Member
Join Date: Jul 2013
Old 07-26-2015 , 09:25   motd arrange
Reply With Quote #1

How to make first 3 places be colored?

PHP Code:
 case QueryTop15:
        {
            if ( 
SQL_NumResultsQuery ) )
            {
                new 
iLen 0;
                
iLen format(sBuffer2047"<body bgcolor=black><font color=green><pre>");
                
iLen += format(sBuffer[iLen], 2047 iLen"%2s %-22.22s %6s^n""#""Nume Jucator""Ace-uri");
                
                while ( 
SQL_MoreResultsQuery ) )
                {
                    
SQL_ReadResultQuery szName charsmaxszName ) ); 
                    
iAces SQL_ReadResultQuery ); 
                    
num_to_striAces szAces charsmaxszAces ) );
                    
                    
SQL_NextRowQuery );
                    
                   
                    
iLen += format(sBuffer[iLen], 2047 iLen"%2d %-22.22s %6s^n<br>" , ++iTop15 szName szAces );
                }

                
                
show_motdData] , sBuffer );
            }
        }
            } 

Last edited by Loupu.; 07-26-2015 at 10:01.
Loupu. is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode