addEventHandler('onClientMarkerHit',root,
function(lc)
if getElementDimension(lc) == 30 then
setElementData(lc,'Data',true)
end
end
)
addEventHandler( 'onClientKey', root,
function (button , prees)
if getElementData(localPlayer,'Data') then
if button == 'F1' or button == 'F3' or button == 'b' then
outputChatBox("غير مصرح لك بفتح اللوحة الان ", 255, 0, 0)
cancelEvent()
end
end
end)
مدري لو ذا طلبك ^