Jump to content

Abdul KariM

Members
  • Posts

    2,711
  • Joined

  • Days Won

    42

Everything posted by Abdul KariM

  1. اول شيء القسم عربي فحط عنوان موضوعك بالعربي الشيء الثاني اذا ضغط على الزر تحقق ان اللوحة الثانية مفتوحة وسوي روتيرن
  2. اها حسبته كنافة
  3. كلام فاضي بما انك مبرمج ولك خبره بمجرد اي واحد يطلب منك مود ويعطيك مواصفاته بالكامل ماراح يصعب عليك انك تسويه هذا ان كنت مبرمج اما سالفة مبرمج هجولة ومبرمج زومبي اعرف ماعنده سالفة لان المبرمج يقدر يسوي اي سكربت بمجرد انه ياخذ الفكرة
  4. وحطه تحت السطر 33 player بـ source استبدل
  5. عليكم السلام يوم يبدا التايمر بجهة السيرفر تسوي ترايقر للكلينت وترسل مع الترايقر الوقت المتبقي منه getTimerDetails بالكلينت تسوي متغير وتكون قيمته فولس , وتخلي الرندر شغال وتسوي تحقق ان قيمة المتغير dxDrawText ماتساوي فولس وبعدين تحط قيمة المتغير في وبس ينتهي التايمر ترايقر للكلينت ورجع قيمة المتغير لـ فولس
  6. https://wiki.multitheftauto.com/wiki/AR/الصفحه_الرئيسيه
  7. @Default يب يب يعطيك العافية fetchRemote("http://a.top4top.net/p_52221hhc1.jpg", function ( response ) if response ~= "ERROR" then triggerClientEvent("onClientGotImage", root, response ) end end )
  8. استبدل السيرفر بهذا fetchRemote("http://a.top4top.net/p_52221hhc1.jpg", function ( response ) if response ~= "ERROR" then triggerClientEvent("onClientGotImage", root, responseData ) end end )
  9. function convertNumber ( number ) local formatted = number while true do formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2') if ( k == 0 ) then break end end return formatted end for i,k in ipairs (Place) do local l = guiGridListAddRow (placelist) guiGridListSetItemText (placelist,l,1,tostring(k[1]),false,false) guiGridListSetItemText (placelist,l,2,"$"..convertNumber(tostring(k[5])),false,false) guiGridListSetItemData(placelist,l,1,{k[2],k[3],k[4],k[5]}) guiGridListSetItemColor(placelist,l,1,0,150,255) guiGridListSetItemColor(placelist,l,2,0,255,0) end guiSetFont(placelist,"f1.ttf")
  10. @Deativated ممكن تقولي ليه متحقق من الحساب انه مسجل دخول واصلا الحدث عند تسجيل الدخول ثانيا استخدم البارمتر الثاني واختصر الكود بثلاث اسطر
  11. عليكم السلام addCommandHandler getPlayerAccount isGuestAccount getAccountName isObjectInACLGroup aclGroupAddObject
  12. @iMr.WiFi..! وظيفة رائعة وعجبتني لكن بدل سطر 7 بهذا table.insert(Accounts,Account)
  13. @iMr.WiFi..! المتغيرات بالسيرفر تكون للجميع
  14. GUIEditor = { gridlist = {}, window = {}, label = {} } soon = guiCreateWindow(253, 226, 311, 128, "MO7trFeN Al6ArH", false) guiWindowSetSizable(soon, false) guiSetAlpha(soon, 1.00) guiSetVisible( soon, false ) soonclose = guiCreateButton(92, 90, 131, 28, "OK", false, soon) guiSetProperty(soonclose, "NormalTextColour", "FFFF0000") GUIEditor.label[1] = guiCreateLabel(114, 40, 90, 21, "قـريــبــاً │ SOON", false, soon) guiLabelSetColor(GUIEditor.label[1], 0, 254, 233) GUIEditor.window[1] = guiCreateWindow(207, 112, 387, 387, "الإنتــقــالات", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible(GUIEditor.window[1],false) GUIEditor.gridlist[1] = guiCreateGridList(9, 27, 368, 350, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], " الأماكن # ", 0.9) places1 = guiCreateGridList(9, 27, 368, 350, false, GUIEditor.window[1]) guiGridListAddColumn(places1, " الأماكن # ", 0.9) for i = 1, 10 do guiGridListAddRow(places1) end guiSetVisible(places1, false) guiGridListSetItemText(places1, 0, 1, "رجــوع >> ", false, false) guiGridListSetItemColor(places1, 0, 1, 247, 245, 0, 255) guiGridListSetItemText(places1, 1, 1, "البــدايــة │ X ", false, false) guiGridListSetItemColor(places1, 1, 1, 246, 0, 0, 255) guiGridListSetItemText(places1, 2, 1, "البــنـــك │ X ", false, false) guiGridListSetItemColor(places1, 2, 1, 0, 244, 236, 255) guiGridListSetItemText(places1, 3, 1, "مركـــز الشــرطــة │ X ", false, false) guiGridListSetItemColor(places1, 3, 1, 0, 5, 243, 255) guiGridListSetItemText(places1, 4, 1, "إســتــلام الرواتـــب │ X ", false, false) guiGridListSetItemColor(places1, 4, 1, 11, 242, 0, 255) guiGridListSetItemText(places1, 5, 1, "الفــنــدق │ X ", false, false) guiGridListSetItemColor(places1, 5, 1, 238, 241, 0, 255) guiGridListSetItemText(places1, 6, 1, "أفــخـم 3 بــيــوت │ X ", false, false) guiGridListSetItemColor(places1, 6, 1, 238, 2, 235, 255) guiGridListSetItemText(places1, 7, 1, "الإســتــراحـــة │ X ", false, false) guiGridListSetItemColor(places1, 7, 1, 125, 58, 181, 255) guiGridListSetItemText(places1, 8, 1, "القــفــزة الخـنفــشاريــة │ X ", false, false) guiGridListSetItemColor(places1, 8, 1, 182, 115, 56, 255) guiGridListSetItemText(places1, 9, 1, "بــيــــوت المــطــانــــيـــخ │ X ", false, false) guiGridListSetItemColor(places1, 9, 1, 193, 44, 44, 255) bindKey ("f6", "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 ) local aTable = { { " ##### " , 254, 245, 0, 255 } , { " الأماكن الرئيسيــة + " , 19, 24, 234, 255 } , { "الوظــائــف + " , 33, 234, 18, 255 } , { "المحــلات + " , 219, 30, 221, 255 } , { "الشــوارع + " , 254, 245, 0, 255 } , { "المهــمــات + " , 41, 209, 183, 255 } , { "أخــرى + " , 249, 0, 0, 255 } , } for _ ,v in ipairs ( aTable ) do local sRow = guiGridListAddRow ( GUIEditor.gridlist[1] ) guiGridListSetItemText ( GUIEditor.gridlist[1] , sRow , 1 , v [ 1 ] , false , false ) guiGridListSetItemColor ( GUIEditor.gridlist[1] , sRow , 1 , v [ 2 ] , v [ 3 ] , v [ 4 ] , v [ 5 ] ) end addEventHandler ("onClientGUIDoubleClick", resourceRoot, function ( ) if (source == GUIEditor.gridlist[1]) then local pl = guiGridListGetItemText (GUIEditor.gridlist[1], guiGridListGetSelectedItem (GUIEditor.gridlist[1]), 1) if ( pl == aTable [ 2 ] [ 1 ] ) then guiSetVisible (GUIEditor.gridlist[1], false) guiSetVisible (places1, true) end elseif (source == places1) then local pl = guiGridListGetItemText (places1, guiGridListGetSelectedItem (places1), 1) if ( pl == "رجــوع >> " ) then guiSetVisible (GUIEditor.gridlist[1], true) guiSetVisible (places1, false) end end end )
  15. اطرح كود انشاء التيبل + سطر 436
  16. جرب ذا local aTable = { { " ##### " , 254, 245, 0, 255 } , { " الأماكن الرئيسيــة + " , 19, 24, 234, 255 } , { "الوظــائــف + " , 33, 234, 18, 255 } , { "المحــلات + " , 219, 30, 221, 255 } , { "الشــوارع + " , 254, 245, 0, 255 } , { "المهــمــات + " , 41, 209, 183, 255 } , { "أخــرى + " , 249, 0, 0, 255 } , } for _ ,v in ipairs ( aTable ) do local sRow = guiGridListAddRow ( GUIEditor.gridlist[1] ) guiGridListSetItemText ( GUIEditor.gridlist[1] , sRow , 1 , v [ 1 ] , false , false ) guiGridListSetItemColor ( GUIEditor.gridlist[1] , sRow , 1 , v [ 2 ] , v [ 3 ] , v [ 4 ] , v [ 5 ] ) end addEventHandler ("onClientGUIDoubleClick", resourceRoot, function ( ) if (source == GUIEditor.gridlist[1]) then local pl = guiGridListGetItemText (GUIEditor.gridlist[1], guiGridListGetSelectedItem (GUIEditor.gridlist[1]), 1) if ( pl == aTable [ 2 ] [ 1 ] ) then guiSetVisible (GUIEditor.gridlist[1], false) guiSetVisible (Places, true) end elseif (source == Places) then local pl = guiGridListGetItemText (Places, guiGridListGetSelectedItem (Places), 1) if ( pl == " ... " ) then guiSetVisible (GUIEditor.gridlist[1], true) guiSetVisible (Places, false) end end end )
  17. وش الرسالة الي تجيك بالدي بوق
  18. العفو , الله يسلمك
  19. executeSQLQuery ( 'DELETE FROM Attention WHERE aSerial_ =? AND aName_ =?' , aSerial_ , aName_ )
×
×
  • Create New...