Houses PickUp's
#10

Here is the gode guys

Код:
	for(new h = 0; h < sizeof(HouseInfo); h++)
	{
		if(HouseInfo[h][hOwned] == 0)
		{
            Create3DTextLabel("[Property]",0x00AE00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75, 25.0, 0);
			HouseInfo[h][hPickupID]=CreateDynamicPickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
			pickups++;
		}
		if(HouseInfo[h][hOwned] == 1)
		{
            Create3DTextLabel("[Property]",0x00AE00FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75, 25.0, 0);
			HouseInfo[h][hPickupID]=CreateDynamicPickup(1239, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
			pickups++;
		}
	}
what should i do to make them chekpoints , and btw i tried to put // to disable'em and it worked , the pickup's disappeared
Reply


Messages In This Thread
Houses PickUp's - Plz Read all the posts - by Jaber_Brown - 27.01.2011, 19:27
Re: Houses PickUp's - by 1337connor - 27.01.2011, 19:29
Re: Houses PickUp's - by Jaber_Brown - 27.01.2011, 19:32
Re: Houses PickUp's - by Jaber_Brown - 27.01.2011, 19:33
Re: Houses PickUp's - by Luis- - 27.01.2011, 19:34
Re: Houses PickUp's - by Jaber_Brown - 27.01.2011, 19:35
Re: Houses PickUp's - by Jaber_Brown - 27.01.2011, 19:42
Re: Houses PickUp's - by xemper - 27.01.2011, 20:16
Re: Houses PickUp's - by viKKmaN - 27.01.2011, 20:26
Re: Houses PickUp's - by Jaber_Brown - 27.01.2011, 21:49

Forum Jump:


Users browsing this thread: 6 Guest(s)