Jump to content

tombguy5

Community Member
  • Posts

    216
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by tombguy5

  1. Hey there Ahoyworld community! I've been working a Bubble Sort Algorithm for my grade 12 IT class using Java. I have it working properly. However, if I have values like this: 2, 5, 3, 4, 1 the program will sort it as: 1, 2, 3, 4, 5 But, for any values used like this: 111, 90, 12, 555, 3 the program will sort it as: 111, 12, 3, 555, 90 I have been trying to fix this for hours to no avail, does anyone have any idea? Here is the WHOLE code: Also, please let me know how I did everything as it is. I'm sure the error is of something that is extremely simple that I do not even see it! Note: The program is 60 lines long (the challenge for the class is to make it as short as possible for efficiency.) Please help! Also, feedback to possibly improve the efficiency of the program would be great!
  2. As far as I know, there is a bug regarding to the greyhawk spawn because of how BIS coded the greyhawk and the way it functions. I don't have very much details about it but I'm sure there will be more people that will help fill in the gaps.
  3. Mmm, depending on what time you are going to test it out, I can help you.
  4. Looks uncomfortable for your hands :l
  5. So, I want to make the trigger repeat, its got repeatedly on. And as you know, Triggers have a trigger zone that will activate once a condition is met (player entering the trigger area). Now, for this mission I'm making, You will NOT leave the zone, so the condition is ALWAYS met and until it's not met, it will not reactivate. I'm just wondering if there's a way to 'trick' the trigger to restart when you execute the radio command (0-0-1). Because I'm trying to create a Strategic Map that can be called at will but because of radio commands never deactivate when its called... I want a way to deactivate it without deleting the trigger and thus giving me the option to use strategic map again.
  6. Hello y'all! I've come across an issue... As the title says, I just cant get Triggers to repeat even with Repeatedly on. Allow me to go more in-depth, I have a trigger set on repeatedly, it works when you leave the trigger zone and go back in. I don't want that to be the case, I want it to repeat even when the same unit that activated it is still in the trigger zone without leaving. I got the trigger set on Radio Command, but I still have to leave the trigger zone and go back in to call it again. Anyone have ideas on what I can possibly do? I've searched for hours all over and still haven't found a solution for the situation I am in.
  7. I thought 1 = true, so there is BattlEye and 0 = false which means no BattlEye?
  8. I believe it is possible as ArmA 3 uses the same commands as arma 2. Of course arma 3 has newer commands but it all still works.
  9. It's very possible to get the AI units to join group after an instance has occurred or when a rescue operator comes into the area. Through the use of triggers or gamelogic, it may work. Maybe we'll see it in I&A 3, one way to find out... wait for it
  10. There will be at least one cargo plane in ArmA 3, if you go to editor --> Side: Empty --> Wrecks --> C192
  11. szia! Üdvözöljük a fórum! Találkozunk a csatatéren! Forgive me for my bad hungarian typing, I'm still learning it! Good to see another hungarian around!
  12. According to the report, the issue is "assigned" hopefully fixed in the next update! p.s. those UAV's and UGV's in the dev build are sexy :-)
  13. 24 people voted up* :-) On another note, good thing someone reported this
  14. I want to participate but I'm going on vacation for 10 days this weekend... But I'll still have fun on vacation
  15. Heh, welcome to the community! See you on the battlefield!
  16. Hey there, I had posted my mission on Bistudio Forums (which is also now on armaholic ) and I noticed that we don't have a Group in Bistudio. Do you guys think we should have one? It could potentially open up a wider array of players that would be mature I'd say because you would need an account to apply and the account making process in Bistudio is a pain so there would be less immature kiddies and more mature players on the forums. Making a group would also 'advertise' our existance (not saying we dont get enough players with I&A now) but make us more popular in the mature community since Bistudio is also heavily administrated. What do you guys think?
  17. Hey there! I think you're the only other Canadian other than me! eh? Welcome to the community! I'm guessing your favourite thing to do in a war is to blow stuff up See you on the battlefield!
  18. Welcome to the AhoyWorld community friend! Always good to have a seasoned player in the community! See you on the battlefield!
  19. This is a known issue. We are trying to solve this as soon as possible! Should be fixed in the next version. Please hang tight in there! - R. Berezon
  20. This issue first appeared from the latest update (v0.74) and it conflicts with one of the functions in the spawn protection script I believe. Hopefully this issue will be resolved shortly!
  21. tombguy5

    Gentlemen.

    Welcome to AhoyWorld Hope to see you on the battlefield! If you have any questions regarding ArmA 3, you know where to ask!
  22. FIXED! I finally found the solution! How you properly implement Radio Sounds in the description.ext is like this: I suppose you all get a little sneak-peak at my mission communications
  23. Okay, thanks Rarek. I'll take a look and let you know. == EDIT == I took a look in CfgViewer, It appears that CfgRadio is not in the list but I still get the audio with radio effects from the radio itself if you have one. This is interesting... I tried to rename name and title (separately of course) and none worked. I am stumped! Hmm I saw that in the Scenarios that Bistudio made, they implemented CfgRadio but I am trying to find the files like in a .pbo format or something. Ideas where to find them? So I can see how they made theirs.
  24. Hey there Ahoyworld Community, I have a mission in the works at the moment and I am trying to add CfgRadio sounds so I can call them in the mission with a different script. Here is the code for CfgRadio: A side note: In notepad++ there are indentations unlike what's above. So here's the problem I have. When I call in my first Radio Sound, I get a pop up like what you see here But after I click 'Close' I can hear the sound clip no problem. So my question is: What's causing the popup to appear? How can I stop it? If you know the solution, please let me know!
×
×
  • Create New...