mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tweak the position for rally point actions. Fix #837
This commit is contained in:
parent
324b9510e3
commit
a0923aa5c3
@ -100,7 +100,7 @@ class CfgVehicles {
|
||||
distance = 4;
|
||||
condition = QUOTE(side group _player == west);
|
||||
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_West')] call FUNC(teleportToRallypoint));
|
||||
position = "[0,0,-1]";
|
||||
position = "[-0.05,-0.35,-2.6]";
|
||||
showDisabled = 1;
|
||||
priority = 1;
|
||||
};
|
||||
@ -120,7 +120,7 @@ class CfgVehicles {
|
||||
distance = 4;
|
||||
condition = QUOTE(side group _player == east);
|
||||
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_East')] call FUNC(teleportToRallypoint));
|
||||
position = "[0,0,-1]";
|
||||
position = "[-0.05,-0.35,-2.6]";
|
||||
showDisabled = 1;
|
||||
priority = 1;
|
||||
};
|
||||
@ -140,7 +140,7 @@ class CfgVehicles {
|
||||
distance = 4;
|
||||
condition = QUOTE(side group _player == independent);
|
||||
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_Independent')] call FUNC(teleportToRallypoint));
|
||||
position = "[0,0,-1]";
|
||||
position = "[-0.05,-0.35,-2.6]";
|
||||
showDisabled = 1;
|
||||
priority = 1;
|
||||
};
|
||||
@ -161,7 +161,7 @@ class CfgVehicles {
|
||||
distance = 4;
|
||||
condition = QUOTE(side group _player == west);
|
||||
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_West_Base')] call FUNC(teleportToRallypoint));
|
||||
position = "[0,0,-1]";
|
||||
position = "[-0.05,-0.35,-2.6]";
|
||||
showDisabled = 1;
|
||||
priority = 1;
|
||||
};
|
||||
@ -181,7 +181,7 @@ class CfgVehicles {
|
||||
distance = 4;
|
||||
condition = QUOTE(side group _player == east);
|
||||
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_East_Base')] call FUNC(teleportToRallypoint));
|
||||
position = "[0,0,-1]";
|
||||
position = "[-0.05,-0.35,-2.6]";
|
||||
showDisabled = 1;
|
||||
priority = 1;
|
||||
};
|
||||
@ -201,7 +201,7 @@ class CfgVehicles {
|
||||
distance = 4;
|
||||
condition = QUOTE(side group _player == independent);
|
||||
statement = QUOTE([ARR_3(_player,side group _player,'ACE_Rallypoint_Independent_Base')] call FUNC(teleportToRallypoint));
|
||||
position = "[0,0,-1]";
|
||||
position = "[-0.05,-0.35,-2.6]";
|
||||
showDisabled = 1;
|
||||
priority = 1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user