big ears system not working
#4

Quote:
Originally Posted by ChristianIvann09
Посмотреть сообщение
I think this one.. i dont know which of them.

Код:
stock SendClientMessageEx(playerid, color, string[])
{
	if(InsideMainMenu[playerid] == 1 || InsideTut[playerid] == 1 || ActiveChatbox[playerid] == 0)
		return 0;

	else SendClientMessage(playerid, color, string);
	return 1;
}
Код:
stock ICNews(color, string[]) {
	foreach(Player, i) {
	    if(gNews[i] == 0)
	        SendClientMessageEx(i, color, string);
	}
	
	return 1;
}
I wrote wrong, it was my mistake. Check the post above.
Reply


Messages In This Thread
big ears system not working - by ChristianIvann09 - 17.03.2014, 11:48
Re: big ears system not working - by Calabresi - 17.03.2014, 11:53
Re: big ears system not working - by ChristianIvann09 - 17.03.2014, 11:59
Re: big ears system not working - by Calabresi - 17.03.2014, 11:59
Re: big ears system not working - by ChristianIvann09 - 17.03.2014, 12:09
Re: big ears system not working - by ChristianIvann09 - 17.03.2014, 13:26
Re: big ears system not working - by ChristianIvann09 - 17.03.2014, 21:53
Re: big ears system not working - by Calabresi - 17.03.2014, 21:58
Re: big ears system not working - by ChristianIvann09 - 17.03.2014, 22:20
Re: big ears system not working - by Calabresi - 17.03.2014, 22:24

Forum Jump:


Users browsing this thread: 2 Guest(s)