Jump to content

[KilleR]

Members
  • Posts

    305
  • Joined

  • Last visited

Everything posted by [KilleR]

  1. addEventHandler('onClientGUIClick',root, function () setElementData (localPlayer,'pass',guiGetText (GUIEditor.edit[1])) if string.match (Chat-coonsoolel) then guiSetVisible(GUIEditor.window[1], true) pName = getPlayerName(source) outputChatBox('[system]: @ "..pName.." , اهلا بك ',p,255,0,0,true ) else outputChatBox('[system]: @ "..pName.." , غير مصرح لك بالدخول ',p,255,0,0,true ) end end end ) ها جذي
  2. اي والله ياكور - ومشكور والله وجاري البرومجيان
  3. الرجاء كتابه الموضوع بالصحيح التعديل الجديد غلط
  4. يا اخ لعبه قصدي يعني اذا كتب الامر مثلا xx.x تجيه لوحه فيها زر ok وفيها ايديت بوكس اذا كتب رقم 2121 يدخل لوحه شات الكونسل
  5. فهمت قصدي انت؟ يعني اللوحه تفتح لرتبه console بمعنى اخر عطني الي يفتح للرتب - والي اذا كتب الامير اف 8 تجيه لوحه ويكتب بالايدت بوكس رقم 12332 ويدخله كمثال يدخله اللوحه وييجي بالميمو الكلام الي بالايديت واذا ضغط الزر يدخله اللوحه وزر يسكر اللوحه -- عطوني الروابط فقط
  6. ض4 ابي الروابط مالقيت دورت لين تعبت
  7. السلام عليكم معي لوحة شات للادامن مسويه انا اذا كتب امر باف 8 بيجي - لوحه انا مصممها يكتب باسبورد انا بحطه بالاكواد اذا كتبه وسوا اوك وطلع صح يدخله غلط مايدخله يدخله للوحة فيها ميمو - شات بوكس button يرسل الرساله وتواصلون رتب معينه المهم اذا كتبو بالايديت بوكس كلام يجي بال ميمو مدري مومو الي هو - اوامر المسح واحده الي هي /clear يمسح الكلام كله ويبدا صفحه يديده -- طبعا مابي تسونها لي عطوني الروابط وانا بسوي
  8. ترا فيه مخالفات وحظر بالمنتدى اذا تعلمون
  9. ياخوان مبرمج محترف بالله سكايبك
  10. ياخوي سوي الاماكن والاحدايثات فالوهمي وسوي الدمنس حق الوهمي وبس
  11. مبرمج خبير؟ حط سكايبك او ظفني سكايب KilleR_6H صورتي ثلج
  12. نفس المشكله ياشباب
  13. مايتركب ويقول لاسويت رفرش ERROR: Couldn't find script client.lua for resource addmin Loading of resource 'addmin' failed <?xml version="1.0"?> - "1.0.3" name="KilleR_SOSE" type="script" author="KilleR"/> شوفو الميتا فيه خطا ؟
  14. ماهب راضي ينزل السيرفر
  15. السلام عليكم ابي تعديل هالكود يجيب لي الاسم حقي والحساب يقول false ومايجيب غير نكي بالقريد ليست --- لاهنتم ابي كل الادامن من الرتب ذي Police Trainee Level 1 Level 2 Level 3 Level 4 Level 5 Level 6 Head.Admin Console يجي ذي الرتب واخر نك خشو فيه والحساب حقهم باللوحة ---- الاكواد كلنت GUIEditor = { button = {}, edit = {}, window = {}, gridlist = {}, label = {}, } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(245, 103, 323, 413, "لوحة الادارهـ", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible ( GUIEditor.window[1] , false ) GUIEditor.gridlist[1] = guiCreateGridList(9, 21, 303, 305, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "الحساب", 0.3) guiGridListAddColumn(GUIEditor.gridlist[1], "الاسم", 0.5) guiGridListAddColumn(GUIEditor.gridlist[1], "الرتبة", 0.9) GUIEditor.button[1] = guiCreateButton(0, 307, 154, 47, "", false, GUIEditor.gridlist[1]) GUIEditor.label[1] = guiCreateLabel(111, 313, 100, 31, "", false, GUIEditor.gridlist[1]) GUIEditor.button[2] = guiCreateButton(10, 381, 86, 23, "×", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(102, 385, 144, 26, "Created By KilleR", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) end ) addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == GUIEditor.button[2] ) then guiSetVisible(GUIEditor.window[1],false) showCursor(false) outputChatBox('-( منور مود كيلر لمعرفة الادامن )- ',math.random(255),math.random(255),math.random(255),true) end end ) addEvent ( "OpenWindow", true ) addEventHandler ( "OpenWindow", root, function ( ) guiSetVisible ( GUIEditor.window[1],not guiGetVisible ( GUIEditor.window[1] ) ) showCursor ( guiGetVisible ( GUIEditor.window[1] ) ) guiGridListClear ( GUIEditor.gridlist[1] ) for Index,Players in ipairs ( getElementsByType("player") ) do local row = guiGridListAddRow ( GUIEditor.gridlist[1] ) guiGridListSetItemText ( GUIEditor.gridlist[1] , row , 1 , tostring ( getElementData ( Players , "Account_" ) ) , false , false ) guiGridListSetItemText ( GUIEditor.gridlist[1] , row , 2 , tostring ( getPlayerName ( Players ) ) , false , false ) local acl = getElementData ( Players , "Acls_" ) guiGridListSetItemText ( GUIEditor.gridlist[1] , row , 3 , tostring( table.concat(acl, ", ") ) , false , false ) end end ) -- Server function getPlayerGroups(thePlayer) local acls = {} local account = getPlayerAccount(thePlayer) if (account) and not (isGuestAccount(account)) then local accountName = getAccountName(account) for i,group in ipairs(aclGroupList()) do if (isObjectInACLGroup( "user." ..accountName, group)) then local groupName = aclGroupGetName(group) table.insert(acls, groupName) end end end return acls end addEventHandler("onResourceStart",resourceRoot, function ( ) for Index,Players in ipairs ( getElementsByType("player") ) do local Account = getPlayerAccount ( Players ) if ( not isGuestAccount ( Account ) ) then setElementData ( Players , "Account_" , getAccountName ( Account ) ) setElementData ( Players , "Acls_" , getPlayerGroups ( Players ) ) else setElementData ( Players , "Account_" , "N/A") setElementData ( Players , "Acls_" , "N/A") end end end ) addEventHandler("onPlayerJoin",root, function ( ) setElementData ( source , "Account_" , "N/A") setElementData ( source , "Acls_" , "N/A") end ) addEventHandler("onPlayerLogin",root, function ( _ , acc ) setElementData ( Players , "Account_" , getAccountName ( acc ) ) setElementData ( Players , "Acls_" , getPlayerGroups ( source ) ) end ) addEventHandler("onPlayerLogout",root, function ( ) setElementData ( source , "Account_" , "N/A") setElementData ( source , "Acls_" , "N/A") end ) local Groups = { "Level 4", "Level 5", "Level 6", "Head.Admin", "Console", } addCommandHandler ( "KilleR", function ( p ) for _,Server in ipairs ( Groups ) do if ( isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( p ) ), aclGetGroup ( Server ) ) ) then triggerClientEvent ( p, "OpenWindow", p ) end end end )
  16. الحين انا يوم اعدل عالموتر وكل شي اركبه بالاستضافه وخلاص ولا لا؟
  17. لاهنتم اي رد # ؟
  18. فوق راسه تاج يعني ؟ https://wiki.multitheftauto.com/wiki/Dx ... tOnElement
  19. لاهنت ابي تسويه ^ نفسه الي قلتلك عليه - الحساب مايجي يقول false بالخانه والاسم مظبوط وتمام - ابي يجي حسابات ونكات الرتب الي حطيتها لك
  20. -- الي يفتح الرتب -- Level 5 Level 6 Head.Admin Console
×
×
  • Create New...