error 052: multi-dimensional arrays must be fully initialized ayuda
#1

como ven el titulo noce porque me sale ese error

Quote:

error 052: multi-dimensional arrays must be fully initialized

Quote:

new NamesJobs[MAX_JOBS][126] = {
{"Camionero"},
{"Taxista"},
{"Barredor"}
};

Reply
#2

pawn Код:
new NamesJobs[][] = {
{"Camionero"},
{"Taxista"},
{"Barredor"}
};
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)