Soluciуn Correcta ? - 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: Soluciуn Correcta ? (
/showthread.php?tid=640090)
Soluciуn Correcta ? -
MAST3R - 27.08.2017
Este ciclo (for o para) que hize esta bien pйro que tengo mal se que hay un error en esta linea pero no se cual es si me podrнan ayudar ya intente cambiarlo
for(new I = 0; I < MAX_MUEBLES; I++){
PlayerObjectDamage[playerid][MAX_MUEBLES][I] = true;
}
Respuesta: Soluciуn Correcta ? -
!R1Ch@rD! - 27.08.2017
prueba asн!
pawn Код:
for(new i = 0; i < MAX_MUEBLES; i++)
{
PlayerObjectDamage[i][MAX_MUEBLES] = true;
}
Respuesta: Soluciуn Correcta ? -
MAST3R - 27.08.2017
Gracias
Respuesta: Soluciуn Correcta ? -
MAST3R - 27.08.2017
error 032: array index out of bounds (variable "PlayerObjectDamage")
Respuesta: Soluciуn Correcta ? -
Wales1231 - 28.08.2017
Cуmo tienes el enumerador de esas variables?
Код:
for(new i = 0; i < MAX_MUEBLES; i++)
{
PlayerObjectDamage[playerid][i]["V.Enum"] = true;
}
Respuesta: Soluciуn Correcta ? -
MAST3R - 29.08.2017
seria (mdata)
Gracias a todos.
Solucionado