Danke dir probiers gleich aus...

Nochmal ne frage (ich weiss ich nerve )

Ich hab da quasi ne vorlage um Fahrzeuge per konsole zu kaufen
Spoiler Factory vorlage:
Code:
BuyMessages = {

	UseBuyMessages = true;		--Display buy messages (true or false)

	WelcomeMessage = "Open console with [^] or [~] to view list of custom vehicles";

		Air = {
			"=======================================================================================",
			"AIR FACTORY:",
			"------Vehicle Name-----------------Price-------------------Buy Command-----------------",
			"";test 							123 					us_vtol
			"";
			"";
			"=======================================================================================",
		};
		Naval = {
			"=======================================================================================",
			"NAVAL FACTORY:",
			"------Vehicle Name-----------------Price-------------------Buy Command-----------------",
			"";
			"";
			"";
			"=======================================================================================",
		};
		SmallWar = {
			"=======================================================================================",
			"SMALL WAR FACTORY:",
			"------Vehicle Name-----------------Price-------------------Buy Command-----------------",
			"";
			"";
			"";
			"=======================================================================================",
		};
		BigWar = {
			"=======================================================================================",
			"BIG WAR FACTORY:",
			"------Vehicle Name-----------------Price-------------------Buy Command-----------------",
			"";
			"";
			"";
			"=======================================================================================",
		};
		Proto = {
			"=======================================================================================",
			"PROTOTYPE FACTORY:",
			"------Vehicle Name-----------------Price-------------------Buy Command-----------------",
			"";
			"";
			"";
			"=======================================================================================",
		};
		Bunker = {
			"=======================================================================================",
			"BUNKER:",
			"------Item Name--------------------Price-------------------Buy Command-----------------",
			"";
			"";
			"";
			"=======================================================================================",
		};
		SpawnTruck = {
			"=======================================================================================",
			"SPAWNTRUCK:",
			"------Item Name--------------------Price-------------------Buy Command-----------------",
			"";
			"";
			"";
			"=======================================================================================",
		};
		Base = {
			"=======================================================================================",
			"BASE:",
			"------Vehicle Name-----------------Price-------------------Buy Command-----------------",
			"";
			"";
			"";
			"=======================================================================================",
		};
	};
--================================================
};  --END of conf.
-- ===============================================


wenn ich was eintragen kommt diese fehlermeldung

[Patriot] Detected error Patriot.lua:413: '}' expected (to close '{' at line 409) near '123' in Patriot.lua

ohne das (test 123 us_vtol) kommt die meldung ned.

was hab ich falsch?

weiss auch jemand wie ich z.b einem vtol mit ner gausskanone ausstatte und die per konsole kaufen kann?

Danke im vorraus

P.s ich weiss anfänger fragen aber ohne fragen lernt man nix