Ambizos

Auto run in XM8

3 posts in this topic

I can autorun while i am in the XM8, then i go to CCTV and choose a camera! Then i run inside bases/houses and everything. Someone know this issue?

I use the Infistar APP function.

Share this post


Link to post
Share on other sites

Will add the reply here (I replied on Discord) so others can fix it

you can fix it by blocking autorun near territories ExileClient_system_autoRun_canAutoRun.sqf Need to add into the exception block

if ([getPosATL player, 100] call ExileClient_util_world_isTerritoryInRange) then
    {
        throw false;
    };
  • Like 2

Share this post


Link to post
Share on other sites

Where is this file? I checked where I thought it would be in my server.pbo code folder and I don't have  a ExileClient_system_autoRun_canAutoRun.sqf

Can someone pastebin theirs? ALso, where would I need to call it from?

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.