Jump to content

JLC

Member
  • Content Count

    20
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About JLC

  • Rank
    Private First Class
  1. Ok, this explanation is good for me
  2. I think that this can be fixed with the following thing  <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_guner7 = (Units _groupAA) select ((Count (Units _groupAA)) - 1)  Please correct me if I am wrong. Or tell me why this happens.  Ok, I have just discovered why this happens.   The matter is that in the script buid.sqs the following thing is declared  <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_groupAA = group nimitz  And I had named the carrier as nimitz, this brings conflicts as you can see. So already you know, you cannot use the name nimitz with this addon. Changes are not needed in the script.
  3. Great job Gnat!!! However I have two problems with this addon. One is that when beginning any mission, it leaves me the following error message:  I think that this can be fixed with the following thing  <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_guner7 = (Units _groupAA) select ((Count (Units _groupAA)) - 1)  Please correct me if I am wrong. Or tell me why this happens.   The other one is that when any unit walks on the platform that is exactly behind the catapult number 4, beside the airplane elevator, a hole exists and everybody who walks in that area falls toward the sea. I believe that this was already reported. I wanted to know if some solution has been thought for this.
  4. JLC

    Object custom name

    Ok, I have just tried it. It is as you say. It seems that the person that wrote it, didn't know how to express how the command works.
  5. JLC

    Object custom name

    This is what says the official command reference
  6. JLC

    Object custom name

    You try with the name command?
  7. Thank you, I have just tried first. But I have a doubt, if we have an array it should have memory assigned to this. The problem is in that if we make this we are creating another array starting from the original one. Does some system for garbage collection exist in OFP?. I don't believe to have read anything of this. The command set has the option of being able to enlarge the arrays dynamically.
  8. I have an array of values and I want to upgrade it. Something like that as the following thing <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _pointList = [[21, 49], [20, 30], [33,12]] (_pointList select 0) = _pointList select 2 This gives me an error. And I am thinking that maybe these Arrays are static in the moment that they are declared. Does some form exist of being able to make this? If it is possible to make it in some form, they also interest me to make arrays that can grow when it is needed. Is this possible? If it is it, how to make it?
  9. Apologize, I thought that they were the same person. Thank you for the link, immediately I begin to work and then I tell to you
  10. Maybe if the other sections are named in the moment to create them, this could be made. I am not an expert in this but I think that it can take the name of the section that is named and to link it with some generic name like Section1,... SectionN. For example if the name of the vehicle is MyCarrier the rest of the sections they would be MyCarrierSection1,...., MyCarrierSectionN
  11. Yes, the link works. Thank you, have just sent him the PM, now it is necessary to wait
  12. I declare myself a beginner in this forum. In fact this it would be the first message that would send to somebody personally. How do I obtain the bigpopa address?
  13. I declare myself a beginner in this forum. In fact this it would be the first message that would send to somebody personally. How do I obtain the bigpopa address?
  14. I forgot a last thing The problem is in that I want to visualize many strings whose longitude doesn't exceed the 70 characters. These strings interest me that they are generated each one second or less during approximately 5 minutes.And of course I need to see them. I think that the best form is using the Vektorboson´s console.
  15. The problem this in that I don't have the Vektorboson´s console. I found this thread Vektorboson's announcement of debug console where Vektorboson announces the console version 2, I try to unload it but the link gives me an error that the files don't exist. Looking for a little there was the following message 02.04.2004 Update My work gets a new license, therefore downloads were removed. They will be up soon again. in the link Vektroboson's OFP Page Does somebody know some place I be able to discharge the two files in the Vektorboson´s announcement? Or Can somebody that has already unload them send them to my, or to put them in some place so that I can unload them?
×