Issue with loop causing lag.
#7

Код:
SendToAdmins(color, Message[])
{
	foreach(new i : Player)
	{
	      if(!IsPlayerAdmin(i)) continue;
	      SCM(i, color, Message);
	}
	return 1;
}
Replace the red text with the variable you want to name as the admin
Reply


Messages In This Thread
Issue with loop causing lag. - by MBilal - 18.12.2017, 17:35
Re: Issue with loop causing lag. - by buburuzu19 - 18.12.2017, 17:40
Re: Issue with loop causing lag. - by Eoussama - 18.12.2017, 17:43
Re: Issue with loop causing lag. - by MBilal - 18.12.2017, 17:43
Re: Issue with loop causing lag. - by Eoussama - 18.12.2017, 17:47
Re: Issue with loop causing lag. - by MBilal - 18.12.2017, 17:57
Re: Issue with loop causing lag. - by 0x88 - 19.12.2017, 09:18
Re: Issue with loop causing lag. - by DeitY - 19.12.2017, 10:12
Re: Issue with loop causing lag. - by jasperschellekens - 19.12.2017, 10:22
Re: Issue with loop causing lag. - by MBilal - 19.12.2017, 12:14

Forum Jump:


Users browsing this thread: 4 Guest(s)