[03:49:51] [debug] Run time error 4: "Array index out of bounds" [03:49:51] [debug] Accessing element at negative index -1 [03:49:51] [debug] AMX backtrace: [03:49:51] [debug] #0 0037e980 in public OnDialogResponse () from GRXLFV6.amx [03:49:52] [chat] [Alfredo[TgR]]: Afk Ahora vengo [03:49:55] [chat] [[S]ky[S]hoc[K][TgR]]: 7fg44b [03:50:02] *** Streamer_CallbackHook: Expecting 11 parameter(s), but found 3 [03:50:02] *** Streamer_CallbackHook: Expecting 11 parameter(s), but found 3 [03:50:11] *** Streamer_CallbackHook: Expecting 11 parameter(s), but found 3 [03:50:11] *** Streamer_CallbackHook: Expecting 11 parameter(s), but found 3 [03:50:21] [chat] [[B.L.A.S]Prox[JF]]: a [03:50:36] [chat] [[K]ano]: # relogueo [03:50:41] [part] [K]ano has left the server (0:1) [03:50:48] [debug] Run time error 4: "Array index out of bounds" [03:50:48] [debug] Accessing element at index 65535 past array upper bound 499 [03:50:48] [debug] AMX backtrace: [03:50:48] [debug] #0 0009d390 in public ShowInformationTxt (playerid=65535) at C:\Users\User\ULTIMA ACTUALIZACION\filterscripts\sadmin.pwn:10057 [03:50:48] [debug] #1 000916d4 in public OnPlayerDeath (playerid=3, killerid=65535, reason=54) at C:\Users\User\ULTIMA ACTUALIZACION\filterscripts\sadmin.pwn:9112 [03:50:48] [death] [S]ky[S]hoc[K][TgR] died 54 [03:51:07] Incoming connection: 190.175.204.159:50179
Tu-SAMP haha mejor tira el dinero a la basura, por favor coloca las lineas de los errores, sabras cuales son por que dice antes de la direccion y la linea "at" osea la linea del sadmin 10057 y 9112.
|
if(killerid != INVALID_PLAYER_ID)
EDIT:
Es mejor quemar el dinero que a que caiga en manos de Tu-SAMP. |
Te dije en el post pasado que uses
pawn Код:
EDIT: Es mejor quemar el dinero que a que caiga en manos de Tu-SAMP. |
if(killerid != INVALID_PLAYER_ID)
{
ShowInformationTxt(killerid);
}
En vez de poner ShowInformationTxt(killerid), pon:
pawn Код:
|