• 0
BrokenNail

[Solved] XM8 Quad and Mozzie not visible once spawned

Question

Hi all, I am having a problem with the XM8 spawn-able Quad and Mozzie. The XM8 buttons work fine, the player (with item for spawning such as Extension Cord) begins the animation to spawn the vehicle, the extension cord is consumed and a message pops up saying "Vehicle Deployed" ....but the vehicle is not visible...anywhere. 

 

 

Edited by BrokenNail
solved

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

After much searching I found the fix for this by Freakboy_Gaming on Youtube. Hope it helps others.

go to.... exile.altis.pbo  and unpack

go to description.ext and add this line to class cfgremoteexec:

Spoiler

class ExAdServer_fnc_clientRequest { allowedTargets=2; };

Here is what it looks like for me in my file:

 

Spoiler

class CfgRemoteExec
{
    class Functions
    {
        mode = 1;
        jip = 0;

        class ExAdServer_fnc_clientRequest { allowedTargets=2; };
        class ExileServer_system_network_dispatchIncomingMessage
        {
            allowedTargets = 2;
        };
    };

 

Share this post


Link to post
Share on other sites
  • 0

you didn't have to do much searching for that "fix", reading ExAd install instructions which are in the ExAd package would do the trick. :p

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.