Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 14/12/16 in all areas

  1. يعني صراحه استغرب من ناس لما تشوف سيرفر مسوي المود تروح تنشر مثله يعني ماشاء الله أغلب سكرباتك مقلد الأفكار الواحد يصنع افكار جديده مو يقلد الناس ويسوي اضافات
    3 points
  2. سلامات يخوي ؟ تقليد عيني عينك ؟ يبوي من قبلك فاتح بذا الاسم من قبل 4 سنوات ! على ايام ACM اللي يذكره . غير غير الاسم بارك الله فيك
    2 points
  3. Always include the Lua code along with the problem explanation, so we know you at least tried and so we can lead you towards the solution.
    2 points
  4. السلام عليكم ورحمة الله تعالى وبركاته, كيف الحال؟ إن شاء الله بخير اليوم معنا سكربت النك ( الإسم ) العربي الفيديو الخاص بالسكربت :- https://youtu.be/WIwcxctefcs طبعا السكربت معروف لاكن سويته بطريقتي وضفت عليه مميزات جديدة المميزات : - اسماء اللاعبين العربية في التاب للدلالة, - سجل خاص اللاعبين وتغييراتهم لأسماءهم والألوان - للرقابة - تغيير لون الإسم الخاص بك - تفعيل \ الغاء تفعيل الخاصية - حفظ كل شيء على SQLite - التفعيل على السيريال وليس الحساب ( طريقة افضل ) بكثير ---------- الصور :- @1 الرئيسية : @2 تغيير اللون @3 صورة للخاصية @4 لوحة الإدارة @5 سجل نشاطات المستخدمين ---------- لتحميل السكربت :- MR.GRAND لا تنسى الإنضمام لنا : مجتمع MTA العرب ---------- للتواصل معي :- Skype : kamel1234128 E-mail : [email protected] في أمان الله, اخوكم مستر جراند
    1 point
  5. Login System Some Images of GUI: https://puu.sh/sJnRg/2928be4ec3.png https://puu.sh/sJnTw/cb57d4b9ce.png Features: Uses External MySQL Database for register/login Logs in user to MTA System if account exist. It is opensource Installation: Configure your database configurations in server.lua Export database.sql to your selected database. Add this resource to your ACL's admin group and boom! Finished! You can start the script and connect to the server! Download Links MTA Community Resource: https://community.multitheftauto.com/index.php?p=resources&s=details&id=13930 Exports: -- To Be Updated.. exports.login:getPlayerUsername(player) -- Gets Player Username.
    1 point
  6. الآدمي ما يعرف وش يعني الديبوق ، يا اخي اكتب في اف8 debugscript 3 وبيطلع لك مجموعة من الجمل صورها او أنسخها وحطها هنا عشان نعرف وين المشكلة ونحاول وساعدك قدر المستطاع تحياتي
    1 point
  7. العفو , اتوقع تم الافادهه موفق يا #بطل
    1 point
  8. اوهه طلع عندك اخطاء كثيره و منها اسم القريد ليست و نااسي اند الانهاء حق الوضيفة حق القريد ليست المهم التعديل كامل local Key = "F1" GUIEditor = { edit = {}, button = {}, window = {}, label = {}, gridlist = {} } GUIEditor.window[1] = guiCreateWindow(190, 166, 405, 305, "Admin x2", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.gridlist[1] = guiCreateGridList(10, 62, 134, 233, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "Players:", 0.9) GUIEditor.edit[1] = guiCreateEdit(18, 38, 116, 19, "", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(55, 23, 99, 15, "Search ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.button[1] = guiCreateButton(172, 62, 184, 35, "Mute", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") GUIEditor.edit[2] = guiCreateEdit(154, 118, 227, 30, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(47, -14, 170, 15, "What is Resson", false, GUIEditor.edit[2]) GUIEditor.label[3] = guiCreateLabel(210, 97, 120, 15, "What is The Resson :", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") GUIEditor.button[2] = guiCreateButton(164, 155, 94, 20, "Slap", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(277, 155, 94, 20, "Kick", false, GUIEditor.window[1]) GUIEditor.button[4] = guiCreateButton(163, 193, 208, 29, "Fly Car", false, GUIEditor.window[1]) GUIEditor.button[5] = guiCreateButton(163, 232, 94, 20, "FIX", false, GUIEditor.window[1]) GUIEditor.button[6] = guiCreateButton(277, 232, 94, 20, "Nitro", false, GUIEditor.window[1]) GUIEditor.label[4] = guiCreateLabel(163, 170, 212, 15, "______________________________", false, GUIEditor.window[1]) GUIEditor.label[5] = guiCreateLabel(297, 283, 148, 18, "Creat by FAHD v2", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[5], 254, 0, 0) guiSetVisible ( GUIEditor.window[1], false ) bindKey ( Key, "down", function ( ) if guiGetVisible ( GUIEditor.window[1] ) then guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) else guiSetVisible ( GUIEditor.window[1], true ) showCursor ( true ) end end ) function Players ( ) guiGridListClear ( GUIEditor.gridlist[1] ) local Row = guiGridListAddRow ( GUIEditor.gridlist[1] ) for id, players in ipairs(getElementsByType("player")) do guiGridListSetItemText ( GUIEditor.gridlist[1], Ros 1, getPlayerName ( players ), false, false ) end end addEventHandler( "onClientPlayerJoin", root, Players ) addEventHandler( "onClientPlayerQuit", root, Players ) addEventHandler( "onClientPlayerChangeNick", root, Players )
    1 point
  9. العفو , موفق يا #بطل
    1 point
  10. انت مسوي وضيفة للوحة و ماراح تكون معرفة لـ كود فتح النافذة الافضل انك تسوي كذا و تحذف الوضيفة للوحة و الحدث او تضيف كود فتح الوحة في الوضيفة نفسها حقت الوحة التعديل local Key = "F1" GUIEditor = { edit = {}, button = {}, window = {}, label = {}, gridlist = {} } GUIEditor.window[1] = guiCreateWindow(190, 166, 405, 305, "Admin x2", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.gridlist = guiCreateGridList(10, 62, 134, 233, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist, "Players:", 0.9) GUIEditor.edit[1] = guiCreateEdit(18, 38, 116, 19, "", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(55, 23, 99, 15, "Search ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.button[1] = guiCreateButton(172, 62, 184, 35, "Mute", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") GUIEditor.edit[2] = guiCreateEdit(154, 118, 227, 30, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(47, -14, 170, 15, "What is Resson", false, GUIEditor.edit[2]) GUIEditor.label[3] = guiCreateLabel(210, 97, 120, 15, "What is The Resson :", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") GUIEditor.button[2] = guiCreateButton(164, 155, 94, 20, "Slap", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(277, 155, 94, 20, "Kick", false, GUIEditor.window[1]) GUIEditor.button[4] = guiCreateButton(163, 193, 208, 29, "Fly Car", false, GUIEditor.window[1]) GUIEditor.button[5] = guiCreateButton(163, 232, 94, 20, "FIX", false, GUIEditor.window[1]) GUIEditor.button[6] = guiCreateButton(277, 232, 94, 20, "Nitro", false, GUIEditor.window[1]) GUIEditor.label[4] = guiCreateLabel(163, 170, 212, 15, "______________________________", false, GUIEditor.window[1]) GUIEditor.label[5] = guiCreateLabel(297, 283, 148, 18, "Creat by FAHD v2", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[5], 254, 0, 0) guiSetVisible ( GUIEditor.window[1], false ) bindKey ( Key, "down", function ( ) if guiGetVisible ( GUIEditor.window[1] ) then guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) else guiSetVisible ( GUIEditor.window[1], true ) showCursor ( true ) end end )
    1 point
  11. تفضل أخوي http://up.top4top.net/downloadf-348yti7g1-zip.html اذا كنت تبي تخفيه أكتب في اف 8 Hide
    1 point
  12. local Key = "F1" GUIEditor = { edit = {}, button = {}, window = {}, label = {}, gridlist = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(190, 166, 405, 305, "Admin x2", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.gridlist = guiCreateGridList(10, 62, 134, 233, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist, "Players:", 0.9) GUIEditor.edit[1] = guiCreateEdit(18, 38, 116, 19, "", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(55, 23, 99, 15, "Search ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.button[1] = guiCreateButton(172, 62, 184, 35, "Mute", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") GUIEditor.edit[2] = guiCreateEdit(154, 118, 227, 30, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(47, -14, 170, 15, "What is Resson", false, GUIEditor.edit[2]) GUIEditor.label[3] = guiCreateLabel(210, 97, 120, 15, "What is The Resson :", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") GUIEditor.button[2] = guiCreateButton(164, 155, 94, 20, "Slap", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(277, 155, 94, 20, "Kick", false, GUIEditor.window[1]) GUIEditor.button[4] = guiCreateButton(163, 193, 208, 29, "Fly Car", false, GUIEditor.window[1]) GUIEditor.button[5] = guiCreateButton(163, 232, 94, 20, "FIX", false, GUIEditor.window[1]) GUIEditor.button[6] = guiCreateButton(277, 232, 94, 20, "Nitro", false, GUIEditor.window[1]) GUIEditor.label[4] = guiCreateLabel(163, 170, 212, 15, "______________________________", false, GUIEditor.window[1]) GUIEditor.label[5] = guiCreateLabel(297, 283, 148, 18, "Creat by FAHD v2", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[5], 254, 0, 0) guiSetVisible ( GUIEditor.window[1], false ) end ) bindKey ( Key, "down", function ( ) if guiGetVisible ( GUIEditor.window[1] ) then guiSetVisible ( GUIEditor.window[1], false ) showCursor ( false ) else guiSetVisible ( GUIEditor.window[1], true ) showCursor ( true ) end end ) الغلط كان بهذا السطر guiSetVisible(GUIEditor.window[1],not guiGetVisible(windowname)) -- مافيه لوحة اسمها windowname
    1 point
  13. if guiGetText ( GUIEditor.edit[1] ) >= "5" or guiGetText ( GUIEditor.edit[1] ) >= "1235" then
    1 point
  14. تعلم خش قسم دروس البرمجة
    1 point
  15. addEventHandler ( 'onClientRender' ) dxDrawRectangle dxDrawText dxCreateFont getPlayerMoney -- PS. تحتاج تستخدم خط خاص عشان يصير مثل الصورة بالتوفيق
    1 point
  16. مافهمتك تبي تسوي نفس اللي بالصورة يعني؟
    1 point
  17. Please don't bump your post, this is not a trading website, somebody will help you if / when they can. What do you exactly want? Explain it a bit better, that's probably the reason why nobody was able to help you so far.
    1 point
  18. بالويكي onClientMarkerHit لو تراجع حدث الاول والي هو الاعب الي دخل الماركر Parameters راح تحصل فـ عشان كذا عرف الاعب الي دخل الماركر وتحقق انه يساوي اللوكال بلاير
    1 point
  19. يعــطيك مليون عافية, تقدر تشرحلي وش اللي سويتة بالظبط؟ function( plr ) --- وش الفرق اذا حطيت plr خارج القوس او داخل القوس؟ وش الفرق بين القوس؟ وش الفرق اذا حطيتها داخل القوس او خارج القوس function ( plr ) او function plr ()
    1 point
  20. addEventHandler( 'onClientMarkerHit', marker3, function( plr ) if ( plr == localPlayer ) then executeCommandHandler ( "SendMoney" ) end end )
    1 point
  21. if ( hitElement == localPlayer ) then ...
    1 point
  22. عليكم السلام اخوي حمل النسخة من هنا : Download MTA واضغط بالمنتصف موجود DOWNLOAD واختار نظامك اذا كان اكس بي او ويندوز 7 وفوق وبيحمل البرنامج وقبل تثبتة اذا كنت مشغل سيرفر محلي باستخدام mtaserver.exe قفلة بعدين ثبت تثبيت عادي بالتوفيق
    1 point
  23. كلام مظبوط لازم اذا سويت حدث او فنكشن او if لازم يكون فيه end
    1 point
  24. إن شاء الله, بالمستقبل بسوي اشياء حصرية وجديدة شكرا لتعليقك, نورت موضوعي المتواضع حياك الله
    1 point
  25. ولازم تشوف في ميتا مود التوب بار شات اذا تقدر تسوي استخراج للفنكشن يعني تشتغل بيه برا المود
    1 point
  26. getElementData setElementData bindKey
    1 point
  27. https://community.multitheftauto.com/index.php?p=resources&s=details&id=10869
    1 point
  28. بالمحلي إسمي MR.GRAND ولما دخلت في سيرفر عام في واحد غيري حاط اسمه ccw انا MR.GRAND باين اسمي بالقائمة
    1 point
  29. سوي داتا ، وبعد الفنكشن سوي تحقق من الداتا لاظهار الكتابة
    1 point
  30. Your function is a bit weard, I'm not sure if semi1 is the left or right one, anyways I left u a comment respecting it. Also, there are some unnecessary things like Circle Width and dxGetTextWidth is not defined as a varaible, so, u can use it like that function dxDrawRoundedRectangle( x, y, width, height, color, postGUI ) local color = color or tocolor( 0, 0, 0, 150) dxDrawRectangle(x, y, width, height, color, postGUI) --Semi 1 Circle must be the LEFT one and Semi 2 Circle must be the RIGHT one dxDrawImage(x-height, y, height/2, height, "img/semi.png", 0, 0, 0, color, false) dxDrawImage(x+width, y, height/2, height, "img/semi2.png", 0, 0, 0, color, false) end NOT TESTED. PS: I would use dxDrawImageSection using just a circle
    1 point
  31. تبيه يفتح من اف 2 يعني؟
    1 point
  32. Lol there is no part attaching it to the player, it's not good. It does work but that's not the question. Read the question
    1 point
  33. <meta> <info author="MR.NaiF" type="script" name="exports" version="1.0" /> <script src="server.lua" type="server" /> </meta>
    1 point
  34. حسنا صاحب الموضوع شف الشرح ذا
    1 point
  35. isMouseInPosition dx Elements = { dxDrawText, dxDrawRectangle, dxDrawLine } -- لجعلها زر addEventHandler("onClientClick") isMouseInPosition -- Useful function
    1 point
  36. ^^ يقدر يحط guiSetAlpha(0) اذا ما يبغي الزرار يظهر
    1 point
  37. سوي لوحتك الدي اكس و سوي الازرار و كل شي Gui سوي ازرار Gui حطها مكان ازرار الدي اكس وبرمج Gui
    1 point
  38. Wees blij dat er dan niet teveel Vlamingen zitten (zoals ik), je zou er niets van verstaan moest ik West-Vlaams typen
    1 point
×
×
  • Create New...