ARMA 3 EXILE HOW TO ADD ADMINTOOLKIT

Опубликовано: 04 Июнь 2026
на канале: FREAKBOY_ GAMING
12,425
85

download the file from my dropdox

https://www.dropbox.com/sh/873sp8bglj...

1... add @admintoolkit to main arma 3 root this is your game folder in steam
just drag and drop into directory.

2... add @admintoolkitserver in your server like how you would add a mod (cup/rhs) or as seen in the video
and add steam id to admintoolkit_servercfg.pbo.

3...open mpmissions and open the pbo which you are using (altis/tanoa) etc..
drag and drop ATK in the folder as seen in the video

4...go to mpmissions config.cpp and add this as seen in the video

class CfgAdminToolkitCustomMod {
/* Exclude some main menu items
To only show the menus loaded from an extension, use:

ExcludeMenu[] = {"Players", "Vehicles", "Weapons" , "Other"};
*/
ExcludeMenu[] = {};

Extensions[] = {
{"Exile Mod","ExileMod"},
{"Furniture", "Furniture"},
{"Vanilla AI", "VanillaAI"}
};

/* 4 Quick buttons allowing to add any action you want - See example below*/
QuickButtons[] = {
/* send a message to everyone using the parameters text field */
{"Restart Msg To All", "['messageall', 'Server restart in few minutes'] call AdminToolkit_doAction"},
/* Quickly get a Helicopter */
{"Need a Heli", "['getvehicle', 'B_Heli_Light_01_armed_F'] call AdminToolkit_doAction"},
};
};

5... open description.ext and add the folowing as seen in the video.

class AdminToolkit_network_receiveRequest { allowedTargets = 2; };

6.. re pbo your mission file

DONT FORGET TO ADD TO MODS ON TADST AND ALSO ADD TO YOUR ARMA 3 DASHBOARD MODS!!