1Man

V72 Sling check message

23 posts in this topic

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 by 1Man

Share this post


Link to post
Share on other sites
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"};

 

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

@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 :D

Edit: Advanced Urban Rappelling and Advanced Towing

Edited by ZZK-Gaming

Share this post


Link to post
Share on other sites

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

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 by Vitus

Share this post


Link to post
Share on other sites
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
Advertisement
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.