• 0
Sign in to follow this  
xxdemonhearted

Merging Ravage and Exile

Question

3 answers to this question

  • 0

Add this to the bottom of your description.ext in your mission PBO.

 

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

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

    class Commands
    {
        mode = 0;
        jip = 0;
    };
};

Should allow Ravage Zombies to spawn.

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.