20.10.2016, 03:17
Hello, I've been trying all day to debug this down and i just cannot seem to get my head on what's the problem, maybe some of you lads can help me out.
Here is my code for OnPlayerCreateAccount,
Код:
[23:00:47] [debug] Run time error 4: "Array index out of bounds" [23:00:47] [debug] Accessing element at index 161576932 past array upper bound 999 [23:00:47] [debug] AMX backtrace: [23:00:47] [debug] #0 0009d7fc in public OnPlayerCreateAccount (playerid=161576932) at 15295
Код:
public OnPlayerCreateAccount(playerid) { PlayerInfo[playerid][pDatabaseID] = cache_insert_id(dbHandle); <- LINE 15295 ShowLoginDialog(playerid); return 1; }