Heya people.. i've follow the qet123 ugrade tutorial at 100% i think... cant see errors but this is my problem:
http://i48.tinypic.com/xnhp9y.jpg
Heya people.. i've follow the qet123 ugrade tutorial at 100% i think... cant see errors but this is my problem:
http://i48.tinypic.com/xnhp9y.jpg
what are we looking at? the --Lv? do u want it to be (97) or (--)
I want Administrator same at GameModerator!.. please help! i've try MANY times but same error
add me on msn - chrismiskin1@hotmail.co.uk skype - DeluxeGamers
Search this;
bool ZCharacter::IsAdminName()
{
if(m_MInitialInfo.Ref().nUGradeID == MMUG_DEVELOPER ||
m_MInitialInfo.Ref().nUGradeID == MMUG_ADMIN)
return true;
return false;
}
Make sure it looks like that.
Check this;
#define ZCOLOR_ADMIN_NAME 0xFF[HEX] //Admin Color
Make sure it looks like that.