-- client side
function marker ()
marker1 = createMarker(x, y, z, 'cylinder', 1.5, 255, 255, 255, 255)
end
addEventHandler("onClientResourceStart", getRootElement(), marker)
function a (thePlayer)
if ( source == marker1 ) then
triggerServerEvent("check", getLocalPlayer())
end
end
addEventHandler("onClientMarkerHit", getRootElement(), a)
-- server side
addEvent("check",true)
addEventHandler("check", root, function()
local account = getAccountName(getPlayerAccount(source))
if ( isObjectInACLGroup("user." ..account, aclGetGroup("Console")) ) then
triggerClientEvent(source, "openwin", source)
end
end)
-- client side
-- نفترض اسم لوحتك wnd م رح احط اكواد لوحةة ,, اتوقع م فيهه اسهل منها تسويها
addEvent("openwin",true)
addEventHandler("openwin", root, function ()
guiSetVisible(wnd,true)
showCursor(true)
end)
هذا الماركر مع التحقق من جروب الكونسسل ,,