Please help. Vehicle Colours
#5

Or Try This ...
Код:
CMD:clist(playerid, params[])
{
new
    info[3343],
    count = -1;

for (new i; i != sizeof (gVehicleColors); ++i)
{
    format(info, sizeof (info), "%s{%06x}#%03i ", info, gVehicleColors[i] >>> 8, i);
    if (++count == 15)
    {
        strcat(info, "\n", sizeof (info));
        count = -1;
	}
	}
	ShowPlayerDialog(playerid, 9666, DIALOG_STYLE_MSGBOX, "Vehicle Colours", info, "Close", "");
return 1;
}
Reply


Messages In This Thread
Please help. Vehicle Colours - by 7emfic - 03.06.2014, 16:14
Re: Please help. Vehicle Colours - by rockhopper - 03.06.2014, 16:37
Re: Please help. Vehicle Colours - by 7emfic - 03.06.2014, 16:47
Re: Please help. Vehicle Colours - by rockhopper - 03.06.2014, 16:50
Re: Please help. Vehicle Colours - by rockhopper - 03.06.2014, 16:52
Re: Please help. Vehicle Colours - by 7emfic - 03.06.2014, 16:59
Re: Please help. Vehicle Colours - by 7emfic - 03.06.2014, 17:04

Forum Jump:


Users browsing this thread: 1 Guest(s)