Updated ServerTrader & added Categories

This commit is contained in:
Florian Kinder
2014-02-04 14:30:50 +01:00
parent 8606f7ba11
commit 74288825b7
3 changed files with 19 additions and 19 deletions

View File

@@ -1,17 +0,0 @@
#include "TraderCategory.hpp"
class CfgServerTrader {
//Hero Trader for Example
class RU_Functionary1 { //Classname of the person
humanity = "hero"; //If Hero, normal or bandit
category[] = { //{"DisplayName","LinkedCategory"}
{"Ammunition","ammunition_1"},
{"Clothes","clothes_1"},
{"Helicopter Armed","heliarmed_1"},
{"Military Armed","militaryarmed_1"},
{"Trucks Armed","truckarmed_1"},
{"Weapons","weapons_1"}
};
};
};

View File

@@ -1,8 +1,10 @@
#include "CfgServerTrader\TraderCategory.hpp"
class CfgServerTrader {
#include "CfgServerTrader\TraderHero.hpp"
#include "CfgServerTrader\TraderFriendly.hpp"
#include "CfgServerTrader\TraderNeutral.hpp"
#include "CfgServerTrader\TraderBandit.hpp"
};
class CfgTraderCategory {
#include "CfgTraderCategory\HeroAmmunition.hpp"
};