Any one help with this error?

Timmy_kirton

Well-Known Member
displayAddEventHandler ["KeyUp", "if ((_this select 1) == 0xD3)>
11:38:51 Error position: <["KeyUp", "if ((_this select 1) == 0xD3)>
11:38:51 Error Missing ;
11:38:51 File mpmissions\__cur_mp.chernarus\initadmin.sqf, line 4
11:38:51 Error in expression <515334"]) then {
displayAddEventHandler ["KeyUp", "if ((_this select 1) == 0xD3)>
11:38:51 Error position: <["KeyUp", "if ((_this select 1) == 0xD3)>
11:38:51 Error Missing ;
11:38:51 File mpmissions\__cur_mp.chernarus\initadmin.sqf, line 4

From short cord admin tools

any help would be great
 
waituntil {!alive player ; !isnull (finddisplay 46)};
sleep 30;
if ((getPlayerUID player) in ["######","#######"]) 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 "Del" to Open your Admin menu</t>";
};

anyone fix this code
 
Back
Top