Short Cords Admin tools help

Dlcoates1

Member
Getting an error with short cords admin tools.
My current issue is this line on the initadmin.sqf

displayAddEventHandler ["KeyUp"; if ((_this select 1) == 0xD3) then {call compile preprocessFileLineNumbers "\z\addons\dayz_server\tools\start.sqf";};];

Here is the error from the RPT

20:05:36 Error in expression <25286"]) then
{
displayAddEventHandler ["KeyUp"; if ((_this select 1) == 0xD3) >
20:05:36 Error position: <["KeyUp"; if ((_this select 1) == 0xD3) >
20:05:36 Error Missing ;
20:05:36 File mpmissions\__cur_mp.chernarus\initadmin.sqf, line 5
 
Back
Top