Make ServicePoints more configurable

This commit is contained in:
He-Man 2017-06-16 15:27:19 +02:00 committed by GitHub
parent 987a09bc80
commit 64a8cb0f42

View File

@ -20,7 +20,14 @@ class CfgServicePoint {
"MarkerText"
}
*/
{13325,14477,0}
{ // Central
{13325,14477,0}, // Pos
40, // max distance
{"Landvehicle","Ship","Tank","AIR"}, // Vehicle Types for SP
"loc_BusStop", // Marker Type
"ColorWhite", // Marker Color
"Service Point Land / Ship / Air" // Marker Text
}
};
};
class Tanoa {
@ -43,7 +50,7 @@ class CfgServicePoint {
};
};
ServicePointClasses[] = { // Array of Classnames, where also are ServicePoints
ServicePointClasses[] = { // Array of Classnames where also are ServicePoints (not separat configurable for Vehicle types / distance)
// "Land_Pillar_Pier_F",
// "Land_CarService_F",
// "Land_fs_feed_F",