-
Content Count
464 -
Joined
-
Last visited
-
Medals
Everything posted by CSLALUKI
-
You're welcome man !
-
Yes. You have to create your own model with textures and config.
-
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 ...
-
Or with this script.
-
True. Check out this list of weapons and their magazines.
-
USSOCOM DEVGRU and 75th RANGER A3
CSLALUKI replied to massi's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Nice ! Thanks ! :bounce3: -
AAF+civies (retexture of Vilas addons)
CSLALUKI replied to topas's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Amazing work ! -
[MP][TVT/COOP] Total Conquest for Arma III
CSLALUKI replied to tvig0r0us's topic in ARMA 3 - USER MISSIONS
Nice mission !- 303 replies
-
- conquest
- instant action
-
(and 1 more)
Tagged with:
-
Nice work, thanks for this
-
TPW CIVS: ambient civilians and traffic for Arma 3
CSLALUKI replied to tpw's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Nice :bounce3: -
U.C.S.V. Cargo & Support Drone
CSLALUKI replied to mp5gosu's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Very nice ! -
Amazing work on this plane ! ;)
-
[WIP] Video Streaming Mod
CSLALUKI replied to apocalypex's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Seriously nice work on this project ! :) -
Nice mission ! :bounce3:
-
WW AIMenu (complimentary commands)
CSLALUKI replied to Windwalking's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Nice work, thank you for new version ! :bounce3: -
WW AIMenu (complimentary commands)
CSLALUKI replied to Windwalking's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Nice work ! ;) -
[SP] Battlefields (@Delta Hawk USMM)
CSLALUKI replied to Stagler's topic in ARMA 2 & OA - USER MISSIONS
I am surprised ! :bounce3: A wonderful mission, without large errors ;) -
AH-64D Apache Longbow for ArmA2 by Nodunit and Franze
CSLALUKI replied to franze's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Nice work ! -
Advanced Cockpit Interaction
CSLALUKI replied to Enricksolt's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Great job ! -
Very nice work on this ship R. Brown!
-
If you can't help, see here, and copy an example and edit it as you need. ;)
-
Looks awesome :)
-
TPW CIVS: ambient civilians and traffic for Arma 3
CSLALUKI replied to tpw's topic in ARMA 3 - ADDONS & MODS: COMPLETE
At the end of a line is used a semicolon :) In your case it will be: 0 = [200,15,10] execVM "tpw_civ.sqf"; -
A dumb mod: Swim Stratis
CSLALUKI replied to sakura_chan's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Cool !