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

pawn Код:
TextSet(Text:FNC, const b[], const e[])
{
     foreach(Player, i)
     {
        if(LANGUAGE[i] == 1) // balkan
        {
            TextDrawSetString(Text:FNC, b); // error line
            return true;
        }
        else if(LANGUAGE[i] == 2) // english
        {
            TextDrawSetString(Text:FNC, e); // error line
            return true;
        }
     }
     return true;
}
And When i Use

pawn Код:
TextSet(LittleStats[playerid],"VOLIM TE!","I LOVE YOU!");
I get this errors:

PHP код:

 error 035
argument type mismatch (argument 2)
error 035argument type mismatch (argument 2)
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
2 Errors

Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by [H]265 - 17.05.2011, 22:39
Re: error 035: argument type mismatch (argument 2) - by lowrida018 - 17.05.2011, 23:04
Re: error 035: argument type mismatch (argument 2) - by Jefff - 17.05.2011, 23:04
Re: error 035: argument type mismatch (argument 2) - by [H]265 - 18.05.2011, 12:39
Re: error 035: argument type mismatch (argument 2) - by MadeMan - 18.05.2011, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)