added altis game location to real location support

This commit is contained in:
Valmo Trindade
2024-07-24 05:08:02 -03:00
parent 1e0591b809
commit 93e5e8e216
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
params["_unit"];
_location = null;
switch (worldName) do {
case "Altis": {
_location = [_unit] call armatak_fnc_convert_to_altis;
};
default { };
};
_location