Error Code. [NEED FIXING]
#1

Hello all can you fix my error code, thanks in advance.

pawn Код:
public GetVehicleModelIDFromName(vname[])
{
        for(new i = 0; i < 211; i++)
        {
//Error line        if ( strfind(VehicleNames[i], vname, true) != -1 )
            return i + 400;
        }
        return -1;
}
Error Code:
Код:
argument type mismatch (argument 2)
Thanks.
Reply
#2

Hmm
Show me this: VehicleNames[i]
Reply
#3

I fixed it
Thanks anyways FireCat
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)