HELP with Short Cord's Admin Tools

1S1KCH

Member
I am getting this error in my rpt file:

"ANTI-HACK INIT"
4:00:17 Error in expression <118598"]) then {
displayAddEventHandler ["KeyUp", "if ((_this select 1) == 0xD3)>
4:00:17 Error position: <["KeyUp", "if ((_this select 1) == 0xD3)>
4:00:17 Error Missing ;
4:00:17 File mpmissions\__cur_mp.chernarus\initadmin.sqf, line 4
4:00:17 Error in expression <118598"]) then {
displayAddEventHandler ["KeyUp", "if ((_this select 1) == 0xD3)>
4:00:17 Error position: <["KeyUp", "if ((_this select 1) == 0xD3)>
4:00:17 Error Missing ;
4:00:17 File mpmissions\__cur_mp.chernarus\initadmin.sqf, line 4

This is my initadmin.sqf:

waituntil {!alive player ; !isnull (finddisplay 46)};
sleep 30;
if ((getPlayerUID player) in ["xxxxxxxxx"]) then {
displayAddEventHandler ["KeyUp", "if ((_this select 1) == 0xD3) then {call compile preprocessFileLineNumbers ""\z\Addons\dayz_server\tools\start.sqf"";};"];
sleep 5;
hint parseText "<t size='2.5' color='#00FF00'>Press "Delete" to Open your Admin menu</t>";
};

//0xD3 is "Delete" above the arrow keys

Where the x's are is my uid and it is 9 digits long, for some reason it does not seem to be reading all 9 digits only 6


i also get this error when i hit the DELETE key:

"Script z\addons\dayz_server\tools\start.sqf not found"

I have checked double checked and triple checked and the file is there, not sure if the other error may be causing the other error or not, thought i would get the one fixed and then see if other goes away.

Any help would be GREATLY appreciated.
 
not the same issue or anything.....but does anyone know how to unmorph from being an animal, short of disconnecting?
 
Back
Top