Help-me
#1

Server_Log:


Код:
[12:25:48] [debug] Run time error 4: "Array index out of bounds"
[12:25:48] [debug]  Attempted to read/write array element at index 65535 in array of size 150
[12:25:48] [debug] AMX backtrace:
[12:25:48] [debug] #0 0009a354 in ?? (65535, 1000) from G.amx
[12:25:48] [debug] #1 000aac28 in public OnPlayerDeath (7, 65535, 53) from G.amx
Reply
#2

Check killerid is invalid or not in OnPlayerDeath call back.
Reply
#3

Adicione na sua OnPlayerDeath:

if(killerid != INVALID_PLAYER_ID) // Se a causa da morte й um jogador.
{
//Aqui coloque todo o Conteudo da Public
}


@ Edit
English solution!

Add in your OnPlayerDeath:

if(killerid != INVALID_PLAYER_ID) // If the cause of death is a player.
{
//Here are all the content of the Public
}

Regards, BlastHosting Suporte .
Reply
#4

Quote:
Originally Posted by RDM
Посмотреть сообщение
Adicione na sua OnPlayerDeath:

if(killerid != INVALID_PLAYER_ID) // Se a causa da morte й um jogador.
{
#Aqui coloque todo o Conteudo da Public
}


Cordialmente, BlastHosting Suporte .
This section is english only.
Reply
#5

Quote:
Originally Posted by Unte99
Посмотреть сообщение
This section is english only.
Yes But Kolorado speaks Portuguese ...

He is Brazilian !
Reply
#6

Quote:
Originally Posted by RDM
Посмотреть сообщение
Yes But Kolorado speaks Portuguese ...

He is Brazilian !
Doesn't matter as he's in the English section.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)