Jump to content

i,xAhmed

Members
  • Posts

    588
  • Joined

  • Last visited

Everything posted by i,xAhmed

  1. ليه ترفع المواضيع القديمة ي سوفت
  2. آقول نزل للسآمسونج تاب 2 ؟ لآني حملت ويوم بسجل يطلع لي كلآم آلظآهر تشتري نسخة بفلوسس ( ي حبيبي فلوس فلوس مآفي شي بلآش ) لول
  3. آلسلآم الاستضآفة مآتبيكك لآنك تسب فيهآ رح آشكرها ع الاقل عشان عطتك روم
  4. لبى قلبكك ع المود آلخورآفي وان شاء الله نشوف جديدك
  5. اصلآ الي يفهم الSyntax يفهم الكود كآمل
  6. آنا صارت معي اذا كان مشفر مآيشتغل الا ع 134
  7. ( ي مآيكرو كيف نفرمت الروم ؟ )
  8. لآ آتوقع من اتصالك او شي بس يوم دخلت اللوحة حسيت نفسي بقصر ض1 آلزبدة آحلى شي اللوحة
  9. يب جربت الي بالموضوع بس مآنفع
  10. آلسلآم عليكم عندي تاج بس آبيه اذا دخل واحد ويحمل عنده ابي يجي عند نكه Downloader بالتاج كود آلتآج = exports.scoreboard:addScoreboardColumn('tag') addEventHandler("onPlayerChat",root, function (msg,type) local name = getElementData(source,"tag") or getPlayerName(source) local acc = getAccountName(getPlayerAccount(source)) if ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("Console")) ) then cancelEvent() outputChatBox("[ Server Owner ] " .. name .. " : #ffffff" .. msg,root, math.random(0,255), math.random(0,255), math.random(0,255), true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("Admin")) ) then cancelEvent() outputChatBox("#ff0000* [ Admin ]" .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("Head.Admin")) ) then cancelEvent() outputChatBox("#ff0000* [ Head.Admin ]" .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("Big.Admin")) ) then cancelEvent() outputChatBox("#ff0000* [ Big.Admin ]" .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("SuperModerator")) ) then cancelEvent() outputChatBox("#00ff00* [ SuperModerator ] " .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("lvl 1")) ) then cancelEvent() outputChatBox("#330033* [ʟɛʋɛʟ.1] " .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("lvl 2")) ) then cancelEvent() outputChatBox("#7D1B7E* [ʟɛʋɛʟ.2] " .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("lvl 3")) ) then cancelEvent() outputChatBox("#827B60* [ʟɛʋɛʟ.3] " .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("lvl 4")) ) then cancelEvent() outputChatBox("#E78A61* [ʟɛʋɛʟ.4] " .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("lvl 5")) ) then cancelEvent() outputChatBox("#15317E* [ʟɛʋɛʟ.5] " .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("Moderator")) ) then cancelEvent() outputChatBox("#0069c7* [ Moderator ] " .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 and isObjectInACLGroup("user." .. acc,aclGetGroup("V.I.P")) ) then cancelEvent() outputChatBox("#999999* [ V.I.P ] " .. name .. " : #ffffff" .. msg,root,255,0,0,true) elseif ( type == 0 ) then cancelEvent() outputChatBox("" .. name .. " : #ffffff" .. msg,root,255,0,0,true) end end )
  11. تم اختراق سيرفري آرجو الاسترجاع رقم التذكرة : 770197 -------------------------------------------------------------------------------------- ملآحظة ذا الموضوع الي احط فيه مشاكلي برد #1
  12. # ما لهم اي دخل # هو يقول بالريس لو مأت الكـل الماب يتغير # لأزم تعـدل على ملفأت الريس # + روح الأدمنية واضغط على الريس مرتين , تلقى ماب رأنودم خلها ترو ثآنكيوو ضبطط
  13. السلآم علاكم ي عوآل آخباركمم آبي كود اذا مات الكل يتغير الماب تلقائي يآليت الكود + كود اذا واحد شغل ماب يجي بالشات قام الاعب بتشغيل ماب
  14. مآضبطط سويت الكود بملف الكلنت واذا تبي الكود كآمل خذ -- Client.lua GUIEditor_Tab = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Image = {} --------- -- صنع النافذة --------- Wnd = guiCreateWindow(159,186,546,334,"مود آلكمبيوتر المركزي",false) guiSetVisible(Wnd, false) guiWindowSetMovable(Wnd,false) guiWindowSetSizable(Wnd,false) Tap1 = guiCreateTabPanel(9,21,528,304,false,Wnd) Tab2 = guiCreateTab("قوآنين السيرفر",Tap1) GUIEditor_Label[1] = guiCreateLabel(5,259,122,17,"CreaTeD By Ahmed<3",false,Tab2) guiLabelSetColor(GUIEditor_Label[1],211,32,1) GUIEditor_Label[2] = guiCreateLabel(398,259,122,17,"آغلآق النافذة ( F9 )",false,Tab2) guiLabelSetColor(GUIEditor_Label[2],211,32,1) GUIEditor_Image[1] = guiCreateStaticImage(1,2,524,246,"Qserver.png",false,Tab2) Tab3 = guiCreateTab("قوآنين الشات",Tap1) GUIEditor_Image[2] = guiCreateStaticImage(1,2,524,246,"Qchat.png",false,Tab3) GUIEditor_Label[3] = guiCreateLabel(5,259,122,17,"CreaTeD By Ahmed<3",false,Tab3) guiLabelSetColor(GUIEditor_Label[3],211,32,1) GUIEditor_Label[4] = guiCreateLabel(398,259,122,17,"آغلآق النافذة ( F9 )",false,Tab3) --------- -- فتح النافذة --------- bindKey ( Key , 'down' , function() guiSetVisible(Wnd,not guiGetVisible(Wnd)) showCursor(not isCursorShowing()) guiSetInputEnabled(not guiGetInputEnabled()) end ) ---- -- Key.lua Key = 'F9'
  15. سويت تذكرةة رقمها عرض التذكرة #233378 Edit: القسم Abuse
  16. مآفهمتك TheKey بالميتتا ولآ آلكلنت ذا الزر bindKey ( "F9" , "down" , function() if ( guiGetVisible (Wnd) == true) then guiSetVisible (Wnd, false) showCursor (false ) guiSetInputEnabled(false) elseif (guiSetVisible (Wnd) == false) then guiSetVisible (Wnd, true) showCursor (false ) guiSetInputEnabled(true) end end) لو فيه طريقة آخلي الزر بالميتا آحسن
  17. آلسلآم عليكم آبي طريقة آخلي زر فتح آلمود بملف ثآني مثلآ Client . lua وآبي اشفره بس آبي يغير الزر من ملف ثاني يعني من ملف اسمه Key
  18. مشكوور ع اللوحة وبآين متعوبةة ( ي مآيكرو عبي رصيدي )
  19. آلآستضافة تعهدت مآتجي ملفات المودات وآلاستضافة قوية ومجربةة وباذن الله مآيصير معكم مشاكل
  20. فيس بوك انا دفعت 60 آبي اسوي موقع مو سيرفر وسويت تذكرة بس الى الان مآرد
×
×
  • Create New...