Make ServicePoints more configureable

This commit is contained in:
He-Man 2017-06-16 15:24:08 +02:00 committed by GitHub
parent 48c6a94bda
commit 987a09bc80

View File

@ -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}
};
};