سلام عليكم
آبي آن آف 4 مآ تفتح غير لرتبة معينة
حآولت آسويهآ لكن مدري وين آلخطآ
كلنت :
addEvent ( "openf", true )
addEventHandler ( "openf", root,
function opennnnn()
guiSetVisible(GUIEditor.window[1], true)
guiSetInputEnabled(true)
showCursor(true)
end
bindKey ("F7", "down", opennnnn)
سيرفر :
function ( p )
if getElementType ( p ) == "player" then
local acc = getPlayerAccount ( p )
if acc and not isGuestAccount ( acc ) then
if isObjectInACLGroup ( "user."..getAccountName ( acc ), aclGetGroup ( "test_system" ) ) then
triggerClientEvent ( p, "openf", resourceRoot )
outputChatBox("تم فتح آللوحة",source,125,125,125,true)
else
outputChatBox("ليس لديك خآصية لفتح آللوحة",source,125,125,125,true)
end
end
end
end
)