Epoch/Sources/epoch_config/Configs/CfgEpochClient/Altis.hpp

29 lines
872 B
C++
Raw Normal View History

2015-12-07 16:24:52 +00:00
/*
Author: Aaron Clark - EpochMod.com
Contributors:
Description:
Epoch gamemode config for Altis
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgEpochClient/Altis.hpp
*/
2015-09-14 20:45:27 +00:00
class Altis {
blockedArea[] = { //[POS],radius
{ { 16085, 16997, 0 }, 250 }, //South Telos
{ { 12844, 16714, 0 }, 120 }, //Soldner Base
{ { 3085, 13184, 0 }, 300 }, //Kavalar Carstel
{ { 13493, 12013, 0 }, 450 }, //Makrynisi (Island)
{ { 17439, 13165, 0 }, 165 }, //Pyrgorsk Military
{ { 20084, 6728, 0 }, 55 }, //West of Selakano
{ { 25303, 21807, 0 }, 100 } //Sofia
};
2016-01-28 19:36:35 +00:00
// Trash config
2015-09-14 20:45:27 +00:00
TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" };
};