21.01.2017, 17:54
Hi everybody, maybe somebody knows why crashdetect prints in server log this errors?
CODE: USING:
Код:
[17:05:19] [debug] Run time error 4: "Array index out of bounds" [17:05:19] [debug] Accessing element at index 4 past array upper bound 3 [17:05:19] [debug] AMX backtrace: [17:05:19] [debug] #0 001519a4 in ?? () from tGRP.amx [17:05:19] [debug] #1 002a80c0 in public OnPlayerClickPlayer () from tGRP.amx
Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source) { if(clickedplayerid != INVALID_PLAYER_ID) { ShowPlayerStats(playerid, clickedplayerid); } return 1; }