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

PHP код:
public OnPlayerRequestSpawn(playerid)
{
    new 
team1count GetTeamCount(1);
    new 
team2count GetTeamCount(2);
    switch(
gTeam[playerid])
    {
        case 
0:
        {
            if(
team1count team2count)
            {
                
SendClientMessage(playeridred,"You need to balance both team!");//this line
                
return 0;
            }
        }
        case 
1:
        {
            if(
team2count team1count)
            {
                
SendClientMessage(playeridred,"You need to balance both team!");//this line
                
return 0;
            }
          }
       }
       return 
1;

PHP код:
 error 035argument type mismatch (argument 2
Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by Sh4d0w2 - 04.11.2015, 01:34
Re: error 035: argument type mismatch (argument 2) - by Crayder - 04.11.2015, 01:39
Re: error 035: argument type mismatch (argument 2) - by Sh4d0w2 - 04.11.2015, 01:56
Re: error 035: argument type mismatch (argument 2) - by Crayder - 04.11.2015, 02:02
Re: error 035: argument type mismatch (argument 2) - by Sh4d0w2 - 04.11.2015, 02:06

Forum Jump:


Users browsing this thread: 1 Guest(s)