Error in sscanf
#1

PHP код:
CMD:inv(playerid,params[])
{
    new 
string[256],listitems[512],idinv;
    for(new 
ii<MAX_PLAYER_INVENTARi++)
    {
        
idinv++;
        
format(stringsizeof(string),"[%d]Slot - %d\n",i+1,PlayerInentar[playerid][i+1]);
        
strins(listitemsstringstrlen(listitems), strlen(string));
    }
    
ShowPlayerDialog(playerid,DIALOG_INVENTAR,DIALOG_STYLE_LIST,""#NAME_MODE"Stats",listitems,"Ок","Выбросить");
    
return 1;

Error: sscanf warning: Format specifier does not match parameter count
Help me plz!
Reply
#2

So ehm, where do you use sscanf in that command? xD
Reply
#3

What to do?
Or how to bypass?
Reply
#4

As Vince just said, in the script you have posted there's not any sscanf line... so how do you expect us to fix it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)