Yeah its not just 4 Function Its all Function For the Menu Like:
///////////////////////
//menu bools
int submenu = 0;
int submenuLevel;
int lastSubmenu[20];
int lastOption[20];
bool showCoords;
bool showInfos;
bool newTimerTick = true;
int maxTimerCount;
int currentOption;
int optionCount;
bool optionPress = false;
int selectedPlayer;
bool test = false;
float titlex = 0.845f;
float titlebox = 0.845f;
float menutext = 0.745f;
float backx = 0.845f;
bool centerd = false;
int width = 30;
int titleTextRed = 255;
int titleTextGreen = 255;
int titleTextBlue = 255;
int titleTextOpacity = 255;
/////////////////////////////
int menutextcolor[4] = { titleTextRed, titleTextGreen, titleTextBlue, titleTextOpacity };
int titleTextFont = 7;
int titleRectRed = 20;
int titleRectGreen = 20;
int titleRectBlue = 20;
int titleRectOpacity = 255;//
/////////////////////////
int backgroundRed = 15;
int backgroundGreen = 15;
int backgroundBlue = 15;
int backgroundOpacity = 220;
////////////////////////////////
int optionsRed = 255;
int optionsGreen = 255;
int optionsBlue = 255;
int optionsOpacity = 255;
int optionsFont = 6;
/////////////////////////////
int scrollerRed = 220;
int scrollerGreen = 220;
int scrollerBlue = 220;
int scrollerOpacity = 190;
/////////////////////////////
int highlightRed = 49;
int highlightGreen = 65;
int highlightBlue = 185;
int highlightOpacity = 255;
//////////////////////////////
int indicatorRed = 255;//
int indicatorGreen = 44;//
int indicatorBlue = 55;
int indicatorOpacity = 255;
So its for thise i need help because i d'ont Know where the Problem Come ..