Enrico Posted May 6, 2017 Report Share Posted May 6, 2017 Hey habe das Problem, das wenn ich beim Schwarzmarkt was verkaufe oder kaufe das bei mir kein Crypto hinzugefügt oder entfernt wird hilfe? Hey the problem, if I was selling the black market or buy the me with no Crypto is added or removed help? Link to comment Share on other sites More sharing options...
He-Man Posted May 7, 2017 Report Share Posted May 7, 2017 Link to comment Share on other sites More sharing options...
Enrico Posted May 7, 2017 Report Share Posted May 7, 2017 Wo finde ich den die Datei wo ich dies ändern muss? Link to comment Share on other sites More sharing options...
He-Man Posted May 7, 2017 Report Share Posted May 7, 2017 In the takegivecrypto Link to comment Share on other sites More sharing options...
lesvieuxcrevards Posted June 1, 2017 Report Share Posted June 1, 2017 Hi, Anyone know how to remove the blue label on map (blackmarket) to have standard blue dot ? Best regards. Link to comment Share on other sites More sharing options...
Ghostrider-GRG Posted June 1, 2017 Report Share Posted June 1, 2017 1 hour ago, lesvieuxcrevards said: Hi, Anyone know how to remove the blue label on map (blackmarket) to have standard blue dot ? Best regards. Open traders\init.sqf. go to line 23 or so. Change as follows: //marker text for traders _markertext = ""; Repack your mission pbo and you should have blue dots without text labels. Cheers, Ghost lesvieuxcrevards 1 Link to comment Share on other sites More sharing options...
lesvieuxcrevards Posted June 1, 2017 Report Share Posted June 1, 2017 Thank you Ghostrider Link to comment Share on other sites More sharing options...
Flo|Atompilz Posted June 2, 2017 Report Share Posted June 2, 2017 my BM dosent load the HSPricing.hpp i edit the description #include "trader\HSPricing.hpp" dont work for me pls HELP :( Link to comment Share on other sites More sharing options...
Varizelle Posted June 3, 2017 Report Share Posted June 3, 2017 Bei mir gehts - liegt sicherlich an einer der trader dateien - versuche doch mal die Originale datei zu nutzen - und dann die Einträge manuell zu ersetzen ;) ... ansonsten weißt du ja wo du mich findest - falls du hilfe brauchst! Link to comment Share on other sites More sharing options...
lesvieuxcrevards Posted June 13, 2017 Report Share Posted June 13, 2017 Hi, I've couple of questions on this mod : For pricing does it possible to have a selling price and a buying price ? To add missing standard items included inside Arma3 and his extensions, I've only to edit "HSPrincing.hpp" and adding items with price ? About GUI : Does it possible to change size of GUI ? Where is located this parameter ? Does it possible to change fonts size ? Where is located this parameter ? Can i add subsection for items ? For example : have subsection by calibers of ammunitions ? Where is located this parameter ? Inside "tradedialog.hpp", I've discovered a paramter : moveingenabled=false; whate is purpose of this parameter? How does it work ? Best Regards. Link to comment Share on other sites More sharing options...
Ghostrider-GRG Posted June 13, 2017 Report Share Posted June 13, 2017 Question 2: Yes, you should be able to add any additional items that you want those traders to sell. Question 3.1: Yes, in principle but it would require significant revision of the code. You would have to adjust the sizes of the dialogs. Question 3.2: Yes, you can change them in the dialogs (tradedialog.hpp). Quesion 3.3: In principle yes but you would need to rework the code. Quesion 4: this enables or disables the ability of a player to move the dialog on the screen. lesvieuxcrevards 1 Link to comment Share on other sites More sharing options...
lesvieuxcrevards Posted June 13, 2017 Report Share Posted June 13, 2017 1 hour ago, Ghostrider-DbD- said: Question 2: Yes, you should be able to add any additional items that you want those traders to sell. Question 3.1: Yes, in principle but it would require significant revision of the code. You would have to adjust the sizes of the dialogs. Question 3.2: Yes, you can change them in the dialogs (tradedialog.hpp). Quesion 3.3: In principle yes but you would need to rework the code. Quesion 4: this enables or disables the ability of a player to move the dialog on the screen. Thank you @Ghostrider-DbD- I will work on points 2/4/3.2 it's easy simple paramters. I will try working on 3.1 but require hugh work to understand the code (an I don't have test server). I'm delaying (for unknown duration) point 3.3, it's more cosmetic fetaure than usefull. Link to comment Share on other sites More sharing options...
stormchaser206 Posted June 21, 2017 Report Share Posted June 21, 2017 Where is allowedDialogs? I don't have a run.sqf in my infistar (never got one) Link to comment Share on other sites More sharing options...
Krit Posted July 4, 2017 Report Share Posted July 4, 2017 On 22.04.2015 at 8:25 PM, Suppe said: / * HS Blackmarket от Halv & Suppe* / I added the trader the T-100. The tank comes with the purchase, but after purchase it does not appear, and the money is withdrawn. How to fix it? Thank you. Link to comment Share on other sites More sharing options...
natoed Posted July 13, 2017 Report Share Posted July 13, 2017 Hi All, This was the most easiest script to install and configure, along with the two forum fixes all is good. My Question: What is the best solution to disable buying, as I would like BMT for selling only. cheers natoed Link to comment Share on other sites More sharing options...
Ghostrider-GRG Posted July 13, 2017 Report Share Posted July 13, 2017 4 hours ago, natoed said: Hi All, This was the most easiest script to install and configure, along with the two forum fixes all is good. My Question: What is the best solution to disable buying, as I would like BMT for selling only. cheers natoed I believe that there is a place you can blacklist items you do not wish to be sold, possibly in the init. I will try to dig out the info for you if need be. natoed 1 Link to comment Share on other sites More sharing options...
natoed Posted July 13, 2017 Report Share Posted July 13, 2017 (edited) @Ghostrider-DbD- thanks, I did try flipping "$STR_HS_SELL_MODE" with "$STR_HS_BUY_MODE" in the tradedialog.hpp but lol just switch menu's around Will try changing HS_buyorsell in the tradermenu.sqf time with tell. cheers natoed Edit - Yes it works just add all items in the HSPricing.hpp to the blacklist in the settings.sqf, lol its one hell of an array thanks again Edited July 13, 2017 by natoed blacklist items works Link to comment Share on other sites More sharing options...
Ghostrider-GRG Posted July 13, 2017 Report Share Posted July 13, 2017 3 hours ago, natoed said: @Ghostrider-DbD- thanks, I did try flipping "$STR_HS_SELL_MODE" with "$STR_HS_BUY_MODE" in the tradedialog.hpp but lol just switch menu's around Will try changing HS_buyorsell in the tradermenu.sqf time with tell. cheers natoed Edit - Yes it works just add all items in the HSPricing.hpp to the blacklist in the settings.sqf, lol its one hell of an array thanks again I was thinking of the blacklist in settings.sqf. I am not sure if that allows you to exclude items from being sold by the trader while allowing those same items to be bought. There is a post around somewhere on this I think, probably by Heman at a tim when I had a similar question. Link to comment Share on other sites More sharing options...
natoed Posted July 13, 2017 Report Share Posted July 13, 2017 3 hours ago, Ghostrider-DbD- said: I was thinking of the blacklist in settings.sqf. I am not sure if that allows you to exclude items from being sold by the trader while allowing those same items to be bought. There is a post around somewhere on this I think, probably by Heman at a tim when I had a similar question. I added the whole HSPricing.hpp to the blacklist in the settings.sqf Nothing can be purchased but everything can be sold still. this method will do for now, thanks for the help cheers natoed Link to comment Share on other sites More sharing options...
[email protected] Posted November 2, 2017 Report Share Posted November 2, 2017 anyone running this on 1.0.0 yet ? Link to comment Share on other sites More sharing options...
Drokz Posted November 2, 2017 Report Share Posted November 2, 2017 3 hours ago, [email protected] said: anyone running this on 1.0.0 yet ? Yes me and some other hosts run this Link to comment Share on other sites More sharing options...
ReDBaroN Posted November 2, 2017 Report Share Posted November 2, 2017 4 hours ago, [email protected] said: anyone running this on 1.0.0 yet ? Yes, we are too. No problems reported... Link to comment Share on other sites More sharing options...
lesvieuxcrevards Posted November 2, 2017 Report Share Posted November 2, 2017 Dismiss my question : found inside \trader\init.sqf Hi a question regarding NPC blackmarket shop , does is possible to define fixed position for 1 blackmarket shop ? Link to comment Share on other sites More sharing options...
ReDBaroN Posted November 2, 2017 Report Share Posted November 2, 2017 Yes, glad you found it. Just make sure you're adding to the correct case for the correct map. If the map you're using isn't there, just create it by copy/pasting one of the other cases. Link to comment Share on other sites More sharing options...
BenQ Posted February 8, 2018 Report Share Posted February 8, 2018 Kind time of days all. Help or assist please with a problem: the Trader does not give me dzheng for sale. I found error, but how to fix it, I do not know. Here is the code from RPT: 8:47:19 Error in expression <'; _vars = _player getVariable ['VARS', [] + EPOCH_defaultVars_SEPXVar]; _curcrypt => 8:47:19 Error position: <+ EPOCH_defaultVars_SEPXVar]; _curcrypt => 8:47:19 Error +: Type code, Expected Number, Array, String, Not a Number 8:47:19 File mpmissions \ __ cur_mp.Altis \ trader \ HALV_takegive_crypto.sqf, line 22 8:47:19 Error in expression <'; _vars = _player getVariable ['VARS', [] + EPOCH_defaultVars_SEPXVar]; _curcrypt => 8:47:19 Error position: <+ EPOCH_defaultVars_SEPXVar]; _curcrypt => Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now