Arma 3
co40 Domination! Blufor [4.72]
Disable the qualifications for piloting planes
Like the title says; how do I disable the feature that only allows players who have about 30 mins playtime to pilot a plane?
< >
Showing 1-3 of 3 comments
+CGO+Medic8402 Mar 29, 2017 @ 2:34pm 
This a parameter you can change either from the Menu when you first log in or in the description.ext file. The param you are looking for is:

class d_AutoKickTime {
title = "$STR_DOM_MISSIONSTRING_1107";
values[] = {0,60, 300, 600, 1800,3600};
default = 0;
texts[] =

As you can see, I have mine set to 0
Lård Fårtgåwt Mar 30, 2017 @ 8:49am 
Originally posted by +CGO+Medic8402:
This a parameter you can change either from the Menu when you first log in or in the description.ext file. The param you are looking for is:

class d_AutoKickTime {
title = "$STR_DOM_MISSIONSTRING_1107";
values[] = {0,60, 300, 600, 1800,3600};
default = 0;
texts[] =

As you can see, I have mine set to 0
Thanks!
PurplProto Apr 1, 2017 @ 5:30pm 
All this time I've been thinking this parameter was for how long you could in (or idle in) a plane before it kicked you out...
< >
Showing 1-3 of 3 comments
Per page: 1530 50