noxsicarius / Epoch-Admin-Tools

An admin menu for the AmrA2 DayZ mod. Lead Developer: NoxSicarius
GNU General Public License v3.0
30 stars 48 forks source link

Scroll menu doesn't show up whenever I'm in game #301

Closed iPopYouDrop closed 8 years ago

iPopYouDrop commented 8 years ago

Title says it all, I've got my UID correct and idk what else to do pleas help!

iPopYouDrop commented 8 years ago

I even redid my server and admintools today, still not showing up NOTHING IS WORKING

noxsicarius commented 8 years ago

Post in the rpt file so I can see what's going on. I will need both the server and client rpt since I am not sure if the server configured right or if the player side isn't loading.

iPopYouDrop commented 8 years ago

Will do, putting it in paste bin rightnow! Thanks for reply btw

iPopYouDrop commented 8 years ago

https://www.mediafire.com/?q13izhioi3qbtdi I exceeded the limit on pastebin not sure what you mean by server and client I could only find one RPT file

iPopYouDrop commented 8 years ago

Not sure how I would be able to do this but if you can get it working I would greatly appreciate it!

On Tue, Nov 1, 2016 at 7:26 PM, Ricky Sanders notifications@github.com wrote:

It looks like the infistar systems have changed and he may be disallowing all command menus. Depending on what the rpt files say you will have to enable command menus before it even attempts to let anything through again.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/noxsicarius/Epoch-Admin-Tools/issues/301#issuecomment-257729484, or mute the thread https://github.com/notifications/unsubscribe-auth/AWE2IL2QnVeadXoXBJr8U-EuzegZlOdgks5q58q5gaJpZM4KkUtl .

noxsicarius commented 8 years ago

The most likely cause of this is 16:46:22 Error Missing ; 16:46:22 File z\addons\dayz_server\init\server_functions.sqf, line 804

iPopYouDrop commented 8 years ago

Alright, will post back if this works!

iPopYouDrop commented 8 years ago

What's missing the semi colon? if (!((isNil "_x") || {(isNull _x)})) then { // Epoch Admin Tools if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle) && (vehicle _x getVariable ["MalSar",0] !=1)) then { diag_log ("CLEANUP: KILLING A HACKER " + (name _x) + " " + str(_x) + " IN " + (typeOf vehicle _x)); (vehicle _x) setDamage 1; _x setDamage 1; sleep 0.25;

iPopYouDrop commented 8 years ago

It's still not working :/

iPopYouDrop commented 8 years ago

I added some things here is another RPT https://www.mediafire.com/?q13izhioi3qbtdi

iPopYouDrop commented 8 years ago

That RPT might still saying the error missing ; because I didn't pack PBO but I did now, and it still didn't work

Evocation commented 8 years ago

post your server_functions.sqf.. if u r fast enough i can do it before i go sleep

thats in 8 Mins :)

iPopYouDrop commented 8 years ago

https://www.mediafire.com/?3wjaa91n2yeable

Evocation commented 8 years ago

replace whole section and repack your server pbo:

server_checkHackers = { if (DZE_DYN_AntiStuck2nd > 3) then { DZE_DYN_HackerCheck = nil; DZE_DYN_AntiStuck2nd = 0; }; if(!isNil "DZE_DYN_HackerCheck") exitWith { DZE_DYN_AntiStuck2nd = DZE_DYN_AntiStuck2nd + 1;}; DZE_DYN_HackerCheck = true; { if (!((isNil "_x") || {(isNull _x)})) then { // Epoch Admin Tools if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle) && (vehicle _x getVariable ["MalSar",0] !=1)) then { diag_log ("CLEANUP: KILLING A HACKER " + (name _x) + " " + str(_x) + " IN " + (typeOf vehicle _x)); (vehicle _x) setDamage 1; _x setDamage 1; sleep 0.25; }; }; sleep 0.001; } count allUnits; DZE_DYN_HackerCheck = nil; };

iPopYouDrop commented 8 years ago

Thanks, will leave reply if works

Evocation commented 8 years ago

yep :)

iPopYouDrop commented 8 years ago

Not working

iPopYouDrop commented 8 years ago

https://gist.github.com/iPopYouDrop/cbd22404d34d238550045012ab711060 RPT

Evocation commented 8 years ago

ok Oo your mistake i found there was, that u ve gotten an semicolon behind "if (!((isNil "_x") || {(isNull _x)})) then {"

lets see your client rpt maybe there r infos we cant see in the server one ^^

iPopYouDrop commented 8 years ago

Where is that located?

Evocation commented 8 years ago

C:\Users\AppData\Local\ArmA 2 OA

Evocation commented 8 years ago

ArmA2OA.RPT

iPopYouDrop commented 8 years ago

Got it uploading now

iPopYouDrop commented 8 years ago

https://gist.github.com/iPopYouDrop/d0379c68c7a5f1ee63dd82e686d94d1d

Evocation commented 8 years ago

uhm... damn infistar...

better just copy the last 50 lines or so...

iPopYouDrop commented 8 years ago

https://gist.github.com/iPopYouDrop/cdb7791ac754f9836988536322d4a5e0 That good?

Evocation commented 8 years ago

yep, but nothing to figure out..

so whats not working exactly now? the menu doesnt show up while scroling?

iPopYouDrop commented 8 years ago

Yes

Evocation commented 8 years ago

gimme your custom fn_selfActions.sqf...

iPopYouDrop commented 8 years ago

I have two

Evocation commented 8 years ago

wat.. how this?

Evocation commented 8 years ago

or why?

iPopYouDrop commented 8 years ago

Where should it be?

Evocation commented 8 years ago

in your mpmissions folder and you need to declare it in your custom compiles.sqf

iPopYouDrop commented 8 years ago

Don't see it anywhere

Evocation commented 8 years ago

uhm... gimme your init.sqf from mpmissions mission folder u use.. ^^

iPopYouDrop commented 8 years ago

https://gist.github.com/iPopYouDrop/1452dd4db1e39bf3e057e762714eaf4a

Evocation commented 8 years ago

i didnt done any with arma scripting a long time, but right now it would make some fun to help out a bit ^^

iPopYouDrop commented 8 years ago

Well, i deeply appreciate it!

Evocation commented 8 years ago

so.. i see your custom compiles.sqf is in your fixes folder in your mpmission

Evocation commented 8 years ago

"fixes\compiles.sqf";

Evocation commented 8 years ago

upload it too

iPopYouDrop commented 8 years ago

I don't have a fixes folder....

Evocation commented 8 years ago

uhm.. wat..

MPMissions -> DayZ_Epoch_11.Chernarus -> fixes -> compiles.sqf

that should be the destination, if you send me the right init ^^

iPopYouDrop commented 8 years ago

No fixes folder

Evocation commented 8 years ago

i see alot funny stuf in your init but anyways...

ive rechecked your server rtp and client rpts... there isnt any error, that would confirm this.. it have to be there or something strange is going on...

who set up your server? is it all done by u?

iPopYouDrop commented 8 years ago

No, I downloaded a repack from opendayz, because it already had things setup and I'm pretty lazy

Evocation commented 8 years ago

gimme the link i will fast check the files...

iPopYouDrop commented 8 years ago

http://opendayz.net/threads/release-sheeps-epoch-repack-new-support-coming.14561/

Evocation commented 8 years ago

which one?