13.05.2015, 20:53
Run time error 4:
I guess when a player hasn't entered a house/business, the variable is set to a value that it's not between 0 and size of House/Business Info arrays.
Maybe you forgot to assign the house/business when a player enters?
pawn Код:
HouseInfo[houseEntered{playerid}][...]
// and
BusinessInfo[bizEntered{playerid}][...]
Maybe you forgot to assign the house/business when a player enters?