OnPlayerText
#6

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:
PHP код:
new HouseBuy1[MAX_PLAYERS]; 
That also requires you to change the variable wherever else it has been used.
Reply


Messages In This Thread
OnPlayerText - by Thanks - 13.05.2017, 15:47
Respuesta: OnPlayerText - by Ignaciodmr - 13.05.2017, 15:51
Respuesta: OnPlayerText - by Ignaciodmr - 13.05.2017, 15:53
Re: OnPlayerText - by Thanks - 13.05.2017, 15:54
Respuesta: OnPlayerText - by Ignaciodmr - 13.05.2017, 16:14
Re: OnPlayerText - by Tord - 13.05.2017, 16:17
Re: OnPlayerText - by RedRex - 13.05.2017, 16:19
Re: OnPlayerText - by Tord - 13.05.2017, 16:22
Re: OnPlayerText - by ProBro - 13.05.2017, 23:40

Forum Jump:


Users browsing this thread: 1 Guest(s)