Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: runtime
1. RunTime w Crsdtc
[pawn]
[debug] Run time error 4: "Array index out of bounds"
[debug] Accessing element at index 3 past array upper bound 2
[debug] AMX backtrace:
[debug] #0 0000915c in public Itter_OnGameModeInit () at C:UsersDjLeitoDesktopGamingPartygamemodesnew2.pwn:329
[debug] #1 native CallLocalFunction () from samp-server.exe
[debug] #2 00006590 in public SSCANF_OnGameModeInit () at C:Users---Desktopp4s-dmpawnoincludeforeach.inc:480
[14:45:45] [debug] #3 00000694 in public zcmd_OnGameModeInit () at C:UsersDjLeitoDesktopGamingPartypawnoincludesscanf2.inc:174
[debug]#4 native CallLocalFunction () from samp-server.exe
[debug] #5 0000012c in public OnGameModeInit () at C:UsersDjLeitoDesktopp4s-dmpawnoincludezcmd.inc:58
Number of vehicle models: 0
[connection] XXX requests connection cookie.
[connection] incoming connection: XXX id: 0
[join] pseudol_driva has joined the server (XXX)
[/pawn]

A tu macie poszczeg?lne wymienione linijki

[pawn]
Linijka:329
for(new i; i != MAX_PLAYERS; i++)
{
PasekStanu[i][1] = TextDrawCreate(0.000000, 429.333312, "LD_SPAC:white");
[/pawn]

[pawn]
+ Tablica PaskaStanu
new Text:PasekStanu[3][MAX_PLAYERS];
[/pawn]

[pawn]
zcmd:58
return CallLocalFunction("zcmd_OnGameModeInit", "");
[/pawn]

[pawn]
sscanf2:174
public OnGameModeInit()
{
if (!SSCANF_gInit)
{
SSCANF_Init(GetMaxPlayers(), INVALID_PLAYER_ID, MAX_PLAYER_NAME);
SSCANF_gInit = true;
}
#if defined...