List dialog item
#1

I have a dealership command and instead of showing Tahoma in the list it is shown as {.

This is the piece of code for that list
Код:
			if(listitem == 0)
			{
				new stringzz[10000],stringy[10000];
				for(new xf = 0; xf < MAX_PERSONAL_CARS; xf++)
				{
					if(Stock[xf][vType] == 1)
					{
						format(stringy, sizeof(stringy), "{ffffff}%s ( %d{33cc33}${ffffff} ) ( {00FFFF}%d {ffffff}cars in stock)\n", Stock[xf][vName], Stock[xf][vPrice], Stock[xf][vStock]);
						strcat(stringzz,stringy);
					}
				}
				ShowPlayerDialog(playerid, DIALOG_CARBUY2, DIALOG_STYLE_LIST, "Buy a car", stringzz, "Select", "Close");
			}
And this is a screenshot of the problem


Does anyone know what the problem is ?
Reply


Messages In This Thread
List dialog item - by Maheegan - 20.08.2017, 08:00
Re: List dialog item - by Kane - 20.08.2017, 08:31
Re: List dialog item - by DimaShift - 20.08.2017, 08:32
Re: List dialog item - by Bolex_ - 20.08.2017, 09:18
Re: List dialog item - by Maheegan - 20.08.2017, 09:28
Re: List dialog item - by Kane - 20.08.2017, 09:30
Re: List dialog item - by Maheegan - 20.08.2017, 09:37
Re: List dialog item - by Kane - 20.08.2017, 09:59
Re: List dialog item - by Vince - 20.08.2017, 10:18

Forum Jump:


Users browsing this thread: 1 Guest(s)