06.04.2014, 17:50
Fixed it.
This was causing the error so I made a custom stock to replace it. Thanks a lot though!
This was causing the error so I made a custom stock to replace it. Thanks a lot though!
pawn Код:
for(new i = 1; i < MAX_HOUSES; i++)
{
if(HouseInfo[i][EPosX] == 1)
{
houseid = i;
break;
}
}