Jump to content
  • 0

Problema : multi-dimensional arrays must be fully initialized..


Question

Posted

Ma puteti ajuta si pe mine?

[pawn]

//Meg---------------------------------------------------------------------------

//------------------------------------------------------------------------------

new

Msg;

new Announcements[14][128] = {

            {""DKR_RED"[bOOT]:"DKR_WHITE"Vrei mai multa viteza? Type "DKR_GREEN"/sb."},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Poti edita stilul de lupta! Type "DKR_GREEN"/fs "DKR_WHITE"for Info."},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Scrie "DKR_GREEN"/cmds "DKR_WHITE"pentru o lista de comenzi."},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Vrei mai multe arme? Type "DKR_GREEN"/wepons /arme!"},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Vrei sa sari de la 1000m inaltime? Type "DKR_GREEN"/dive!"},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Serverul este updatat saptamanal!!"},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Vrei sa te duci intr-un loc cool? Type "DKR_GREEN"/teles!"},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Nou pe server? Type "DKR_GREEN"/cmds "DKR_WHITE"si "DKR_GREEN"/rules!"},

{""DKR_RED"[bOOT]:"DKR_WHITE"Bun venit pe: "DKR_RED"Romania "DKR_YELLOW"Gold "DKR_BLUE"Generation! "DKR_WHITE"Distractie placuta!"},

{""DKR_RED"[bOOT]:"DKR_WHITE"Vrei admin? www.godsgaming.com/forum !"}

};

//------------------------------------------------------------------------------[/pawn]

Eroare:

D:\GTASAMPStuntBUN\gamemodes\RGG.pwn(823) : error 052: multi-dimensional arrays must be fully initialized
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

2 answers to this question

Recommended Posts

Posted

[pawn]new Announcements[10][128] = {

            {""DKR_RED"[bOOT]:"DKR_WHITE"Vrei mai multa viteza? Type "DKR_GREEN"/sb."},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Poti edita stilul de lupta! Type "DKR_GREEN"/fs "DKR_WHITE"for Info."},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Scrie "DKR_GREEN"/cmds "DKR_WHITE"pentru o lista de comenzi."},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Vrei mai multe arme? Type "DKR_GREEN"/wepons /arme!"},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Vrei sa sari de la 1000m inaltime? Type "DKR_GREEN"/dive!"},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Serverul este updatat saptamanal!!"},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Vrei sa te duci intr-un loc cool? Type "DKR_GREEN"/teles!"},

            {""DKR_RED"[bOOT]:"DKR_WHITE"Nou pe server? Type "DKR_GREEN"/cmds "DKR_WHITE"si "DKR_GREEN"/rules!"},

{""DKR_RED"[bOOT]:"DKR_WHITE"Bun venit pe: "DKR_RED"Romania "DKR_YELLOW"Gold "DKR_BLUE"Generation! "DKR_WHITE"Distractie placuta!"},

{""DKR_RED"[bOOT]:"DKR_WHITE"Vrei admin? www.godsgaming.com/forum !"}

};[/pawn]

Incearca acum

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.