[HELP] Pickups at house entry
#1

So, it displays the pickup at the entry for house number '0', there are in total 40 houses. Can anyone shed some light on as to why this is? Thanks!

Код:
	for (new idx=0; idx<totalhouses; idx++)
{
if(HouseInfo[idx][hOwned] == 0)
			{
				AddStaticPickup(1273, 2, HouseInfo[idx][hEntrancex], HouseInfo[idx][hEntrancey], HouseInfo[idx][hEntrancez]);
				pickups++;
			}
			if(HouseInfo[idx][hOwned] == 1)
			{
				AddStaticPickup(1239, 2, HouseInfo[idx][hEntrancex], HouseInfo[idx][hEntrancey], HouseInfo[idx][hEntrancez]);
				pickups++;
			}
}
Reply


Messages In This Thread
[HELP] Pickups at house entry - by leestrong7 - 12.11.2009, 17:01
Re: [HELP] Pickups at house entry - by WackoX - 12.11.2009, 17:04
Re: [HELP] Pickups at house entry - by leestrong7 - 12.11.2009, 17:05
Re: [HELP] Pickups at house entry - by Gergo1352 - 12.11.2009, 17:32
Re: [HELP] Pickups at house entry - by leestrong7 - 12.11.2009, 17:33
Re: [HELP] Pickups at house entry - by Gergo1352 - 12.11.2009, 17:38
Re: [HELP] Pickups at house entry - by leestrong7 - 12.11.2009, 17:39
Re: [HELP] Pickups at house entry - by leestrong7 - 12.11.2009, 17:42

Forum Jump:


Users browsing this thread: 1 Guest(s)