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

It should look like something like that, if I am correct
pawn Код:
stock strmatch(const String1[], const String2[])
{
    if ((strcmp(String1, String2, true, strlen(String2)) == 0) && (strlen(String2) == strlen(String1)))
    {
        return true;
    }
    else
    {
        return false;
    }
}
Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by rati555 - 08.11.2011, 17:21
Re: error 035: argument type mismatch (argument 2) - by SmiT - 08.11.2011, 17:40
Re: error 035: argument type mismatch (argument 2) - by Kostas' - 08.11.2011, 17:51
Re: error 035: argument type mismatch (argument 2) - by BlackSA - 08.11.2011, 19:47

Forum Jump:


Users browsing this thread: 1 Guest(s)