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

it's not problem in that...i paste wrong code, fix:

pawn Код:
TextSet(Text:FNC, const b[], const e[])
{
     foreach(Player, i)
     {
        if(PLAYER_JEZIK[i] == 1) // balkan
        {
            TextDrawSetString(Text:FNC, b);
            return true;
        }
        else if(PLAYER_JEZIK[i] == 2) // english
        {
            TextDrawSetString(Text:FNC, e);
            return true;
        }
     }
     return true;
}
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)