How set interiors ids
#8

I replace all entrances for Jay's diner (457.304748,-88.428497,999.554687) to Saint Marks Bistro (-750.80,491.00,1371.70).

Код:
{
				                BizzInfo[houseid][bExitX] = 460.265411;
						BizzInfo[houseid][bExitY] = -88.611503;
						BizzInfo[houseid][bExitZ] = 1371.70;

						BizzInfo[houseid][bBuyPrice] = 300000;
						BizzInfo[houseid][bLevelNeeded] = 5;
						BizzInfo[houseid][bInterior] = 4;
						BizzInfo[houseid][bInteriorNr] = 38;

						strmid(BizzInfo[houseid][bMessage],"Restaurant",0,strlen("Restaurant"),255);
					}
to

Код:
{
				                BizzInfo[houseid][bExitX] = -750.80;
						BizzInfo[houseid][bExitY] = 491.00;
						BizzInfo[houseid][bExitZ] = 999.554687;

						BizzInfo[houseid][bBuyPrice] = 300000;
						BizzInfo[houseid][bLevelNeeded] = 5;
						BizzInfo[houseid][bInterior] = 1;
						BizzInfo[houseid][bInteriorNr] = 38;

						strmid(BizzInfo[houseid][bMessage],"Restaurant",0,strlen("Restaurant"),255);
					}
Reply


Messages In This Thread
How set interiors ids - by DexterBR - 26.11.2012, 19:58
Re: How set interiors ids - by DaRoderick - 26.11.2012, 19:59
Re: How set interiors ids - by jueix - 26.11.2012, 20:01
AW: How set interiors ids - by Blackazur - 26.11.2012, 20:03
Re: How set interiors ids - by DexterBR - 26.11.2012, 20:20
AW: How set interiors ids - by Blackazur - 26.11.2012, 20:24
Re: How set interiors ids - by SmithyComp - 26.11.2012, 20:26
Re: How set interiors ids - by DexterBR - 26.11.2012, 20:30
Re: How set interiors ids - by DexterBR - 26.11.2012, 20:36
Re: How set interiors ids - by DexterBR - 26.11.2012, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)