Agony

Kill Feed?

6 posts in this topic

Hey guys i'm not sure if this is the best spot to put it but does someone have a suggestion for a script that shows kills\range\picture of the weapon etc that I could use? or something similar?

Share this post


Link to post
Share on other sites
Advertisement
1 hour ago, StokesMagee said:

my old script is still laying around: https://github.com/bismarck100/XG-KillMessages

Hey one question... in your description.ext you have the following:

 #include "killboard.hpp"


class CfgNetworkMessages
{
    class KillMessages
    {
        module = "KillMessages";
        parameters[] = {"STRING","STRING","OBJECT","OBJECT"};
    };
};
class RscTitles
{
    #include "KillMessages.hpp"
};



but i'm also using bounties and in the config.cpp it has:

 class CfgNetworkMessages


 {
     #include "MostWanted_Client\NetworkMessages.hpp"
 };




Is there a way to use both?

Share this post


Link to post
Share on other sites

class CfgNetworkMessages

{

#include "MostWanted_Client\NetworkMessages.hpp" 

class KillMessages

{

    module = "KillMessages";
    parameters[] = {"STRING","STRING","OBJECT","OBJECT"};
    };
};

Comment out the one in config.cpp...

/*

class CfgNetworkMessages

#include "MostWanted_Client\NetworkMessages.hpp"

*/

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.