07.07.2017, 17:10
(
Последний раз редактировалось diclofoss; 07.07.2017 в 18:02.
)
Hello!
in 26 I have a bug:
[debug] Run time error 4: "Array index out of bounds"
[debug] Accessing element at index 1650596 past array upper bound 999
[debug] AMX backtrace:
[debug] #0 00018334 in public OnPlayerKeyStateChange (playerid=1650596, newkeys=1650596, oldkeys=0) at c:\sarp\pawno\include\nex-ac.inc:4504
Pawn code (all rest code by Shoebill):
in 26 I have a bug:
[debug] Run time error 4: "Array index out of bounds"
[debug] Accessing element at index 1650596 past array upper bound 999
[debug] AMX backtrace:
[debug] #0 00018334 in public OnPlayerKeyStateChange (playerid=1650596, newkeys=1650596, oldkeys=0) at c:\sarp\pawno\include\nex-ac.inc:4504
Pawn code (all rest code by Shoebill):
Код:
#include <a_samp> #include <a_mysql> #include <core> #include <float> #include <time> #include <mxINI> #include <samp-net> main(){} public OnGameModeInit() { SetGameModeText("SAMP-NET v17.7"); return 0; } public OnPlayerCommandText(playerid, cmdtext[]) { return 1; } public OnPlayerText(playerid, text[]) { return 0; }