error 032: array index out of bounds - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: error 032: array index out of bounds (
/showthread.php?tid=522833)
error 032: array index out of bounds -
unuky - 29.06.2014
Errores:
error 032: array index out of bounds
warning 213: tag mismatch
Cуdigo:
pawn Код:
GivePlayerMoneyFromTeam(killerid, Equipos[PlayersData[killerid][Equipo]][Muerte], PlayersData[killerid][Equipo]);
Gracias.
Respuesta: error 032: array index out of bounds -
OTACON - 29.06.2014
Код:
GivePlayerMoneyFromTeam(killerid, Equipos[PlayersData[killerid][Equipo]][Muerte], PlayersData[killerid][Equipo]);
deberia ser asi :
pawn Код:
PlayersData[killerid][Equipo]
o asi:
pawn Код:
PlayersData[killerid][Muerte]
Respuesta: error 032: array index out of bounds -
unuky - 29.06.2014
Solucionado