Need help. 1 error 2 lines. (argument 2)
#1

Код:
public SendAdminMessage(color, string[])
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))//this line
		{//this line
		    if(PlayerInfo[i][pAdmin] >= 1)
		    {
				SendClientMessage(i, color, string);
			}
		}
	}
}


error 035: argument type mismatch (argument 2)
Thx for helping me
Reply


Messages In This Thread
Need help. 1 error 2 lines. (argument 2) - by Request - 09.01.2012, 13:53
Re: Need help. 1 error 2 lines. (argument 2) - by Konstantinos - 09.01.2012, 13:56
Re: Need help. 1 error 2 lines. (argument 2) - by Request - 09.01.2012, 13:58
Re: Need help. 1 error 2 lines. (argument 2) - by Request - 09.01.2012, 14:21
Re: Need help. 1 error 2 lines. (argument 2) - by Request - 09.01.2012, 15:24
Re: Need help. 1 error 2 lines. (argument 2) - by [BG]Gamer - 09.01.2012, 16:44
Re: Need help. 1 error 2 lines. (argument 2) - by Request - 09.01.2012, 17:02

Forum Jump:


Users browsing this thread: 2 Guest(s)