error 001: expected token: "]", but found "["
#1

Baul[Autos[VerBaul[playerid][0]][0]]]

Код:
error 001: expected token: "]", but found "["
error 029: invalid expression, assumed zero
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
fatal error 107: too many error messages on one line
Tengo ese tнpico error, lo que pasa es que no consigo la forma correcta de colocar las []... Baul/Autos/VerBaul estбn definidas asн;

enum pInfo
{
vBaul[8],
};
new InformacionJugador[MAX_PLAYERS][pInfo];

new Autos[MAX_PLAYERS][4], VerBaul[MAX_PLAYERS];
Reply
#2

What is this Baul[Autos[VerBaul[playerid][0]][0]]] ?


Код:
enum pInfo
{
vBaul[8]
};
new InformacionJugador[MAX_PLAYERS][pInfo];

new Autos[MAX_PLAYERS][4],
       VerBaul[MAX_PLAYERS];
Reply
#3

Probб asн:

pawn Код:
if(Baul[Autos[VerBaul[playerid]]] != 1
Reply
#4

Solucionado.... ya vi el error, gracias GONCHO +REP... con tu soluciуn di la soluciуn D:
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)