• 0
Aristo

RHS: Empty rows at trader

Question

I added RHS to my Exile Tanoa server (RHSUSAF and RHSAFRF) using this guide. I downloaded the files and picked the following folders from the list: APEX, EXILE, RHSUSFW, RHSV and RHSW (I hope these were the correct choice) and followed the instructions.

Now I am having the problem that there are empty rows at the trader when I want to buy something (armory-, equipment- and vehicletrader). I added a screenshot of my problem. Additionally I don't get any poptabs when I sell something at the wastedump.

This is what my code looks like:

class CfgExileArsenal
{
	#include "EBM\prices.hpp"
	#include "TRADERS\APEX\ItemListAPEX.hpp"
	#include "TRADERS\EXILE\ItemListExile.hpp"
	#include "TRADERS\RHSUSFW\ItemListRHSUSFW.hpp"
	#include "TRADERS\RHSV\ItemListRHSV.hpp"
	#include "TRADERS\RHSW\ItemListRHSW.hpp"

};
class CfgTraderCategories
{
	
#include "TRADERS\APEX\TraderCategoriesAPEX.hpp"
#include "TRADERS\EXILE\TraderCategoriesExile.hpp"
#include "TRADERS\RHSUSFW\TraderCategoriesRHSUSFW.hpp"
#include "TRADERS\RHSV\TraderCategoriesRHSV.hpp"
#include "TRADERS\RHSW\TraderCategoriesRHSW.hpp"
	
};
class CfgTraders
{
	
#include "TRADERS\CfgTraders.hpp"
};

I tried everything in the last two days, I would be very grateful if someone could help me or at least give me an idea what I am doing wrong.


Thanks everyone!

emptyrows.png

Share this post


Link to post
Share on other sites

2 answers to this question

  • 1

@Aristo

link for config.cpp from your mission file in a pastebin plz

Most of those mods in that are outdated and some classnames have changed or been removed also

Edited by arc7r7

Share this post


Link to post
Share on other sites
  • 0

Sorry for my late reply but I figured it out: The tutorial forgets to mention that you would have to go into the CfgTraders.hpp file to comment out the mods that you are not using. I figured that out once I finally took a close look at the file.

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.