[HELP] PICKUP'S PROBLEM
#1

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++;
		}
	}
I tried remplacing Setplayercheckpoint with Createdynamicpickup , but didnt work and the pickups disappeared
Reply


Messages In This Thread
[HELP] PICKUP'S PROBLEM - by Jaber_Brown - 29.01.2011, 10:42
Re: [HELP] PICKUP'S PROBLEM - by Steven Paul - 29.01.2011, 10:44
Re: [HELP] PICKUP'S PROBLEM - by Jaber_Brown - 29.01.2011, 10:47
Re: [HELP] PICKUP'S PROBLEM - by Jaber_Brown - 29.01.2011, 10:48
Re: [HELP] PICKUP'S PROBLEM - by Steven Paul - 29.01.2011, 11:01
Re: [HELP] PICKUP'S PROBLEM - by Jaber_Brown - 29.01.2011, 11:58
Re: [HELP] PICKUP'S PROBLEM - by TeeQ - 29.01.2011, 12:04
Re: [HELP] PICKUP'S PROBLEM - by Cameltoe - 29.01.2011, 12:10
Re: [HELP] PICKUP'S PROBLEM - by Jaber_Brown - 29.01.2011, 12:15
Re: [HELP] PICKUP'S PROBLEM - by Jaber_Brown - 29.01.2011, 12:18

Forum Jump:


Users browsing this thread: 1 Guest(s)