From 987a09bc80c514d95e7a2d7d6da7989ef73928b3 Mon Sep 17 00:00:00 2001 From: He-Man Date: Fri, 16 Jun 2017 15:24:08 +0200 Subject: [PATCH] Make ServicePoints more configureable --- .../epoch_config/Configs/CfgServicePoint.hpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgServicePoint.hpp b/Sources/epoch_config/Configs/CfgServicePoint.hpp index 9c1af975..a1403254 100644 --- a/Sources/epoch_config/Configs/CfgServicePoint.hpp +++ b/Sources/epoch_config/Configs/CfgServicePoint.hpp @@ -1,6 +1,25 @@ class CfgServicePoint { class Altis { ServicePoints[] = { // Array of coords for ServicePoints +/* {pos1}, + {pos1} + OR + { + pos, + dist, + {VehType_1,VehType_1,...}, + "Markername", + "Markertype" + }, + { + pos, + dist, + {VehType_1,VehType_1,...}, + "Markertype", + "MarkerColor", + "MarkerText" + } +*/ {13325,14477,0} }; };