SA-MP Forums Archive
Help-me - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help-me (/showthread.php?tid=630227)



Help-me - kolor4d0 - 11.03.2017

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



Re: Help-me - SyS - 11.03.2017

Check killerid is invalid or not in OnPlayerDeath call back.


Re: Help-me - RDM - 11.03.2017

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 .


Re: Help-me - Unte99 - 11.03.2017

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.


Re: Help-me - RDM - 11.03.2017

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

He is Brazilian !


Re: Help-me - Sew_Sumi - 11.03.2017

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

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