a360236 10 Posted October 4, 2011 Basically I am editing a Arma RP server fur the fun of it. I am using an older version of Chernarus Life so I can make my own updates and advances etc. But the main issue I have came across is I have no clue how to make a shop. For example, I can add items to say crates. But I have no clue to add items to NPC shops. They are listed as: [truckshop,"Truck Shop",dummyobj,truckspawn,_ts,_ts,true], While a crate shop is: _copshop_sobr = [ "M4A1", "M4A1_Aim", "M4A1_HWS_GL", "M4A1_RCO_GL", "30Rnd_556x45_Stanag", "1Rnd_HE_M203", "FlareWhite_M203", "FlareGreen_M203", "FlareRed_M203", "FlareYellow_M203", Which is easy to edit. But I do not understand [truckshop,"Truck Shop",dummyobj,truckspawn,_ts,_ts,true], Anyhow, I tried adding a new shop, like so: _copshop_test = [ "M107", "10Rnd_127x99_m107", "M4SPR", "30Rnd_556x45_Stanag", "M24", "5Rnd_762x51_M24", "M249", "30Rnd_556x45_Stanag", As the crates name I put copshop_test. Which did not work, so I tried coptest. Which did not work..So this post is me trying to find out how to add shops. Any help would be nice, a link to a tut or even a simple answer. Thanks! Share this post Link to post Share on other sites