cmd problem
#1

Why this code returns: Unknown command?

pawn Код:
.--------------------------.
    new stringaz[300];
    new stringaz2[128];
   
    for(new i=0;i<=100; i++)
    {
        format(stringaz2,sizeof(stringaz2),"{F58C5B}1.{FFFFFF}%s",i,gps_name[i]);
        strins(stringaz,stringaz2,strlen(stringaz),sizeof(stringaz));
        if(i!=100)
        strins(stringaz,"\n",strlen(stringaz),sizeof(stringaz));
    }
    ShowPlayerDialog(playerid,GPSDIALOG,DIALOG_STYLE_LIST,"Select",stringaz,"Go","Close");
    return 1;
.--------------------------.
Reply


Messages In This Thread
cmd problem - by ajwar - 14.08.2011, 17:53
Re: cmd problem - by Darnell - 14.08.2011, 18:00
Re: cmd problem - by ajwar - 14.08.2011, 18:37
Re: cmd problem - by HyperZ - 14.08.2011, 18:43
Re: cmd problem - by iPLEOMAX - 14.08.2011, 18:44
Re: cmd problem - by ajwar - 14.08.2011, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)