25.06.2018, 10:47
Whole code:
529 Line:
Compiler:
Код:
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; }
Код:
if (nixas[sizeof(nixas)] == "John_Johnson")
Код:
gamemodes/ltgnl.pwn(529) : error 032: array index out of bounds (variable "nixas") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase