Example for #824

This commit is contained in:
Skaronator
2014-02-02 23:15:56 +01:00
parent 5c38e0b9c2
commit 4001f30d0d
2 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#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"}
};
};
};