mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-19 08:22:56 +00:00
added altis game location to real location support
This commit is contained in:
@@ -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