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

PHP код:
    CMD:spawncar(playeridparams[])
    {
        new 
vehicle;
        
        if(
sscanf(params"d"vehicle))
        {
            
SendClientMessage(playeridclr_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)