30.03.2014, 20:57
help me with these errors please
The Script
Код:
Millenium.pwn(129) : error 052: multi-dimensional arrays must be fully initialized Millenium.pwn(136) : error 052: multi-dimensional arrays must be fully initialized
pawn Код:
new CommandJobs[ MAX_JOBS ][ 126 ] = //Define jobs commands
{
{"Jobless"}, //1 Jobless not have commands.
{"MECHANIC /its commands"}, //2 MECHANIC Commands
{"TAXI /its commands"} //3 TAXI Commands
};//Line 129
new NamesJobs[ MAX_JOBS ][ 30 ] = //Define jobs name
{
{"Jobless"},
{"Mechanic"},
{"Taxi Driver"}
};//Line 136