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.
-- ===============================================