15.03.2015, 18:33
Код:
[19:58:35] [debug] Run time error 4: "Array index out of bounds" [19:58:35] [debug] Accessing element at negative index -1 [19:58:35] [debug] AMX backtrace: [19:58:35] [debug] #0 00049f30 in ?? (2) from ServerFile.amx [19:58:35] [debug] #1 0000bcfc in public OnPlayerSpawn (2) from ServerFile.amx
Код:
if(GSkin[PGang[playerid]][GangLvl[playerid]-1] > 0) { SetPlayerSkin(playerid, GSkin[PGang[playerid]][GangLvl[playerid]-1]); }