3dtext label not showing
#2

Quote:
Originally Posted by PowerF
Посмотреть сообщение
Код:
				new labelstring[200];
				switch(houseStuff[i][house_bought])
				{
					case 0: // For Sale
					{
						houseStuff[i][label] = CreateDynamic3DTextLabel("{58D3F7}[FOR SALE]", COLOR_WHITE, houseStuff[i][houseX], houseStuff[i][houseY], houseStuff[i][houseZ] + 0.2, 25.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 0, 0, -1, 25.0);

						format(labelstring, sizeof(labelstring), "{FFFFFF}/buyhouse {FFDC2E}%i {FFFFFF}\nPrice: {FFDC2E}$%i", houseStuff[i][house_id], houseStuff[i][house_price]);
					}
					case 1: // Owned
					{
						houseStuff[i][label] = ("{58D3F7}[ALT TO ENTER]", COLOR_WHITE, houseStuff[i][houseX], houseStuff[i][houseY], houseStuff[i][houseZ] + 0.2, 25.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 0, 0, -1, 25.0);
						format(labelstring, sizeof(labelstring), "{FFFFFF}Owner: {FFDC2E}%s\n{FFFFFF}House ID: {FFDC2E}%i\n{FFFFFF}Price: {FFDC2E}$%i", houseStuff[i][house_owner], houseStuff[i][house_id], houseStuff[i][house_price]);
					}
				}
try this
Reply


Messages In This Thread
3dtext label not showing - by PowerF - 22.07.2015, 14:23
Re: 3dtext label not showing - by simo0000 - 22.07.2015, 15:34
Re: 3dtext label not showing - by Isolated - 22.07.2015, 15:40
Re: 3dtext label not showing - by DaniceMcHarley - 22.07.2015, 15:41

Forum Jump:


Users browsing this thread: 1 Guest(s)