yo, does someone know where i can change the ugradeid colors? i managed to edit their tag in-game already, i just dont know what .cpp or .h file i should go to edit their colour, i'm using sahar's files.
Code:case 255 : wsprintf(szText, "[Owner]%s : %s", szName , szChat); break; case 254: wsprintf(szText, "[GameMaster]%s : %s", szName , szChat); break; case 252: wsprintf(szText, "[Developer]%s : %s", szName , szChat); break; case 2: wsprintf(szText, "[EventWinner]%s : %s", szName , szChat); break; case 3: wsprintf(szText, "[VIP]%s : %s", szName , szChat); break; case 4: wsprintf(szText, "[VIP]%s : %s", szName , szChat); break; case 5: wsprintf(szText, "[VIP]%s : %s", szName , szChat); break; }


Reply With Quote


