mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
disable vehicle spawning
This commit is contained in:
parent
6ce26b05b7
commit
f50d8ae57c
@ -16,14 +16,8 @@ class VR : Default
|
|||||||
{
|
{
|
||||||
worldSize = 10000;
|
worldSize = 10000;
|
||||||
plantLimit = 0;
|
plantLimit = 0;
|
||||||
vehicleSpawnTypes[] = {
|
vehicleSpawnTypes[] = {};
|
||||||
{"FlatAreaCity",1},
|
allowedVehiclesList[] = {};
|
||||||
{"FlatAreaCitySmall",1},
|
|
||||||
{"NameCity",2},
|
|
||||||
{"NameVillage",1},
|
|
||||||
{"NameCityCapital",4},
|
|
||||||
{"Airport",5}
|
|
||||||
};
|
|
||||||
traderBlds[] = { "Land_Kiosk_blueking_F", "Land_FuelStation_Build_F", "Land_CarService_F", "Land_i_Garage_V1_F", "Land_i_Shed_Ind_F", "Land_i_Shop_01_V1_F" };
|
traderBlds[] = { "Land_Kiosk_blueking_F", "Land_FuelStation_Build_F", "Land_CarService_F", "Land_i_Garage_V1_F", "Land_i_Shed_Ind_F", "Land_i_Shop_01_V1_F" };
|
||||||
containerPos[] = {};
|
containerPos[] = {};
|
||||||
telePos[] = {
|
telePos[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user