-
Content Count
3985 -
Joined
-
Last visited
-
Medals
-
Medals
Community Reputation
858 ExcellentAbout das attorney
-
Rank
Chief Warrant Officer
core_pfieldgroups_3
-
Occupation
Office Drone
Profile Information
-
Gender
Not Telling
-
Interests
Meat and bones
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
CatBook-Yi23332 started following das attorney
-
Coladebote started following das attorney
-
atmo started following das attorney
-
@op Why are you still running 32 bit Arma? Try the 64 bit exe: "C:\Games\SteamApps\common\Arma 3\Arma3_x64.exe" Or w/e your path is.
-
Burnes Armories Tanks and Deployment Vehicles
das attorney replied to a topic in ARMA 3 - ADDONS & MODS: COMPLETE
Yea man, I remember hearing that Kurt Cobain wished he was gay just to piss off the jock "nirvana" community that drank piss-water lager out of the back of their hire/purchase Fords. But as he wasn't so the next best thing he could do was cross-dress. Plus it's fun (probably) -
AttachTo Item destruction
das attorney replied to ski2060's topic in ARMA 3 - MISSION EDITING & SCRIPTING
The "killed" EH needs to activated where local, so maybe do fn_Quiksilvers code in the initline with "this", or yes use MPKilled and make sure you only run it once there. Obv check for yourself though as the proof is in the pudding. -
By that rationale, then every idea should have it's own thread in this forum, and they can be all buried here next to each other in the clusterfuck of "ideas" threads in Dev Branch instead. Also, in reply to this: I would say NEITHER. Don't ask a loaded question!
-
Same here dude, my rpt is a shithouse of spam at the moment, so went back to stable.
-
Locking Unlocking vehicle in I&A
das attorney replied to kiyoshisaotome's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@Tajin It's fucking boring to read the same queries over and over because a poster can't/won't/didn't use the search function. And it's more fucking boring when they provide so little info that the thread takes like 15 posts or so to establish exactly what they want and budding scripters prostrate themselves by offering up whole chunks of code seemingly on demand. They are not helping the OP by getting them to actually use their brain and they are doing themselves a disservice by being at the beck and call of anyone who posts a one-liner question. It's become "script request" and is the reason why I spend less and less time on what was once a good forum. -
Post some code..... That error is so vague it could be anything
-
Is this "new idea" under development on Devbranch? No? Then it goes in the wishlist thread:
-
Hmm, unknown strings not fixed for some commands: 22:35:34 Error position: <getUnitTrait "loadCoef" > 0.4) then { pl> 22:35:34 Error Foreign error: Unknown enum value: "loadCoef"
-
Community Upgrade Project - CUP
das attorney replied to CUP's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thanks for all the work and effort you've put into CUP @Chairborne - many fun hours playing the fruits of your labour. Perhaps a break will do you some good and you can get a bit of perspective. Salut! -
Need help completing sector script (markers in array issue)
das attorney replied to Ramsen II's topic in ARMA 3 - MISSION EDITING & SCRIPTING
example #4 on this page https://community.bistudio.com/wiki/forEach -
Crash on retrieving data + Battleye error
das attorney replied to novainfuse's topic in ARMA 3 - TROUBLESHOOTING
Obv, not the reply you want to read but does it happen without ACE? IE If you repro'd this in Vanilla, does it hang and crash to desktop? If not, then it's an ACE thing and you would be better off telling them directly in their thread: -
2 questions: Waypoint & Arrays (non related)
das attorney replied to Ramsen II's topic in ARMA 3 - MISSION EDITING & SCRIPTING
That's a good point. He's saying: if (! alive <string>) then { bla bla bla }; Obv, string isn't an object so it's a fail. @OP "team1" is a string. You need to be referencing some objects _grp = grp player; _aUnitProbablyThePlayer = _grp select 0; if (_aUnitProbablyThePlayer isEqualType "someString") then { systemChat "not going to happen" // hopefully never going to see this code } else { if (_aUnitProbablyThePlayer isEqualType objNull) then { systemChat "yes you are an object"; if (_aUnitProbablyThePlayer isKindOf "CaManBase") then { systemChat "yes you exist and are a man!" }; } }; -
2 questions: Waypoint & Arrays (non related)
das attorney replied to Ramsen II's topic in ARMA 3 - MISSION EDITING & SCRIPTING
diag_log ["wtf is myarray select 0?? %1",myarray select 0]; That will answer it for you. -
Bet you're glad you didn't bet on this one either! ;) Nice Friday changelog there BI :)