22.07.2011, 15:12
Change the line to the below one:
And it doesn't print the real current id because, for some reason the current house is 1, which is marked as invalid. Recheck "CurrentHouse[playerid]".
pawn Код:
if(CurrentHouse[playerid] == INVALID_HOUSE_ID)
{
return 1;
}

