need help with this
#1

fixed removed
Reply
#2

Код:
for (new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
{
	if (adlvl[i] <2)
	{
		format(str, sizeof(str), "%s: {FF3300}%s {FFFFFF}| {1975FF}%s {33CC00}| %s", name, country, isp, city);
		SendClientMessage( i, -1, str);
	}
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)