13.05.2017, 16:17
Most likely, HouseBuy1 is not defined with [MAX_PLAYERS] making it a variable, not an array.
That's what i can read from the error. In order to use HouseBuy1[playerid], make sure it's defined like this:
That also requires you to change the variable wherever else it has been used.
That's what i can read from the error. In order to use HouseBuy1[playerid], make sure it's defined like this:
PHP код:
new HouseBuy1[MAX_PLAYERS];