SA-MP Forums Archive
need help with this - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: need help with this (/showthread.php?tid=635659)



need help with this - Stormfire - 11.06.2017

fixed removed


Re: need help with this - AShop - 11.06.2017

Код:
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);
	}
}