[Ajuda] debug crashdetect
#1

como arrumar esses erros que o crashdetect detectou ao ligar o servidor? ajudem por favor!!..

PHP код:
[07:00:22] [debugRun time error 4"Array index out of bounds"
[07:00:22] [debug]  Accessing element at index 250 past array upper bound 249
[07:00:22] [debugAMX backtrace:
[
07:00:22] [debug#0 0038b9a4 in public SSCANF_OnGameModeInit () from Lko.amx
[07:00:22] [debug#1 0001ac80 in ?? () Lko.amx
[07:00:22] [debug#2 0000557c in public ScriptInit_OnGameModeInit () from Lko.amx
[07:00:22] [debug#3 00001194 in public OnGameModeInit () from Lko.amx 
Reply
#2

Parece que й a sua callback OnGameModeInit posta ai para podermos ajudar
Reply
#3

Eu jб achei o erro, o erro й nesse cуdigo:

PHP код:
    for(new 01000i++)
    {
        
CreateDynamic3DTextLabel("Battery Ment"0x00FFFFFFALocations[i][LocX], ALocations[i][LocY], ALocations[i][LocZ], 30.0);
    } 
O que hб de errado?
Reply
#4

Como e que vc tem declarada esta array ALocations?
Reply
#5

new ALocations[][TLocation]
Reply
#6

pawn Код:
// Topo do GM
#define MAX_LOCATIONS 1000
pawn Код:
// Substitui

new ALocations[MAX_LOCATIONS][TLocation]
Reply
#7

Faz o que ele disse acima e muda o loop tbm para este:

pawn Код:
for(new i = 0; i < sizeof(ALocations); i++)
Reply
#8

Algum de vocкs tem skype? gostaria de passar o cуdigo completo via skype, por favor?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)