SA-MP Forums Archive
Remplace Checkpoints With Pickup's - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Remplace Checkpoints With Pickup's (/showthread.php?tid=217672)



Remplace Checkpoints With Pickup's - Jaber_Brown - 28.01.2011

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++;
		}
	}



Re: Remplace Checkpoints With Pickup's [UnSolved] - Jaber_Brown - 28.01.2011

I mean Remplace Pickup's with checkpoints lol


Re: Remplace Checkpoints With Pickup's - Jaber_Brown - 28.01.2011

up !!!


Re: Remplace Checkpoints With Pickup's - Jaber_Brown - 28.01.2011

No Body Helps