Halvhjearne Posted July 1, 2015 Report Share Posted July 1, 2015 On 7/1/2015 at 1:25 PM, BetterDeadThanZed said: Does the helipad require a certain clearance around it for the vehicle to spawn on it? I have a helipad and I bought a motorbike and it didn't spawn on the helipad. Also, is there a specific classname of helipad or will any helipad do? if you used the one from aiatp it might not be detected, use any of these: ["Land_HelipadCivil_F","Land_HelipadCircle_F","Land_HelipadEmpty_F","Land_HelipadSquare_F","Land_JumpTarget_F"] Link to comment Share on other sites More sharing options...
WolfkillArcadia Posted July 2, 2015 Report Share Posted July 2, 2015 Hello everyone, I am at a loss. I run a bunch of extra mods on my server, and everything works fine. I can run the HS Traders script without any issues, but the second I add anything to HSPricing.hpp, the server won't load. I switch it back to the original file, it works fine. Below is my pastebin link to the file I am using. I've recreated this file twice with no luck. I really want to be able to add all the extra mods into the traders so players can buy/sell them. Can anyone help? http://pastebin.com/zNgtj8tJ Thank you! Link to comment Share on other sites More sharing options...
Halvhjearne Posted July 2, 2015 Report Share Posted July 2, 2015 On 7/2/2015 at 2:16 AM, WolfkillArcadia said: Hello everyone, I am at a loss. I run a bunch of extra mods on my server, and everything works fine. I can run the HS Traders script without any issues, but the second I add anything to HSPricing.hpp, the server won't load. I switch it back to the original file, it works fine. Below is my pastebin link to the file I am using. I've recreated this file twice with no luck. I really want to be able to add all the extra mods into the traders so players can buy/sell them. Can anyone help? http://pastebin.com/zNgtj8tJ Thank you! sorry, but i dont have any plans on going through your major pricelist to find the error ... i suggest you check your rpt file and see whats up, if there is an error in this file it will be shown in the server logs. Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 2, 2015 Report Share Posted July 2, 2015 Hey Halv and suppe, just a quick bug report. I've got some players that are able to dup their sale with some quick button work. I have watched their sale and have diaglogged it showing they got paid twice. Thanks for your hard work in the meantime Link to comment Share on other sites More sharing options...
WolfkillArcadia Posted July 2, 2015 Report Share Posted July 2, 2015 On 7/2/2015 at 2:26 AM, Halvhjearne said: sorry, but i dont have any plans on going through your major pricelist to find the error ... i suggest you check your rpt file and see whats up, if there is an error in this file it will be shown in the server logs. Nothing in the RPT. Which is what confuses me. Oh well, thanks for the help none the less. Link to comment Share on other sites More sharing options...
Halvhjearne Posted July 2, 2015 Report Share Posted July 2, 2015 On 7/2/2015 at 2:30 AM, DirtySanchez said: Hey Halv and suppe, just a quick bug report. I've got some players that are able to dup their sale with some quick button work. I have watched their sale and have diaglogged it showing they got paid twice. Thanks for your hard work in the meantime in suppes githubfiles, move this line: https://github.com/GBR-Suppe/a3_epoch_HSBlackmarket/blob/master/MPMissions/epoch.Altis/trader/tradermenu.sqf#L1037 to inbetween 614 & 615 and it should not be possible, if you can still do it i can add another possible fix. On 7/2/2015 at 3:02 AM, WolfkillArcadia said: Nothing in the RPT. Which is what confuses me. Oh well, thanks for the help none the less. usually it shows a message about why it fails to load arma, if you are renting a gameserver, then you proberbly wont get this message ... either way, it is most likely caused by a double entry or a misplaced sign/letter. Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 2, 2015 Report Share Posted July 2, 2015 thanks went ahead and made this change:HS_confirmtrade = { #include "settings.sqf"; closeDialog 0; _spawnveh = -1; Link to comment Share on other sites More sharing options...
DigitalPurge Posted July 3, 2015 Report Share Posted July 3, 2015 Im trrying to get is so only HS trader ( Love it ) sells only mass weapons, for the life of me i cant figure it out! i do believe i am have a blond moment! Link to comment Share on other sites More sharing options...
Halvhjearne Posted July 3, 2015 Report Share Posted July 3, 2015 On 7/3/2015 at 3:35 PM, DigitalPurge said: Im trrying to get is so only HS trader ( Love it ) sells only mass weapons, for the life of me i cant figure it out! i do believe i am have a blond moment! make the HSPricing file only have @mas weapons, then in CfgPricing you have everything else, if you just want default prices at normal traders, you wont even need to change anything in CfgPricing, in that case just remove the default items from HSPricing file. Link to comment Share on other sites More sharing options...
DigitalPurge Posted July 5, 2015 Report Share Posted July 5, 2015 On 7/3/2015 at 7:26 PM, Halvhjearne said: make the HSPricing file only have @mas weapons, then in CfgPricing you have everything else, if you just want default prices at normal traders, you wont even need to change anything in CfgPricing, in that case just remove the default items from HSPricing file. So im failing at this, I have got to the part of filling in HSpricing but nothing seems to work, been trying for 2 days now. my hspricing isnt working with the mass weapons! http://pastebin.com/TMX40M7j any help would be loved : P Link to comment Share on other sites More sharing options...
Halvhjearne Posted July 5, 2015 Report Share Posted July 5, 2015 On 7/5/2015 at 6:15 PM, DigitalPurge said: So im failing at this, I have got to the part of filling in HSpricing but nothing seems to work, been trying for 2 days now. my hspricing isnt working with the mass weapons! http://pastebin.com/TMX40M7j any help would be loved : P my guess is you have a duplicate entry if there is not typeo's ... i dont feel like checking everyones custom pricelists, sorry. you will have to find the error on your own somehow, but as i said, most likely its a dublicate entry or a typeo somewhere. Link to comment Share on other sites More sharing options...
DigitalPurge Posted July 5, 2015 Report Share Posted July 5, 2015 On 7/5/2015 at 9:35 PM, Halvhjearne said: my guess is you have a duplicate entry if there is not typeo's ... i dont feel like checking everyones custom pricelists, sorry. you will have to find the error on your own somehow, but as i said, most likely its a dublicate entry or a typeo somewhere. On 7/5/2015 at 9:35 PM, Halvhjearne said: my guess is you have a duplicate entry if there is not typeo's ... i dont feel like checking everyones custom pricelists, sorry. you will have to find the error on your own somehow, but as i said, most likely its a dublicate entry or a typeo somewhere. Not asking to you bud :) Just a point in the right direction and off i trot! cheers man Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted July 6, 2015 Report Share Posted July 6, 2015 On 7/2/2015 at 3:57 AM, Halvhjearne said: in suppes githubfiles, move this line: https://github.com/GBR-Suppe/a3_epoch_HSBlackmarket/blob/master/MPMissions/epoch.Altis/trader/tradermenu.sqf#L1037 to inbetween 614 & 615 and it should not be possible, if you can still do it i can add another possible fix. usually it shows a message about why it fails to load arma, if you are renting a gameserver, then you proberbly wont get this message ... either way, it is most likely caused by a double entry or a misplaced sign/letter. Ok so "closeDialog 0;" should be deleted from line 1038 and added below line 614? Or is it just being added there? Link to comment Share on other sites More sharing options...
Halvhjearne Posted July 6, 2015 Report Share Posted July 6, 2015 On 7/6/2015 at 6:28 PM, BetterDeadThanZed said: Ok so "closeDialog 0;" should be deleted from line 1038 and added below line 614? Or is it just being added there? this is the line that closes the menu, so it cannot be pressed twice ... it wouldnt really matter if it was there twice, but its only needed in the beginning where i say to move it. ill send suppe a message to update (if he can find some time to do it), but im not sure if he will even have the time for this ... he is rather busy with his irl job recently. Link to comment Share on other sites More sharing options...
Suppe Posted July 6, 2015 Author Report Share Posted July 6, 2015 hey, year i am really sorry, i am really busy right now... no time for scripting :( halvs github is linked on the mainpost.... or @ halv... send me a pullrequest in github, u can fix it in my github with the pullrequests.... (if I have time, I'll come to you in the TS) Greetz Suppe Link to comment Share on other sites More sharing options...
Halvhjearne Posted July 7, 2015 Report Share Posted July 7, 2015 Quote completed french translations, thanks @alden https://github.com/Halvhjearne/trader/blob/master/Stringtable.xml Link to comment Share on other sites More sharing options...
Halvhjearne Posted July 7, 2015 Report Share Posted July 7, 2015 Quote correct italian, thanks to @W4lly63 https://github.com/Halvhjearne/trader/blob/master/Stringtable.xml Link to comment Share on other sites More sharing options...
DirtySanchez Posted July 7, 2015 Report Share Posted July 7, 2015 Thanks guys it seems that close dialog fix has stopped the sell duping. Hope my teams bug report and your hard work can help everyone that uses this! Link to comment Share on other sites More sharing options...
Vipzer Posted July 7, 2015 Report Share Posted July 7, 2015 working on my server only problem I am having with this.. why dose the trader not buy anything from you? Link to comment Share on other sites More sharing options...
dnk_paul Posted July 7, 2015 Report Share Posted July 7, 2015 They do. You have to click where it says 'Buy mode' and it changes to 'Sell Mode' instead Link to comment Share on other sites More sharing options...
Vipzer Posted July 8, 2015 Report Share Posted July 8, 2015 On 7/7/2015 at 9:17 PM, dnk_paul said: They do. You have to click where it says 'Buy mode' and it changes to 'Sell Mode' instead I do.. I get the money for it but the item dose not vanish Link to comment Share on other sites More sharing options...
dnk_paul Posted July 8, 2015 Report Share Posted July 8, 2015 On 7/8/2015 at 12:06 AM, Vipzer said: I do.. I get the money for it but the item dose not vanish To me, that sounds like the HALV_PurgeObject.sqf isn't being called. But I'll let Halv or Suppe respond for an official answer Link to comment Share on other sites More sharing options...
Halvhjearne Posted July 8, 2015 Report Share Posted July 8, 2015 On 7/7/2015 at 8:43 PM, Vipzer said: working on my server only problem I am having with this.. why dose the trader not buy anything from you? On 7/8/2015 at 12:06 AM, Vipzer said: I do.. I get the money for it but the item dose not vanish no rpt errors ...? Link to comment Share on other sites More sharing options...
Vipzer Posted July 8, 2015 Report Share Posted July 8, 2015 On 7/8/2015 at 12:05 PM, Halvhjearne said: no rpt errors ...? nothing no errors Link to comment Share on other sites More sharing options...
Vipzer Posted July 8, 2015 Report Share Posted July 8, 2015 no clue what so ever now its fixed it self I am so confused 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