Errors: error 052: multi-dimensional arrays must be fully initialized
#4

MAX_JOBS must be 3 otherwise the error will be given. By the way, you don't need brackets around the strings:
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
};

new NamesJobs[ MAX_JOBS ][ 30 ] = //Define jobs name
{
    "Jobless",
    "Mechanic",
    "Taxi Driver"
};
Reply


Messages In This Thread
Errors: error 052: multi-dimensional arrays must be fully initialized - by Mriss - 30.03.2014, 20:57
Re: Errors: error 052: multi-dimensional arrays must be fully initialized - by luis_mendoza - 30.03.2014, 21:00
Re: Errors: error 052: multi-dimensional arrays must be fully initialized - by iThePunisher - 30.03.2014, 21:01
Re: Errors: error 052: multi-dimensional arrays must be fully initialized - by Konstantinos - 30.03.2014, 21:02

Forum Jump:


Users browsing this thread: 1 Guest(s)