الدي بق ما يقول شئ
ونفس المشكله
وجرب الطريقة هذي
function showBrowser()
if WebBrowserGUI.instance ~= nil then return end
WebBrowserGUI.instance = WebBrowserGUI:new()
end
AbuShow = false
bindKey("F7","down", function ( )
if ( AbuShow == true ) then
removeEventHandler("onClientRender",root,showBrowser)
showCursor ( false )
else
addEventHandler("onClientRender",root,showBrowser)
showCursor ( true )
end
AbuShow = not AbuShow
end
)
بس ما يشيله,