بالنسبة لفتح الوحة لرتبة معينة ب اف 8
Client :
-- Client Side :
addCommandHandler ( "الكلمة",
function ()
triggerServerEvent ( "OpenWindow", localPlayer)
end
)
addEvent("OPP", true)
addEventHandler("OPP", root,
function ()
if guiGetVisible (Window) then
guiSetVisible (Window, false )
showCursor(false)
guiSetInputEnabled(false)
else
guiSetVisible (Window, true )
showCursor(true)
guiSetInputEnabled(true)
end
end
)
Server Side
-- Server Side :
addEvent("OpenWindow", true)
addEventHandler("OpenWindow", root,
function ()
local acc = getPlayerAccount(client)
if(isObjectInACLGroup("user."..getAccountName(acc),aclGetGroup("اسم الرتبة"))) then
triggerClientEvent(client, "OPP", client)
end
end
)
و بالنسبة للكلام الي فوق استخدم
Guimessages
التحميل :
https://community.multitheftauto.com/in ... ls&id=4448
او
TopBarChat
التحميل :
https://community.multitheftauto.com/in ... ls&id=7668