UPDATE: within the next week or so i will be moving all support for these tools to a new location. the site is still a work in progress so i invite everyone to go check it out and give me some feedback(on the new site so this topic stays on topic)
http://phoenixmods.freeforums.org/
add a sleep timer like this
[CODE
if ((getPlayerUID player) in ["######","######"]) then {
sleep 5;
player addaction [("<t color=""#0074E8"">" + ("Tools Menu") +"</t>"),"admintools\Eexcute.sqf","",5,false,true,"",""];
};[/CODE]
freds wardrobe mod uses some code from my tools so they do conflict, however with some minor modifications you can add freds wardrobe to my tools. i believe someone posted a "how to" about 10 pages ago
github cut off part of the line use this
" if (!(vehicle _x in _safety) && ((typeOf vehicle _x) != ""ParachuteWest"") && (vehicle _x getVariable [""Sarge"",0] != 1) ) then {" \n
itsyuka is now officially a co dev for these tools he will be helping here on the forums with bugs and he will be helping me add new features and tweaking old ones
ok there seems to a lot of confusion about the admin subgroups so here is a quick tutorial
if ((getPlayerUID player) in ["1111","2222","3333","4444"]) then { //all admins
if ((getPlayerUID player) in ["1111"]) then { //mods
adminmenu =
[
["",true]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.