Tweak the position for rally point actions. Fix #837

This commit is contained in:
esteldunedain 2015-05-01 01:57:37 -03:00
parent 324b9510e3
commit a0923aa5c3

View File

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