-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ace_refuel_fnc_makeJerryCan doesn't work #3061
Comments
I don't think this is implemented. Dead code? |
@GitHawk ? |
I started implementing it but ran into problems with XEH and I didn't get an interact menu. |
Is solved in PR #3064 |
Weee ^_^ GJ |
ghost
closed this as completed
Dec 23, 2015
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
seems there is no ACE_JerryCan in ACE3.
I tried to make ace compaitable jerrycan with ace_refuel_fnc_makeJerryCan but there is an error while calling this function.
i made default vehicle="Land_CanisterFuel_F" named Cann,
then i call function
[Cann] call ace_refuel_fnc_makeJerryCan;
and got an error:
11:39:31 Error in expression <ctions\fnc_addActionToClass.sqf"
if (!params [["_objectType", "", [""]], ["_ty>
11:39:31 Error position: <params [["_objectType", "", [""]], ["_ty>
11:39:31 Error Params: Тип Строка, ожидался Объект
11:39:31 File z\ace\addons\interact_menu\functions\fnc_addActionToClass.sqf, line 4
11:39:31 0:44:06,418 (29.818) [z\ace\addons\interact_menu\functions\fnc_addActionToClass.sqf:23] -ERROR- ERROR
11:39:31 Bad Params
11:39:31 0:44:06,419 (29.818) [z\ace\addons\interact_menu\functions\fnc_addActionToObject.sqf:23] -ERROR- ERROR
11:39:31 Bad Params
11:39:31 Error in expression <tions\fnc_addActionToObject.sqf"
if (!params [["_object", objNull, [objNull]],>
11:39:31 Error position: <params [["_object", objNull, [objNull]],>
11:39:31 Error 3 установлено элементов, 11 ожидалось
11:39:31 File z\ace\addons\interact_menu\functions\fnc_addActionToObject.sqf, line 4
The text was updated successfully, but these errors were encountered: