View Single Post
husam124
BANNED
Join Date: Jul 2017
Location: Usa
Old 01-13-2021 , 04:23   Re: how to apply this into data/lang
Reply With Quote #8

the problem is in this code
Code:
new g_iDataColors[][][] = 
{
	{"ML_WHITE", "255", "255", "255"},
	{"ML_RED", "255", "0", "0"},
	{"ML_GOLD", "255", "165", "0"},
	{"ML_YELLOW","255", "255", "0"},
	{"ML_GREEN", "0", "255", "0"},
	{"ML_BLUE", "0", "255", "255"},
	{"ML_PURPLE", "0", "0", "255"},
	{"ML_PINK", "128", "0", "128"}
};
after joining server it doesnt say ML_NOTFOUND:ML_WHITE it counts ML_WHITE as a normal name without directing it to data/lang
husam124 is offline
Send a message via ICQ to husam124 Send a message via AIM to husam124 Send a message via Yahoo to husam124 Send a message via Skype™ to husam124