Jump to content
  • 0

Pawn eror ...


claudya112

Question

Imi da eroarea asta .....

C:\Documents and Settings\Klaudya\Desktop\Server RES\gamemodes\RES.pwn(813) : error 001: expected token: "-string end-", but found "-identifier-"
uite la ce ...
		Msg;
new Announcements[14][128] = {
            {""RES_RED"[BOOT]:"RES_WHITE"Vrei sa prinzi mai multa viteza ?? Scrie "RES_GREEN"/sb."},
            {""RES_RED"[BOOT]:"RES_WHITE"Acum poti sa iti alegi propriul stil de lupta! Scrie "RES_GREEN"/fs "RES_WHITE"for Info."},
            {""RES_RED"[BOOT]:"RES_WHITE"Scrie "RES_GREEN"/cmds "RES_WHITE"pentru lista comenzilor."},
            {""RES_RED"[BOOT]:"RES_WHITE"Vrei mai multe arme ?? Scrie "RES_GREEN"/wepons /arme!"},
            {""RES_RED"[BOOT]:"RES_WHITE"Vrei sa faci parashutism ? Scrie "RES_GREEN"/dive!"},
            {""RES_RED"[BOOT]:"RES_WHITE"Foloseste "RES_GREEN"/v Nume masina "RES_WHITE"Ex:"RES_GREEN"/v sultan /v elegy)"},
            {""RES_RED"[BOOT]:"RES_WHITE"Vrei sa mergi undeva cool? Type "RES_GREEN"/teles!"},
            {""RES_RED"[BOOT]:"RES_WHITE"Nou pe server? Scrie "RES_GREEN"/cmds "RES_WHITE"si "RES_GREEN"/rules!"},
            {""RES_RED"[BOOT]:"RES_WHITE"Welcome to "RES_RED"Romania "RES_YELLOW"Epic "RES_BLUE"Stunt! "RES_WHITE"We hope you enjoyed the stay!"},
			{""RES_RED"[BOOT]:"RES_WHITE"Big weapons mean big balls type "RES_GREEN"/wepons /arme!"},
			{""RES_RED"[BOOT]:"RES_WHITE"Vrei sa fi admin? Go pe forum!"},
			{""RES_RED"[BOOT]:"RES_WHITE"Ai zarit un hack-er? Report it to admins! "RES_GREEN"/report [id] [reason]"}

... Daca sterg primul aliniat de la ID 813 dupa aceeasi eroare la 814 si tot asa ...

Please help

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Nu inteleg la ce ai folosit { si }  :huh:

Incearca asa:

new Announcements[12][128] = //Si acolo trebuie 12, pentru ca sunt 12 mesaje, cand mai adaugi unu schimbi in 13...si tot asa
{
            ""RES_RED"[BOOT]:"RES_WHITE"Vrei sa prinzi mai multa viteza ?? Scrie "RES_GREEN"/sb.",
            ""RES_RED"[BOOT]:"RES_WHITE"Acum poti sa iti alegi propriul stil de lupta! Scrie "RES_GREEN"/fs "RES_WHITE"for Info.",
            ""RES_RED"[BOOT]:"RES_WHITE"Scrie "RES_GREEN"/cmds "RES_WHITE"pentru lista comenzilor.",
            ""RES_RED"[BOOT]:"RES_WHITE"Vrei mai multe arme ?? Scrie "RES_GREEN"/wepons /arme!",
            ""RES_RED"[BOOT]:"RES_WHITE"Vrei sa faci parashutism ? Scrie "RES_GREEN"/dive!",
            ""RES_RED"[BOOT]:"RES_WHITE"Foloseste "RES_GREEN"/v Nume masina "RES_WHITE"Ex:"RES_GREEN"/v sultan /v elegy)",
            ""RES_RED"[BOOT]:"RES_WHITE"Vrei sa mergi undeva cool? Type "RES_GREEN"/teles!",
            ""RES_RED"[BOOT]:"RES_WHITE"Nou pe server? Scrie "RES_GREEN"/cmds "RES_WHITE"si "RES_GREEN"/rules!",
            ""RES_RED"[BOOT]:"RES_WHITE"Welcome to "RES_RED"Romania "RES_YELLOW"Epic "RES_BLUE"Stunt! "RES_WHITE"We hope you enjoyed the stay!",
	    ""RES_RED"[BOOT]:"RES_WHITE"Big weapons mean big balls type "RES_GREEN"/wepons /arme!",
	    ""RES_RED"[BOOT]:"RES_WHITE"Vrei sa fi admin? Go pe forum!",
	    ""RES_RED"[BOOT]:"RES_WHITE"Ai zarit un hack-er? Report it to admins! "RES_GREEN"/report [id] [reason]"
};

Fara reclama in semnatura!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.