Jump to content

αвυ-wαleed

Members
  • Posts

    495
  • Joined

  • Last visited

Everything posted by αвυ-wαleed

  1. شوووف الميتا هو الي يعرف السيرفر على العميل والصور والاصوات والخادم ومن دون الميتا مايشتغل أي مود لان هو الي يعرف السيرفر على الكودات الي مسويها في المود لازم تكون تعرفة في شرح للعقرب حلووو https://wiki.multitheftauto.com/wiki/AR/ ... 8%AC%D9%87
  2. مو عشانك تعلمت تستهزء باللي مايعرف ترى انت ماطلعت السماء نتعلم وبنصير زيك ويمكن افضل
  3. زاحف لاتستهزيء به لانك كنت مثلة
  4. خخخخخخخ عرفت خطاي خطيت نفاط ابغى افصل بين فنكشات اللوحة الاولى والثاني ....................... فخرب المود
  5. شوف اذا انت حاط الكود في server يعني يتغير للكل client للاعب لوحدة
  6. كود الطقس هو في الخادم ولا العميل ؟؟
  7. addEventHandler("onClientGUIClick",root, function () if ( source == اسم الزر ) then guiSetVisible(اسم النافذة او اللوحة,false) showCursor(false) guiSetInputEnabled(false) end end ) هذا الكود يخلي الزر الي تحطة يقفل اللوحة الي تحطها
  8. GUIEditor_Label = {} GUIEditor_Image = {} shop_1 = guiCreateWindow(282,146,676,438,"المطعم",false) guiSetAlpha(shop_1,0.95999997854233) GUIEditor_Image[1] = guiCreateStaticImage(352,27,309,261,"sss.png",false,shop_1) guiSetAlpha(GUIEditor_Image[1],1) GUIEditor_Label[1] = guiCreateLabel(92,108,178,30,"aa ",false,shop_1) guiLabelSetColor(GUIEditor_Label[1],252,252,0) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(188,163,341,66,"#bb",false,shop_1) guiLabelSetColor(GUIEditor_Label[2],252,255,252) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[3] = guiCreateLabel(178,195,245,44,"#aa",false,shop_1) guiLabelSetColor(GUIEditor_Label[3],0,255,252) guiSetFont(GUIEditor_Label[3],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(32,270,336,24,"- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -",false,shop_1) GUIEditor_Label[5] = guiCreateLabel(34,139,336,24,"- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -",false,shop_1) GUIEditor_Label[6] = guiCreateLabel(35,81,336,24,"- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -",false,shop_1) GUIEditor_Label[7] = guiCreateLabel(26,254,204,35,"by abu-waleed",false,shop_1) guiLabelSetColor(GUIEditor_Label[7],0,0,255) guiSetFont(GUIEditor_Label[7],"clear-normal") h = guiCreateButton(92,332,225,76,"aa",false,shop_1) guiSetFont(h,"default-bold-small") a = guiCreateButton(382,332,225,76,"bb",false,shop_1) guiSetFont(a,"default-bold-small") X = guiCreateButton(9,25,26,29,"X",false,shop_1) guiSetFont(X,"default-bold-small")
  9. هذا من اللوحة guiCreateStaticImage(352,27,309,261,"sss.png",false,shop_1
  10. كيف كذا صح ؟؟ لان اللوحة ما اشتغلت guiSetVisible ( shop_1, false ) local marker1 = createMarker ( 1454.4311523438,-2218.5419921875,13.546875,'cylinder',2, 0,255, 0, 255) addEventHandler ( "onClientMarkerHit", marker1, function ( hitPlayer ) if hitPlayer == localPlayer then guiSetVisible ( shop_1, true ) showCursor ( true ) end end,false )
  11. ابغى كود ماركر اذا دخلته تفتح نافذة احددها + ابغى اول ما اشغل المود النافذة ماتطلع الا بعد ما اخش الماركر
  12. فالنهاية الكود كذااا يصير ياكنق صح ؟ addEvent ( "ee", true ) addEventHandler ( "ee", root, function ( ) if ( getPlayerMoney ( source ) >= 2) then takePlayerMoney ( source, 2 ) setElementHealth ( source, getElementHealth ( source ) + 25 ) outputChatBox ( "#330079" .. getPlayerName ( source ) .. " #00FF00Has Bought weapon Health", root, 255, 0, 0 ) else outputChatBox ( "أنت لاتملك المال", source, 255, 0, 0, true ) end end )
  13. كنق رجعنا في المشكلة الاولى خخخخخخ اضغط على زر مرتين اشتري مرتين مثلن دم 25 % مايصير 50 %زز
  14. يب انا ماخذة نسخ من شوب بووور خخخخخ وانا قاعد اتعلم كيف سواه واش مكوناته انا قاعد اتعلم
  15. setAccountData getAccountData getPlayerAccount triggerClientEvent--https://wiki.multitheftauto.com/wiki/AddEvent addEvent--https://wiki.multitheftauto.com/wiki/AddEvent GuiSetProperty--https://wiki.multitheftauto.com/wiki/GuiSetProperty onClientGUIClick--https://wiki.multitheftauto.com/wiki/OnClientGUIClick giveWeapon--https://wiki.multitheftauto.com/wiki/GiveWeapon guiGetText--https://wiki.multitheftauto.com/wiki/GuiGetText تحتاجها لصنع المود
  16. اوك اوك مشكور فيس بوك الاولى set والثاني get
  17. لو بحثت شوي كان لقيت المود هذا مود PIN يحفظ الفلوس والشخصية والدم والدرع https://community.multitheftauto.com/in ... ls&id=6998
  18. طيب حاولت ممكن تعلمني خطأي addEvent("ee",true) addEventHandler("ee",root, function() local PlayerMoney = getPlayerMoney(source) if ( PlayerMoney >= 200) then takePlayerMoney(source,200) giveWeapon ( source , 0,200 ) getElementHealth ( source, getElementHealth ( source ) + 100 ) outputChatBox ("#330079" .. name .. " #00FF00 Has Bought weapon Health",source,255,0,0) else outputChatBox("أنت لاتملك المال", source, 255, 0, 0, true) end end )
  19. جعفر طيب ابغاه بدل درع ابغى ازود الدم حطيت هيلث لكن مانفع
  20. شكرا لك ياجعفر جربته وحلوووو مثلك
  21. جعفر ممكن شرح للتعديل الي سويته
×
×
  • Create New...