Nitro Errors
#3

pawn Код:
public OnFilterScriptInit()
{
    AutoNOS[MAX_PLAYERS] = true;
    return 1;
}
That's not how it works! Remove that and use this declaration instead:

pawn Код:
new bool:AutoNOS[MAX_PLAYERS] = {true, ...};
Reply


Messages In This Thread
Nitro Errors - by UnknownGamer - 14.12.2012, 04:41
Re: Nitro Errors - by Glad2BeHere - 14.12.2012, 04:44
Re: Nitro Errors - by Vince - 14.12.2012, 05:11

Forum Jump:


Users browsing this thread: 3 Guest(s)