Leaderboard
Popular Content
Showing content with the highest reputation on 27/06/18 in all areas
-
2 points
-
2 points
-
كيف الحال انشاء الله بخير,, سويتلكم مود يمكن يكون حصري فـ النشر, وغير مشفر المود عبارة عن انك تقدر تتحكم في اللاعبين الموجودين في الديربي تقدر تعدل علي سريالك من ملف - Client ادري ان بيجي واحد يقول سيرفر سايد ومدري ايش, الزبده مابيصير مشاكل, 1 - اضافة خاصية طرد اللاعب من السيرفر مع سبب, 2 - اضافة خاصية وضع اي عالم اخر, 3 - وضع خاصية سحب سيارة + قتل اللاعب + مراقبة اللاعب 4 - اهم شئ, خاصية حظر اللاعب من الديربي, 5 - تم اضافة خاصية تجميد اللاعب وفك تجميد اللاعب ( جديد )ء طبعا لو تبي تحظر لاعب في الديربي بتخش ع ملف كلينت EDIT:V5 : تقدر تصكه حظر بإستخدام اللوحة هذي تقدر انك تضيف السريالات اللي تبي تحظرها, يجب اضافة المود لـ قروب الادمن لـ السماح بـ صك الاعب كيك يجب عليك وضع مود الديربي الموجود داخل الملف DX-DERBY او اذا عندك مود ديربي مختلف تقدر تعدل عليه عشان يظبط معـك الحظر الطريقة # خش علي ملف الديربي حقك وادخل علي ملف الـ سيرفر Server.lua بتلاقي فـ خامس سطر الكلام هذا if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) ) then بتخليه كذا if tostring(message) == "ديربي" and checkDuel(source) == "prestart" and ( not checkExistPlrOnDuel(source) ) then if getAccountData(getPlayerAccount(source),'derbban') then if string.find(message,"ديربي") then return end end طبعا الخطوات هذي للناس اللي عندها مود ديربي غير اللي موجود مع الملف !! تم ازالة الاصدارات القديمة لوجود مشاكل بها!! لتحميل احدث اصدار , https://up.top4top.net/downloadf-803r1sxz1-zip.html لتحميل نسخة الديربي , https://up.top4top.net/downloadf-8034dst51-zip.html اي مشكلة تواجهكم قولوها فـ الخاص وانشاء الله احلها1 point
-
1 point
-
1 point
-
هل في طريقة اقدر ارتب فيها الحروف من a ل z مثلا انا مسوي جدول وحاط فيه اسماء الاسلحة كيف ارتبهم ترتيب ابجدي ؟1 point
-
1 point
-
شكرا لمرورك الجميل , الاحسن جاي في الطريق ان شاء الله اما بالنسبة لموضوع اللوحة دي ض1 فيها اشياء لازم تتفهم عشان لو واحد حمل السكربت بدون مايشوف الفيديو مارح يعرف كيف بيشغله المهم بحاول اقلل من وقت الفيديو او بمعنى اصح احاول اكتب اسرع شوي1 point
-
addEventHandler("onClientGUIClick",root, function() if ( source == BTN ) then -- REPLACE BTN WITH YOUR BUTTON NAME IN GUI if string.find(guiGetText ( edit1 ), "-") or string.find(guiGetText ( edit1 ), "+") or string.find(guiGetText ( edit1 ), "*") then outputChatBox("There Was Wrong Words !!",255, 0, 0) return end -- REPLACE edit1 With Your EditeBox Name Or Varible !! end end ) -- اذا واجهت مشاكل قول لي @@ -- -- اول شئ يحب قم بتبديل كلمة edit1 -- -- باسم الايديت حقك الذي قمت بتسميته -- -- ثاني شئ يخي قم باستبدال كلمة BTN -- -- باسم الزر حقك في اللوحة -- -- ما اعتقد فيه مشاكل بتصير أخوك كريم -- اذا صار مشاكل قول لي بس ما اعتقد ان يصير معك مشاكل !1 point
-
السلام عليكم تم صكي بان 30 يوم بسبب كلمة فشيخ اسف يرجو التواصل مع الادار ه فكه الاسم مستر تياقو1 point
-
https://community.multitheftauto.com/index.php?p=resources&s=details&id=11836 Try this.1 point
-
+1 لازم تصلحه لان ممكن الكود حقك ما يدعم الاصدارات القادمة ودا بيصير معي كثير وفي جميع الاحوال بيجيب لاق فعلا فحاول تخلي دايما الديبق حقك ما به اخطاء1 point
-
1 point
-
1 point
-
يمديك تسوي لوب على اللي انت مسويه . نفس الايديتور يسوي لك لوب اظن المهم اللي عليك تستعمل تحته الفنكشن وبس1 point
-
function () local obj = createObject(model number, x, y, z) -- حط احداثياته setObjectBreakable(obj, false) --- يخليه ما ينكسر end مدري لو بيشتغل او لا بس جرب1 point
-
1 point
-
Yes. i missed it. i mean // i know it can't cancel Event and missed that ! Thank u that will be more easier and use less restarts1 point
-
1 point
-
addEventHandler( "onDgsGridListItemDoubleClick", root, function(b1,m1) if b1 == "left" and m1 == "down" then playSoundFrontEnd(42) local sel = x:dgsGridListGetSelectedItem(grid3) if sel ~= -1 then local ID = x:dgsGridListGetItemData(grid3, sel, 1) local Cost = x:dgsGridListGetItemData(grid3, sel, 2) local Ammo = x:dgsGridListGetItemData(grid3, sel, 3) triggerServerEvent("onPlayerGetWeapon2", localPlayer, ID, Cost, Ammo) x:dgsGridListSetSelectedItem( grid3, -1 ) end end end ) جرب1 point
-
1 point
-
1 point
-
function render () local level = getElementData (localPlayer, "LEVEL") or 0 dxDrawText("level ".. level, 110 - 1, 717 - 1, 381 - 1, 754 - 1, tocolor(0, 0, 0, 255), 1.30, "bankgothic", "left", "top", false, false, false, false, false) dxDrawText("level ".. level, 110 + 1, 717 - 1, 381 + 1, 754 - 1, tocolor(0, 0, 0, 255), 1.30, "bankgothic", "left", "top", false, false, false, false, false) dxDrawText("level ".. level, 110 - 1, 717 + 1, 381 - 1, 754 + 1, tocolor(0, 0, 0, 255), 1.30, "bankgothic", "left", "top", false, false, false, false, false) dxDrawText("level ".. level, 110 + 1, 717 + 1, 381 + 1, 754 + 1, tocolor(0, 0, 0, 255), 1.30, "bankgothic", "left", "top", false, false, false, false, false) dxDrawText("level ".. level, 110, 717, 381, 754, tocolor(255, 255, 255, 255), 1.30, "bankgothic", "left", "top", false, false, false, false, false) end addEventHandler("onClientRender", root, render)1 point
-
1 point
-
1 point
-
لآ سويتها له . مو كذا الطريقه هو يبيها على سلاح معين لككن الوظيفة ذي بالكلنت لازم تحط بها السلاح من createWeapon يعني خلاص تمت الإفاده .1 point
-
function aTeam ( player ) if isObjectInACLGroup("user."..getAccountName ( getPlayerAccount ( player ) ), aclGetGroup ( "AD-Team" ) ) then local team = getTeamFromName ( "Admins" ) and getTeamFromName ( "Admins" ) or createTeam ( "Admins" , 255 , 11 , 11 ) if ( getPlayerTeam ( player ) ~= team ) then setPlayerTeam( player, team ) outputChatBox( " Team Admins l تم تحويلك الى هاذا التيم " , player , 255 , 11 , 11 ) end end end addCommandHandler("AR-Team",aTeam) addEventHandler("onPlayerWasted",getElementRoot ( ) , aTeam )1 point
-
addCommandHandler("AR-Team" , function aTeam ( player ) if isObjectInACLGroup("user."..getAccountName ( getPlayerAccount ( player ) ), aclGetGroup ( "AD-Team" ) ) then local team = getTeamFromName ( "Admins" ) and getTeamFromName ( "Admins" ) or createTeam ( "Admins" , 255 , 11 , 11 ) setPlayerTeam( player, team ) outputChatBox( " Team Admins l تم تحويلك الى هاذا التيم " , player , 255 , 11 , 11 ) end end) addEventHandler("onPlayerWasted",getElementRoot ( ) , aTeam )1 point
-
GUIEditor = { window = { } , edit = { } , button = { } } addEventHandler("onClientResourceStart", resourceRoot,function() GUIEditor.window[1] = guiCreateWindow(198, 198, 488, 204, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.edit[1] = guiCreateEdit(140, 69, 217, 34, "0, 0, 0", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(371, 157, 107, 37, "تفعيل", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00ACFC") end ) ; bindKey("f3","down",function() local Visible = guiGetVisible(GUIEditor.window[1]) guiSetVisible(GUIEditor.window[1],not Visible) showCursor(not Visible) end ) addEventHandler("onClientGUIClick",root,function() if ( source == GUIEditor.button[1] ) then local pos = guiGetText ( GUIEditor.edit[1] ) local position = split ( pos , "," ); if ( position and type ( position ) == "table" and #position == 3 ) then createPickup(position[1],position[2],position[3], 3, 1212) outputChatBox ( "* Done " , 0,255,0, true) end end end)1 point
-
1 point
-
1 point
-
1 point
-
Entire frame work can be unloaded / loaded for a single or multiple people. You'll be able to do 'Background' map editing; people will still see the stuff updating but they will be able to drive around / do anything else normally.1 point
-
1 point
-
0 points
-
0 points
