SA-MP Forums Archive
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

Quote:

#define MAX_MUEBLES 300
new PlayerObjectHP[MAX_PLAYERS][MAX_MUEBLES];

enum mdata
{
idmuebless,
idma,
Floatosx,
Floatosy,
Floatosz,
Float:rotx,
Float:roty,
Float:rotz,
Nombrecreador[MAX_PLAYER_NAME]
};
new Datamuebles[MAX_MUEBLES][mdata];

seria (mdata)
Gracias a todos. Solucionado