Closed Account |
Mar 21, 2012 9:37 AM
|
Non-member
![]() |
Because some people asked me about key bindings and Double mentioned that it wouldn’t be possible here is a little tutorial how to bind admin_messages:
Open the welcome menu of AA3. Click on the star-icon in the upper left corner. Go to options (a new little window appears) and click on CUSTOMIZE AA3INPUT.INI.(Some messages will pop up just press yes or ok) Now a window of the Microsoft editor should appear. Scroll down until you find [AA3Baseline.AA_PlayerInput] (its nearly at the end of the document) There you can find lots of lines which look like this: Bindings=(Name="NumPadNine",Command="request commo COMMO_DIR_Northeast",Control=False,Shift=False,Alt=False,bPrimary=True) Now you can search the key you want to bind and alter the line behind command. For adminmessages you have to write adminnotifyall message. It should look like this now: Bindings=(Name="NumPadNine",Command="adminnotifyall High pingers get kicked without warning!",Control=False,Shift=False,Alt=False,bPrimary=True) If you finished your changes close the window, press yes if it asks whether you want to save the changes. Now you have your adminmessage binding. If you now easier ways or if you have questions post them here. |
dubleface3 • PM |
Mar 21, 2012 10:29 AM
|
Non-member
![]() Posts: 97 |
Yea Hawk thats very cool, becouse it realy works
![]() ![]() As I tried it yesterday with all kinds of mannuals from the internet it dosent work, becouse that the settings cant be savet in tat ways and now if I figure it out on youre description it I cant belive it worked. HOOAH wit best reguards dubleface3 Oh and sorry that I said its not possble, I only didnt know the right way ![]() |
furyaan • PM |
Mar 24, 2012 5:43 AM
|
Non-member
![]() Posts: 40 |
Thanks for posting this, very helpful!
|
Closed Account |
Jun 01, 2012 4:10 AM
|
Non-member
![]() |
If u want to keybind a key to make screenshots u have to use the AdminPbexec pb_sv_getss command (so it should look like this: Bindings=(Name="NumPadseven",Command="AdminPbexec pb_sv_getss",Control=False,Shift=False,Alt=False,bPrimary=True))
In general some pb commands don't work for the admins and if u type them in the console there will be a error massage like thsi : Pb command not accepted. That means that u don't have enough pb power to execute them but if u are admin and write AdminPbexec in front of the command it works. here u can find tutorials about keybinding and all the admin/pbcommands (some of the things are outdated but most of it works): http://manual.americasarmy.com/index.php/What_console_commands_can_I_use_in_America%27s_Army%3F |
Closed Account |
Jun 05, 2012 5:18 AM
|
Non-member
![]() |
I just figured out how to ban people for a predefined time, cuz if u ban someone via the adminconsole that doesn't work (u get baned for 2 minutes no matter what was defined for the time)
1. write pb_plist in the console (u can make a keybind for this and when u open the console after pressing the keybind u can see the list). 2. write AdminPbexec pb_sv_Kick slot minutes reason | privatereason (don't forget the spaces between the different settings, the playerslot can be found with the pb_plist command)With this command u can write high pings as reason, the player can see that as reason and therefore knows why he was banned temporarily. If someone figures out how to keybind that please post it here |
dubleface3 • PM |
Jun 05, 2012 5:48 AM
|
Non-member
![]() Posts: 97 |
Hey very nice, will try that next time
![]() |