Why is sscanf2 giving me an argument mismatch (argument 1)
#1

No idea why, but this line of code is just returning error "Argument Mismatch (argument 1)"

pawn Код:
CMD:spawncar(playerid, params)
    {
        new vehicle;
       
        if(sscanf(params, "d", vehicle))
        {
            SendClientMessage(playerid, clr_White, "Why");
        }
        return 1;
    }
Reply


Messages In This Thread
Why is sscanf2 giving me an argument mismatch (argument 1) - by sammp - 28.04.2015, 18:59
Re: Why is sscanf2 giving me an argument mismatch (argument 1) - by ATGOggy - 28.04.2015, 19:01
Re: Why is sscanf2 giving me an argument mismatch (argument 1) - by J4Rr3x - 28.04.2015, 19:02
Re: Why is sscanf2 giving me an argument mismatch (argument 1) - by sammp - 28.04.2015, 19:16
Re: Why is sscanf2 giving me an argument mismatch (argument 1) - by J4Rr3x - 28.04.2015, 19:16

Forum Jump:


Users browsing this thread: 1 Guest(s)