error 035: argument type mismatch (argument 2)
#1

I keep getting 2 problems:
C:\Users\Wim\Desktop\sa\gamemodes\SATDM_v11.pwn( 5644 ) : error 035: argument type mismatch (argument 2)
C:\Users\Wim\Desktop\sa\gamemodes\SATDM_v11.pwn( 5648 ) : error 035: argument type mismatch (argument 2)
Heres the code:
Код:
forward IRC_ConnectDelay(tempircid);
public IRC_ConnectDelay(tempircid)
{
	switch (tempircid)
	{
		case 1:
		{
			gBotID[0] = IRC_Connect(IRC_SERVER, IRC_PORT, BOT_1_NICKNAME, BOT_1_REALNAME, BOT_1_USERNAME);
		}
		case 2:
		{
			gBotID[1] = IRC_Connect(IRC_SERVER, IRC_PORT, BOT_2_NICKNAME, BOT_2_REALNAME, BOT_2_USERNAME);
		}
	}
	return 1;
}
Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by Larsbehet - 15.07.2012, 08:55
Re: error 035: argument type mismatch (argument 2) - by Captain_Mani - 15.07.2012, 08:59
Re: error 035: argument type mismatch (argument 2) - by clarencecuzz - 15.07.2012, 09:33
Re: error 035: argument type mismatch (argument 2) - by Larsbehet - 15.07.2012, 12:03

Forum Jump:


Users browsing this thread: 2 Guest(s)