Register for your free account! | Forgot your password?

You last visited: Today at 19:33

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Question...

Discussion on Question... within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2013
Posts: 47
Received Thanks: 0
Question...

Hellp me change color name ADM for Black in Sorce pls
ramom155 is offline  
Old 07/22/2014, 13:04   #2
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 0
The Black Market: 517/0/0
Join Date: Jan 2012
Posts: 16,489
Received Thanks: 3,511
Mover.h -> define the Color (for example ...
Code:
#define COLOR_ADMINISTRATOR     0xffAE2D2D // <---- Here you need put your color in hex.
)

MoverRender.cpp -> AUTH_ADMINISTRATOR (for example...

Code:
if( m_dwAuthorization >= AUTH_ADMINISTRATOR ) // Admin color
			dwColor = COLOR_ADMINISTRATOR;


if(m_dwAuthorization >= AUTH_ADMINISTRATOR)
		{
			CString strName;
			strName = szName;
			strName += " [Admin]";
			strcpy( szName, (LPCTSTR)strName );

                }
Lumi is offline  
Old 07/22/2014, 13:12   #3
 
Shinji-MRT's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 155
Received Thanks: 62
Wop Lumi war schneller xD

Look for
Code:
#define COLOR_GAMEMASTER        0xff // <- color hex code...
#define COLOR_ADMINISTRATOR     0xff9e1021 // <- bad red in my case
//
Change it to your Color you wanted...

#Please Use SUFU next time

~Shinji
Shinji-MRT is offline  
Thanks
1 User
Old 07/23/2014, 16:46   #4
 
elite*gold: 0
Join Date: Oct 2013
Posts: 47
Received Thanks: 0
Tanks.
ramom155 is offline  
Old 07/23/2014, 23:35   #5
 
elite*gold: 0
Join Date: Nov 2013
Posts: 100
Received Thanks: 55
Quote:
Originally Posted by Shinji-MRT View Post
Wop Lumi war schneller xD

Look for
Code:
#define COLOR_GAMEMASTER        0xff // <- color hex code...
#define COLOR_ADMINISTRATOR     0xff9e1021 // <- bad red in my case
//
Change it to your Color you wanted...

#Please Use SUFU next time

~Shinji
Using German words while communicating with an english person..

404 brain not found
AsuraDeveloper is offline  
Thanks
1 User
Reply




All times are GMT +2. The time now is 19:33.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.