1Man 100 Report post Posted February 9, 2017 (edited) Updated to V72 and continuous message You can not SlingLoad / Rope Attach a vehicle with a crew! when you get in a vehicle so I looked at my server rpt and found this 14:18:08 Error in expression <aster_addTemplateToast; }; "; if(_slingload_check)then{ _asd = _asd + > 14:18:08 Error position: <if(_slingload_check)then{ _asd = _asd + > 14:18:08 Error if: Type String, expected Bool 14:18:08 File a3_infiSTAR_Exile\EXILE_AH.sqf, line 2663 Edited February 9, 2017 by 1Man Share this post Link to post Share on other sites
ZZK-Gaming 61 Report post Posted February 9, 2017 42 minutes ago, 1Man said: Updated to V72 and continuous message You can not SlingLoad / Rope Attach a vehicle with a crew! when you get in a vehicle so I looked at my server rpt and found this 14:18:08 Error in expression <aster_addTemplateToast; }; "; if(_slingload_check)then{ _asd = _asd + > 14:18:08 Error position: <if(_slingload_check)then{ _asd = _asd + > 14:18:08 Error if: Type String, expected Bool 14:18:08 File a3_infiSTAR_Exile\EXILE_AH.sqf, line 2663 try to set it to "false" /* NEW! Recommended to use! The allowed lists below need the "title" of the action! Only logs BadActions (and removes them) but does not kick or ban. */ BadActionCheck = "true"; allowedActions_player[] = {"Break free","Use AutoLockPicker","Craft Vehicle"}; allowedActions_object[] = {"UnLock","Select vehicle to tow","Tow Selected vehicle","Untow vehicle","Unselect selected vehicle"}; 1 Share this post Link to post Share on other sites
infiSTAR 1293 Report post Posted February 9, 2017 @ZZK-Gaming do you think the error is due to the new check? I've not found it yet Share this post Link to post Share on other sites
ZZK-Gaming 61 Report post Posted February 9, 2017 (edited) @infiSTAR i think yes, i have before the exact same Problem with the new Check. The Player on my Server say me this too ( You can not SlingLoad / Rope Attach a vehicle with a crew! when you get in a vehicle) and the Check blocked the Towing (sa_advancedtowing) and the Rappeling on my Server. I set it to false, works fine. ^^ Sry for my English Edit: Advanced Urban Rappelling and Advanced Towing Edited February 9, 2017 by ZZK-Gaming Share this post Link to post Share on other sites
McToffee 6 Report post Posted February 9, 2017 For Advanced Towing i added the scrollwheel actions to the allowedActions_player array so they don't get blocked "Deploy Tow Ropes","Put Away Tow Ropes","Attach To Tow Ropes","Drop Tow Ropes","Pickup Tow Ropes" Not sure what Urban Rappelling uses Share this post Link to post Share on other sites
Vitus 1 Report post Posted February 10, 2017 (edited) Towing was not working on my server with the new infiSTAR update. I changed this to "false", and now towing works again! 8 hours ago, ZZK-Gaming said: try to set it to "false" /* NEW! Recommended to use! The allowed lists below need the "title" of the action! Only logs BadActions (and removes them) but does not kick or ban. */ BadActionCheck = "true"; allowedActions_player[] = {"Break free","Use AutoLockPicker","Craft Vehicle"}; allowedActions_object[] = {"UnLock","Select vehicle to tow","Tow Selected vehicle","Untow vehicle","Unselect selected vehicle"}; Just kidding, towing is not working. Able to deploy rope, but does not stay connected..... Edited February 10, 2017 by Vitus Share this post Link to post Share on other sites
sCorporation 6 Report post Posted February 10, 2017 with false it is working again Share this post Link to post Share on other sites
sCorporation 6 Report post Posted February 10, 2017 but i get when i am driving all the time the message: You can not SlingLoad / Rope Attach a vehicle with a crew How can i fix that? Share this post Link to post Share on other sites
BetterDeadThanZed 1006 Report post Posted February 10, 2017 I have "BadActionCheck" set to false and towing is NOT working for me. I also get the same message as @sCorporation. Share this post Link to post Share on other sites
HAM 20 Report post Posted February 10, 2017 On 09/02/2017 at 6:47 PM, McGough said: For Advanced Towing i added the scrollwheel actions to the allowedActions_player array so they don't get blocked "Deploy Tow Ropes","Put Away Tow Ropes","Attach To Tow Ropes","Drop Tow Ropes","Pickup Tow Ropes" Not sure what Urban Rappelling uses Only in allowedActions_player? And do you set BadActionCheck to false? Share this post Link to post Share on other sites