Jump to content

gersen

Member
  • Content Count

    44
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

10 Good

About gersen

  • Rank
    Lance Corporal
  1. In our server we have a script with a timer that give the server a restart command every few hour. After the last game update this command is not working, it works if you write it manually but not with the script. Anyone can help?
  2. gersen

    make civilian shoot

    thanks, this is what I was looking for: while { alive player} do { _man fire (currentWeapon _man); };
  3. I can make the civilian shoot at me. The problem is that we are 1 meter apart and they move away before start shooting. I want them shoot immediately, like the opfor. How?
  4. gersen

    createDisplay

    I can't find anyone empty I want to be able to move while opened, interacting with the object you are looking
  5. Good job! Now can start the questions: How to set a captive unit (without module)?
  6. gersen

    createDisplay

    so I need to create an addon with the class in the config?
  7. gersen

    createDisplay

    what i need is how to define the class called
  8. Someone can post some working example on the creation of Displays. I can't get it work;
  9. I'm very interested in the way the ace3 interaction menu works. I understand that when you push the key the dialog is been created, an eventhandler "mousemoving" is added (get the movement of the cursor and then fix it in the center), a loop starts (the icon are created). I have no idea on how these work: - how to move the camera,walking,... with a dialog opened - hot the icons are fixed in a 3d position -how to interact with the icon Someone can explain how these are made?
  10. I'm very interested in the way the ace3 interaction menu works. I understand that when you push the key the dialog is been created, an eventhandler "mousemoving" is added (get the movement of the cursor and then fix it in the center), a loop starts (the icon are created). I have no idea on how these work: - how to move the camera,walking,... with a dialog opened - hot the icons are fixed in a 3d position -how to interact with the icon Someone can explain how these are made?
  11. I like very much the interaction menu and I'm trying to understand how it works but there are lot of things I din't understand. Someone can help me and explain step by step what happen from the push of the key until its release?
  12. gersen

    config.bin

    Is possible using create new object with cfgWeapon. I'd like to link the came texture of vests and helmets to the missions, without the need of a mod. The uniforms have their hiddenselection, so I can change it via setobjectexture, but the other gear have no hiddenselection.
  13. gersen

    Problem with while do loop

    yes, the position is an array
×