We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7c558 commit d73de01Copy full SHA for d73de01
source/dialog/request_vehicle.sqf
@@ -1,7 +1,7 @@
1
_index = lbCurSel 2102;
2
3
//findEmptyPosition example
4
-_spawnPos = (getpos hq_blu1) findEmptyPosition [40, 120]
+_spawnPos = (getpos hq_blu1) findEmptyPosition [20, 70]
5
_spawnPos = [(_spawnPos select 0)+30, _spawnPos select 1]
6
7
addEWS_EH = {
0 commit comments