-
Posts
588 -
Joined
-
Last visited
Everything posted by i,xAhmed
-
ليه ترفع المواضيع القديمة ي سوفت
-
آقول نزل للسآمسونج تاب 2 ؟ لآني حملت ويوم بسجل يطلع لي كلآم آلظآهر تشتري نسخة بفلوسس ( ي حبيبي فلوس فلوس مآفي شي بلآش ) لول
-
آلسلآم الاستضآفة مآتبيكك لآنك تسب فيهآ رح آشكرها ع الاقل عشان عطتك روم
-
#[9MoD] مود القروب سيستم 1.3 by ahmedfef هدية العيد للجميع ^
i,xAhmed replied to Al-Ha[J]aRii's topic in المساهمات
لبى قلبكك ع المود آلخورآفي وان شاء الله نشوف جديدك -
اصلآ الي يفهم الSyntax يفهم الكود كآمل
-
آنا صارت معي اذا كان مشفر مآيشتغل الا ع 134
-
( ي مآيكرو كيف نفرمت الروم ؟ )
-
كيف نفرمت ؟
-
لآ آتوقع من اتصالك او شي بس يوم دخلت اللوحة حسيت نفسي بقصر ض1 آلزبدة آحلى شي اللوحة
-
يب جربت الي بالموضوع بس مآنفع
-
آلسلآم عليكم عندي تاج بس آبيه اذا دخل واحد ويحمل عنده ابي يجي عند نكه 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 )
-
تم اختراق سيرفري آرجو الاسترجاع رقم التذكرة : 770197 -------------------------------------------------------------------------------------- ملآحظة ذا الموضوع الي احط فيه مشاكلي برد #1
-
# ما لهم اي دخل # هو يقول بالريس لو مأت الكـل الماب يتغير # لأزم تعـدل على ملفأت الريس # + روح الأدمنية واضغط على الريس مرتين , تلقى ماب رأنودم خلها ترو ثآنكيوو ضبطط
-
السلآم علاكم ي عوآل آخباركمم آبي كود اذا مات الكل يتغير الماب تلقائي يآليت الكود + كود اذا واحد شغل ماب يجي بالشات قام الاعب بتشغيل ماب
-
مآضبطط سويت الكود بملف الكلنت واذا تبي الكود كآمل خذ -- 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'
-
سويت تذكرةة رقمها عرض التذكرة #233378 Edit: القسم Abuse
-
مآفهمتك 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) لو فيه طريقة آخلي الزر بالميتا آحسن
-
آلسلآم عليكم آبي طريقة آخلي زر فتح آلمود بملف ثآني مثلآ Client . lua وآبي اشفره بس آبي يغير الزر من ملف ثاني يعني من ملف اسمه Key
-
مشكوور ع اللوحة وبآين متعوبةة ( ي مآيكرو عبي رصيدي )
-
آلآستضافة تعهدت مآتجي ملفات المودات وآلاستضافة قوية ومجربةة وباذن الله مآيصير معكم مشاكل
-
فيس بوك انا دفعت 60 آبي اسوي موقع مو سيرفر وسويت تذكرة بس الى الان مآرد