Scripts Working 1.7.7

I got the bluephoenix tools to work on all most every map/mod..i got a epoch chernarus server also now..vilayer hosted and cant seems to figure out why when I teleport it teleports me right back...also cant seem to fix the script restriction 7 when I spawn in weapons...I make the 5 on the line a 1 and still get kicked..also I also noticed only 8 scripts in the scripts.txt for battleye...shouldn't there be like 150+ scripts?
 
I just cant get this working....anyone see why ??
what button toglgles the debug screen ???

if ((getPlayerUID player) in ["77953158","122799686","79440198","101667846","92319750","126491398","79087558","73019398","139162630"]) 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 ["77953158","122799686","79440198","101667846","92319750","126491398","79087558","73019398","139162630"]) then { // super admins
adminmenu =
[
["",true],
["Toggle Debug", [2], "", -5, [["expression", format[_execdebug,"playerstats.sqf"]]], "1", "1"],
["Tools Menu", [3], "#USER:ToolsMenu", -5, [["expression", ""]], "1", "1"],
["Skins Menu", [4], "#USER:SkinsMenu", -5, [["expression", ""]], "1", "1"],
["Weapon Kits", [5], "#USER:WeaponMenu", -5, [["expression", ""]], "1", "1"],
["Shields Menu", [6], "#USER:ShieldMenu", -5, [["expression", ""]], "1", "1"],
["Vehicle Menu", [7], "#USER:VehicleMenu", -5, [["expression", ""]], "1", "1"],
["", [-1], "", -5, [["expression", ""]], "1", "0"],
["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
];};
 
I just cant get this working....anyone see why ??
what button toglgles the debug screen ???

if ((getPlayerUID player) in ["77953158","122799686","79440198","101667846","92319750","126491398","79087558","73019398","139162630"]) 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 ["77953158","122799686","79440198","101667846","92319750","126491398","79087558","73019398","139162630"]) then { // super admins
adminmenu =
[
["",true],
["Toggle Debug", [2], "", -5, [["expression", format[_execdebug,"playerstats.sqf"]]], "1", "1"],
["Tools Menu", [3], "#USER:ToolsMenu", -5, [["expression", ""]], "1", "1"],
["Skins Menu", [4], "#USER:SkinsMenu", -5, [["expression", ""]], "1", "1"],
["Weapon Kits", [5], "#USER:WeaponMenu", -5, [["expression", ""]], "1", "1"],
["Shields Menu", [6], "#USER:ShieldMenu", -5, [["expression", ""]], "1", "1"],
["Vehicle Menu", [7], "#USER:VehicleMenu", -5, [["expression", ""]], "1", "1"],
["", [-1], "", -5, [["expression", ""]], "1", "0"],
["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
];};
By debug screen do you mean debug monitor? And is this bluephoenix you're talking about? You kinda necroed an old thread which isn't about admin tools specifically, and you didn't give any context...
 
oh yeah I see that now sorry, didnt ever see page 1 I googled bluephoenix and found this I just assumed it was the topic
but yah I got it working on my somewhat epoch panthera server and my taviana server, both have issues though
my panthera epoch when I repair a vehicle it blows up, but if I spawn it in it works fine. everthing else seems good so far
my taviana server well everthing kicks me but I have not did the battleeye filters on that server yet soo im sure thats why.
 
oh yeah I see that now sorry, didnt ever see page 1 I googled bluephoenix and found this I just assumed it was the topic
but yah I got it working on my somewhat epoch panthera server and my taviana server, both have issues though
my panthera epoch when I repair a vehicle it blows up, but if I spawn it in it works fine. everthing else seems good so far
my taviana server well everthing kicks me but I have not did the battleeye filters on that server yet soo im sure thats why.
if the vehicle is blowing up its probably the hacker section in your clean up. It thinks you're a hacker. Id either look for the correct filter or just comment out that section. I think I ended up commenting it out for other reasons but if you're going to use the tools you'll be active enough to catch cheaters.
 
Back
Top