mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Make ServicePoint more configurable
This commit is contained in:
parent
64a8cb0f42
commit
bc077339ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user