Soluciуn Correcta ?
#1

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;
}
Reply
#2

prueba asн!

pawn Код:
for(new i = 0; i < MAX_MUEBLES; i++)
{
PlayerObjectDamage[i][MAX_MUEBLES] = true;
}
Reply
#3

Gracias
Reply
#4

error 032: array index out of bounds (variable "PlayerObjectDamage")
Reply
#5

Cуmo tienes el enumerador de esas variables?

Код:
for(new i = 0; i < MAX_MUEBLES; i++)
{
PlayerObjectDamage[playerid][i]["V.Enum"] = true;
}
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)