From bc077339ab943c0b19cdc2926a843135d8140258 Mon Sep 17 00:00:00 2001 From: He-Man Date: Fri, 16 Jun 2017 15:30:09 +0200 Subject: [PATCH] Make ServicePoint more configurable --- .../epoch_config/Configs/CfgServicePoint.hpp | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Sources/epoch_config/Configs/CfgServicePoint.hpp b/Sources/epoch_config/Configs/CfgServicePoint.hpp index 8310551d..be17ede4 100644 --- a/Sources/epoch_config/Configs/CfgServicePoint.hpp +++ b/Sources/epoch_config/Configs/CfgServicePoint.hpp @@ -1,23 +1,25 @@ class CfgServicePoint { class Altis { ServicePoints[] = { // Array of coords for ServicePoints -/* {pos1}, - {pos1} +/* + {pos1}, + {pos2} OR { - pos, - dist, + pos1, + dist1, {VehType_1,VehType_1,...}, - "Markername", - "Markertype" + "Markertype1", + "MarkerColor1", + "MarkerText1" }, { - pos, - dist, - {VehType_1,VehType_1,...}, - "Markertype", - "MarkerColor", - "MarkerText" + pos2, + dist2, + {VehType,VehType,...}, + "Markertype2", + "MarkerColor2", + "MarkerText2" } */ { // Central