-
Content Count
364 -
Joined
-
Last visited
-
Medals
Community Reputation
47 ExcellentAbout BlacKnightBK
-
Rank
Staff Sergeant
Contact Methods
-
Website URL
http://armasteamplay.com/
Profile Information
-
Gender
Male
-
Location
Egypt
-
Interests
thinking
Recent Profile Visitors
-
Simple Task not working
BlacKnightBK replied to BlacKnightBK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have the same function working at other points of the mission file, but not here for some reason, I tried taking it out and placing it at other points same result -
Simple Task not working
BlacKnightBK replied to BlacKnightBK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Did not work man, Thanks though -
Simple Task not working
BlacKnightBK replied to BlacKnightBK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have tried taking it out of the function file and run as a script instead same result -
BlacKnightBK started following Remove Default city names of map, Simple Task not working, how to create a new keybind and and 3 others
-
I have created this simple task as a sub Task of another one. However, it is not appearing even though the Test hint is executed and appearing on screen. Is there something I am doing wrong? params []; private _pos = getArray (missionConfigFile >> "locations" >> "kavalaSquare" >> "pos"); private _oper = localize "STR_C_SideMission"; private _parent = localize "STR_SMMK_Operation"; private _briefing = localize "STR_FM_KavSideBrief"; private _task = [west, [_oper,_parent], [_briefing, _oper, "Kavala"], _pos, "Created", 5, true, "meet", true] call BIS_fnc_taskcreate; hint "Test --> Trig Activated"; _task;
-
how to create a new keybind
BlacKnightBK replied to BlacKnightBK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you @Lucullus, even if it doesn't work you have given me the beginning of the rope :) Cheers man -
Hello guys, I would like to know how to create new keybinds without using mods. E.g when player presses shift+h his weapon gets holstered. Sorry if the answer is already available somewhere I am busy with so many other stuff I was not bothered googling it with it not being a high priority issue for me. Cheers
-
How to spawn a full squad at once?
BlacKnightBK replied to BlacKnightBK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You are a dream come true mate, I have been looking for this for 2 hours straight lol Thanks man -
How to spawn a full squad at once?
BlacKnightBK posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello guys, I would like to create in my sqf file a whole fireteam without having to create each soldier separately and grouping them. Now I know it can be done in Eden editor, but I want to be able to do the same in my sqf files. Is there a command/BIS function already there or do I have to create my own?? Thanks in advance -
Enums, are they possible
BlacKnightBK replied to BlacKnightBK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@Larrow As usual, you are amazing, Thanks mate Much appreciated -
Enums, are they possible
BlacKnightBK replied to BlacKnightBK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@Muzzleflash Thanks. I guess this is more complicated than Java but it looks like this is the closest I can get to Enums as I can. Cheers mate -
Enums, are they possible
BlacKnightBK replied to BlacKnightBK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I do not see anything but just integer variables, how do I treat those as Enums. back in java an Enum called DLC looked something like this: Except in sqf it is important to me because for each of my enums I want a String, an Integer and an Array of 2 integers -
Hello guys, I wanted to create some global variables I need some special data. I thought of doing those as an array but remembered from java that Enums would be cleaner. Is that possible with SQF or not and I should just create my variables as Arrays instead?? CHeers
-
Remove Default city names of map
BlacKnightBK replied to BlacKnightBK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
What is the config?? -
Remove Default city names of map
BlacKnightBK posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello, I would like to remove some of the default location names of the Altis map and re-write them in a different font. Is it possible?? -
What is wrong with my function here??
BlacKnightBK replied to BlacKnightBK's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@gc8 Now that totally makes sense lol :D Took me 1 mins restarting my game, my PC, everything I could think of lol Thanks alot, you a life saver friend