Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

CSLALUKI

CDLC Developer
  • Content Count

    464
  • Joined

  • Last visited

  • Medals

Everything posted by CSLALUKI

  1. CSLALUKI

    Tasks

    You're welcome man !
  2. CSLALUKI

    A-10 Arma 3

    Yes. You have to create your own model with textures and config.
  3. CSLALUKI

    Tasks

    On the map, where do you want to have a tasks, create markers with the names for example tsk1- tsk4. Next, you create a task with the parameters. So, as follows: tsk1 = aP createSimpleTask ["Destroy fuel station"]; tsk1 setSimpleTaskDescription ["Destroy fuel station", "Destroy fuel station", "Primary task: Destroy fuel station"]; tsk1 setSimpleTaskDestination (getMarkerPos "tsk1"); aP setCurrentTask tsk1; tsk1 setTaskState "Assigned"; And according to this script, you create other tasks (only tsk1 you must rename at tsk2, tsk3, tsk4). If you using this script (preferably at the start, if you want to have visible only a task 1), so other tasks (tsk2, tsk3, tsk4) will be invisible after a period of time, until you show up: aP removeSimpleTask tsk2; aP removeSimpleTask tsk3; aP removeSimpleTask tsk4; It should work ...
  4. CSLALUKI

    HELP / Light stand

    Or with this script.
  5. True. Check out this list of weapons and their magazines.
  6. CSLALUKI

    FOB Iroquois Template

    Nice work, thanks for this
  7. CSLALUKI

    Arma3 Videos

    Very nice !
  8. CSLALUKI

    [WIP] Pilatus PC-21

    Amazing work on this plane ! ;)
  9. CSLALUKI

    [WIP] Video Streaming Mod

    Seriously nice work on this project ! :)
  10. CSLALUKI

    Rally

    Nice mission ! :bounce3:
  11. CSLALUKI

    WW AIMenu (complimentary commands)

    Nice work, thank you for new version ! :bounce3:
  12. I am surprised ! :bounce3: A wonderful mission, without large errors ;)
  13. CSLALUKI

    Mk v wip

    Very nice work on this ship R. Brown!
  14. CSLALUKI

    addAction Problem

    If you can't help, see here, and copy an example and edit it as you need. ;)
  15. At the end of a line is used a semicolon :) In your case it will be: 0 = [200,15,10] execVM "tpw_civ.sqf";
×