mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 08:23:29 +00:00
added altis game location to real location support
This commit is contained in:
12
addons/main/functions/map/fn_convert_location.sqf
Normal file
12
addons/main/functions/map/fn_convert_location.sqf
Normal file
@@ -0,0 +1,12 @@
|
||||
params["_unit"];
|
||||
|
||||
_location = null;
|
||||
|
||||
switch (worldName) do {
|
||||
case "Altis": {
|
||||
_location = [_unit] call armatak_fnc_convert_to_altis;
|
||||
};
|
||||
default { };
|
||||
};
|
||||
|
||||
_location
|
||||
Reference in New Issue
Block a user