cmd problem
#4

pawn Код:
YCMD:gps(playerid, params[], help)
{
    #pragma unused params
    if (help) return SendClientMessage(playerid, -1, "Help:");
    new stringaz[256];
    new stringaz2[128];

    for(new i=0;i<=100; i++)
    {
        format(stringaz2,sizeof(stringaz2),"%d.%s",i,gps_name[i]);
        if(i!=100)
        strins(stringaz,"\n",strlen(stringaz),sizeof(stringaz));
    }
    ShowPlayerDialog(playerid,GPSDIALOG,DIALOG_STYLE_LIST,"Place",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)