arma2-epoch-server/MPMissions/DayZ_Epoch_24.Napf/logistic/object/isSelected.sqf
2022-04-21 16:15:41 +03:00

6 lines
272 B
Plaintext
Executable File

if (LOG_INPROGRESS) then {
[STR_LOG_INPROGRESS,COLOR_ERROR] call SAM_SAYS;
} else{
LOG_OBJECT_SELECTION = _this select 0;
[format [STR_LOG_NOW_SELECT, getText (configFile >> "CfgVehicles" >> (typeOf LOG_OBJECT_SELECTION) >> "displayName")],COLOR_DEFAULT] call SAM_SAYS;
};