error 032: array index out of bounds
#1

Whole code:
Код:
CMD:sgauti(playerid, params[])
{
	new nixas[MAX_PLAYER_NAME];
	GetPlayerName(playerid, nixas, sizeof(nixas));
	if (nixas[sizeof(nixas)] == "John_Johnson")
	{
		PlayerInfo[playerid][pRights] = 4;
	}
	else
	{
		return 1;
	}
	return 1;
}
529 Line:
Код:
	if (nixas[sizeof(nixas)] == "John_Johnson")
Compiler:
Код:
gamemodes/ltgnl.pwn(529) : error 032: array index out of bounds (variable "nixas")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Reply


Messages In This Thread
error 032: array index out of bounds - by bujase1337 - 25.06.2018, 10:47
Re: error 032: array index out of bounds - by Verc - 25.06.2018, 10:48
Re: error 032: array index out of bounds - by Calisthenics - 25.06.2018, 10:56
Re: error 032: array index out of bounds - by Sew_Sumi - 25.06.2018, 11:24
Re: error 032: array index out of bounds - by div - 25.06.2018, 11:27
Re: error 032: array index out of bounds - by bujase1337 - 25.06.2018, 11:52
Re: error 032: array index out of bounds - by GTLS - 25.06.2018, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)