Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
where can I find your UID?
IP is in my sig
I get the tools menu when i scroll but nothing appears?
EDIT: Got it working.
Thanks to Jason I got this working, except every body spawns in invisible now. Anybody know a fix for that?
I never added my id to the top admin part and the super admin.what was it in the end?![]()
we all learn from somewhere. but i realy must make a better guide tho :S but glad you got it sused outI never added my id to the top admin part and the super admin.
if ((getPlayerUID player) in ["124961158","114011270"]) then { //all admins
if ((getPlayerUID player) in [""]) then { //mods
adminmenu =
[
["",true],
["Tools Menu", [2], "#USER:ModToolsMenu", -5, [["expression", ""]], "1", "1"],
["Skins Menu", [3], "#USER:SkinsMenu", -5, [["expression", ""]], "1", "1"],
["Weapon Kits", [4], "#USER:WeaponMenu", -5, [["expression", ""]], "1", "1"],
["", [-1], "", -5, [["expression", ""]], "1", "0"],
["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
];};
if ((getPlayerUID player) in [""]) then { //admins
adminmenu =
[
["",true],
["Tools Menu", [2], "#USER:ToolsMenu", -5, [["expression", ""]], "1", "1"],
["Skins Menu", [3], "#USER:SkinsMenu", -5, [["expression", ""]], "1", "1"],
["Weapon Kits", [4], "#USER:WeaponMenu", -5, [["expression", ""]], "1", "1"],
["Shields Menu", [5], "#USER:ShieldMenu", -5, [["expression", ""]], "1", "1"],
["Vehicle Menu", [6], "#USER:VehicleMenu", -5, [["expression", ""]], "1", "1"],
["", [-1], "", -5, [["expression", ""]], "1", "0"],
["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
];};
if ((getPlayerUID player) in ["124961158","114011270"]) then { // super admins
adminmenu =
[
["",true],
["Tools Menu", [2], "#USER:ToolsMenu", -5, [["expression", ""]], "1", "1"],
["Skins Menu", [3], "#USER:SkinsMenu", -5, [["expression", ""]], "1", "1"],
["Weapon Kits", [4], "#USER:WeaponMenu", -5, [["expression", ""]], "1", "1"],
["Shields Menu", [5], "#USER:ShieldMenu", -5, [["expression", ""]], "1", "1"],
["Vehicle Menu", [6], "#USER:VehicleMenu", -5, [["expression", ""]], "1", "1"],
["", [-1], "", -5, [["expression", ""]], "1", "0"],
["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
];};
};
Can you tell me how I can add another admin to the same as me? as soon as I add it the tools menu appears and nothing else shows again...
Added him to the activate.sqf and at the top of admintoolsmain and the superadmin part aswell both "ID","ID"
like so
Code:if ((getPlayerUID player) in ["124961158","114011270"]) then { //all admins if ((getPlayerUID player) in [""]) then { //mods adminmenu = [ ["",true], ["Tools Menu", [2], "#USER:ModToolsMenu", -5, [["expression", ""]], "1", "1"], ["Skins Menu", [3], "#USER:SkinsMenu", -5, [["expression", ""]], "1", "1"], ["Weapon Kits", [4], "#USER:WeaponMenu", -5, [["expression", ""]], "1", "1"], ["", [-1], "", -5, [["expression", ""]], "1", "0"], ["Exit", [13], "", -3, [["expression", ""]], "1", "1"] ];}; if ((getPlayerUID player) in [""]) then { //admins adminmenu = [ ["",true], ["Tools Menu", [2], "#USER:ToolsMenu", -5, [["expression", ""]], "1", "1"], ["Skins Menu", [3], "#USER:SkinsMenu", -5, [["expression", ""]], "1", "1"], ["Weapon Kits", [4], "#USER:WeaponMenu", -5, [["expression", ""]], "1", "1"], ["Shields Menu", [5], "#USER:ShieldMenu", -5, [["expression", ""]], "1", "1"], ["Vehicle Menu", [6], "#USER:VehicleMenu", -5, [["expression", ""]], "1", "1"], ["", [-1], "", -5, [["expression", ""]], "1", "0"], ["Exit", [13], "", -3, [["expression", ""]], "1", "1"] ];}; if ((getPlayerUID player) in ["124961158","114011270"]) then { // super admins adminmenu = [ ["",true], ["Tools Menu", [2], "#USER:ToolsMenu", -5, [["expression", ""]], "1", "1"], ["Skins Menu", [3], "#USER:SkinsMenu", -5, [["expression", ""]], "1", "1"], ["Weapon Kits", [4], "#USER:WeaponMenu", -5, [["expression", ""]], "1", "1"], ["Shields Menu", [5], "#USER:ShieldMenu", -5, [["expression", ""]], "1", "1"], ["Vehicle Menu", [6], "#USER:VehicleMenu", -5, [["expression", ""]], "1", "1"], ["", [-1], "", -5, [["expression", ""]], "1", "0"], ["Exit", [13], "", -3, [["expression", ""]], "1", "1"] ];}; };
waituntil {!alive player ; !isnull (finddisplay 46)};
if ((getPlayerUID player) in ["123456789","987654321"]) then {
sleep 30;
player addaction [("<t color=""#0074E8"">" + ("Tools Menu") +"</t>"),"admintools\Eexcute.sqf","",5,false,true,"",""];
};
Hey, when i spawn in a vehicle it de-spawns it self 5 seconds after any help?
ensure you have done the 2 files in your server.pbo![]()
I checked his files and both are there correctly...