16.11.2011, 22:21
pawn Код:
main()
{
new Ranks[3][7][] =
{
{{"Nothing\t"},{"Nothing\t"},{"Nothing\t"},{"Nothing\t"},{"Nothing\t"},{"Nothing\t"},{"Nothing\t"}},
{{"Nothing\t"},{"Cadet\t"},{"Officer"},{"Corporal"},{"Sergeant"},{"Lieutenant"},{"Chief\t"}},
{{"Nothing\t"},{"Outsider"},{"Associate"},{"Soldier"},{"Capo\t"},{"Underboss"},{"Godfather"}}
};
printf("Ranks[2][6] = %s", Ranks[2][6]);
}
What did i do wrong, please help.
Thank you.