
Use the following as a table for items types in the columns Item, Buy and Sell: The server_traders, trader_items, and trader_tids tables are used by a soon to be released web tool that is used to configure the traders_data table as well as generate server_traders.sqf.Īdding new items to traders INSERT INTO `traders_data` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('',10,'','',0,60,'trade_items') The traders_data table is the only one used at this time by the server. MaxVehicleLimit = 350 // Default : 200 Traders SQL tables used by the game currently Note that the limit is soft and will typically spawn one more than the actual numbers.Įdit the init.sqf variable MaxVehicleLimit and you change the total max vehicles, if this limit is reached no new vehicles will spawn. This controls the type of vehicle and the total limit per vehicle type.
