Remplace Checkpoints With Pickup's
#1

i have houses in LS , just like this pickup's


but i want to remove the pickups and add checkpoints .. and this is the Ipckup code

Код:
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++;
		}
	}
Reply


Messages In This Thread
Remplace Checkpoints With Pickup's - by Jaber_Brown - 28.01.2011, 15:32
Re: Remplace Checkpoints With Pickup's [UnSolved] - by Jaber_Brown - 28.01.2011, 15:38
Re: Remplace Checkpoints With Pickup's - by Jaber_Brown - 28.01.2011, 17:44
Re: Remplace Checkpoints With Pickup's - by Jaber_Brown - 28.01.2011, 18:18

Forum Jump:


Users browsing this thread: 2 Guest(s)