Quote:
Originally Posted by ******
Where do you set x?
|
No where, I've modified it, and it's the same problem
PHP код:
stock GetHouseObjects(houseid)
{
for(new i = 0; i != sizeof(FurnitureInfo); i++)
{
if(FurnitureInfo[i][fiHouse] == houseid) i++;
}
return 1;
}