So I want to add the RHS mod to my server and know how to do that (Putting it in the arma folder, adding the key etc.) but I can't find anything about how to add stuff to the trader. I am an absolute beginner, so bear with me. I figured a lot of stuff out in the last days and added lots of stuff to the server but now I am kind of stuck. Sorry for my noob question!
Where exactly (Where inside the code) do I add stuff like this inside my .cpp file:
//UNIFORMS
class rhs_uniform_cu_ocp { quality = 3; price = 50; };
class rhs_uniform_cu_ucp { quality = 3; price = 50; };
class rhs_uniform_cu_ocp_101st { quality = 3; price = 50; };
//VESTS
class rhs_6sh92 { quality = 2; price = 50; };
class rhs_6sh92_radio { quality = 2; price = 50; };
Hey!
So I want to add the RHS mod to my server and know how to do that (Putting it in the arma folder, adding the key etc.) but I can't find anything about how to add stuff to the trader. I am an absolute beginner, so bear with me. I figured a lot of stuff out in the last days and added lots of stuff to the server but now I am kind of stuck. Sorry for my noob question!
Where exactly (Where inside the code) do I add stuff like this inside my .cpp file:
Share this post
Link to post
Share on other sites