Jump to content

فتى تبوك

Members
  • Posts

    218
  • Joined

  • Last visited

Everything posted by فتى تبوك

  1. وش ابي بالشوب الجاهز انا ابي اعرف كيف اخلي الصوره باللوحه انت تعرف لها؟
  2. السلام عليكم ورحمة الله وبركاته ياشباب ابي احط ذي الصورتين في اللوحه هاذي ابيها تجي فوق وهاذي ابيها على كل النافذه
  3. انت تقول غلط الكود صححه لنا
  4. جرب سيرفر ثآني يكون آحسن الكود كلينت يعني السيرفر ماله دخل المشكلة ذي من كودك بسبب التايمر كودك كله خطأ grid list سلامات كل 4 ثواني تسوي قائمة اذا حق فهد غلط عطنا الكود الصحيح
  5. فهد انا ودي اسئلك سؤال اذا ماتردني
  6. الله يوفقك ويسهل دربك
  7. اي بالله على سيرفر الجهاز
  8. ضبط ونص بس اللوحه لمني اشغلهاا اللسته تصير بطئيه لمنها تجي يعني زي التعليق فيها او كذا
  9. بيض الله وجهك يابعد حيي يا فهد
  10. السلام عليكم ورحمة الله وبركاته مساكم الله بالخير ياخوان انا سويت نافذه ارسال الفلوس الي تخبرونها كل شي ظبط الا شي واحد هو الاعبين مايجون باللسته مدري ليش الي يعرف يصلح المود يصلحه وبيض الله وجه الي يصلحه ووجههكم GUIEditor_Window = {} GUIEditor_Edit = {} GUIEditor_Image = {} GUIEditor_Window[1] = guiCreateWindow(258,167,356,241,"",false) guiSetAlpha(GUIEditor_Window[1],1) playerList = guiCreateGridList(9,24,130,203,false,GUIEditor_Window[1]) guiGridListSetSelectionMode(playerList,2) local cl = guiGridListAddColumn(playerList, "Players List ...", 0.2) guiSetAlpha(playerList,1) nameEdit = guiCreateEdit(170,83,126,32,"",false,GUIEditor_Window[1]) guiSetAlpha(nameEdit,1) GUIEditor_Edit[1] = guiCreateEdit(54,182,5,5,"",false,nameEdit) guiSetAlpha(GUIEditor_Edit[1],1) amountEdit = guiCreateEdit(171,127,126,32,"",false,GUIEditor_Window[1]) guiSetAlpha(amountEdit,1) sendBTN = guiCreateButton(162,199,76,30,"Send",false,GUIEditor_Window[1]) guiSetAlpha(sendBTN,1) addEventHandler("onClientGUIClick",getRootElement(), function() if ( source == sendBTN ) then playerNick = guiGetText(nameEdit) amount = guiGetText(amountEdit) triggerServerEvent("onSendMoney", getLocalPlayer(), playerNick, amount) end end)
  11. يعني ابي اعرف كيف احط زر ابي احطه باف2 انا ابي اتعلم بس
  12. مساكم الله بالخير انا سويت مود وحطيت فيه رز ومعي يجي حاولت حاولت ماقدرت -- Created: 04/08/2012 11:27 GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window [1] = guiCreateWindow (184,71,449,396, "مود الوزنيات بواسطة سلطان البلوي", false) GUIEditor_TabPanel [1] = guiCreateTabPanel (9,24,431,363, false, GUIEditor_Window [1]) guiSetVisible (GUIEditor_Window[1], false) GUIEditor_Tab [1] = guiCreateTab ("وزنيات 1", GUIEditor_TabPanel [1]) GUIEditor_Label [1] = guiCreateLabel (175,12,68,16, "وزنيه هتلر", false, GUIEditor_Tab [1]) GUIEditor_Edit [1] = guiCreateEdit (11,29,403,24, "1500 3500 2.2 0 0.3 -0.15 75 1 0.9 0.5 5 190000 90000 1000 4 p 8 0.5 false 75 1 0.2 0 0.28 -0.1 0.5 0.3 0.25 0 45000 40002800 4000000 1 1 1 ", false, GUIEditor_Tab [1]) GUIEditor_Label [2] = guiCreateLabel (164,54,74,25, "مسرع بشويش", false, GUIEditor_Tab [1]) GUIEditor_Edit [2] = guiCreateEdit (11,71,403,24, "1500.0 1200.0 0.1 0.0 0.0 -0.05 70 0.50 0.8 0.70 5 800.0 33.0 16.0 FP 5.4 0.90 1 45.0 0.95 0.14 0.0 0.80 -0.25 0.5 -0.7 0.00 0.00 19,000 0 0 0 3 0 ", false, GUIEditor_Tab [1]) GUIEditor_Label [3] = guiCreateLabel (163,100,97,17, "سرعه صاروخيه", false, GUIEditor_Tab [1]) GUIEditor_Edit [3] = guiCreateEdit (12,117,403,24, "1400 2900.7 0 0 0.2 -0.7 70 2.0 2.0 0.4 May 2500 100.0 9.9 RP 52 0.52 0 30 1.2 0.7 0 0.31 -0.15 0.5 0.3 0.24 0,045 45000 0 0 3 0 C00000" false, GUIEditor_Tab [1]) GUIEditor_Label [4] = guiCreateLabel (168,143,143,40, "وزنيه اليقضان", false, GUIEditor_Tab [1]) GUIEditor_Edit [4] = guiCreateEdit (12,159,403,24, "1600.0 2200.0 0.1 0.0 0.0 -0.05 70 0.47 0.8 0.70 5 300.0 33.0 16.0 FP 5.4 0.90 1 45.0 0.95 0.14 0.0 0.80 -0.18 0.5 -0.7 0.00 0.00 19,000 0 0 0 3 0" , false, GUIEditor_Tab [1]) GUIEditor_Label [5] = guiCreateLabel (150,183,123,23, "وزنيه فرنسي الشرق", false, GUIEditor_Tab [1]) GUIEditor_Edit [5] = guiCreateEdit (12,201,403,24, "0 2200.0 0.-1 0.0 0.-0 -70 -0.05 0.30 0.8 0.70 5 260.0 33.0 33.0 FP 5.4 0.90 1 50.0 0.85 0.14 0.0 0.40 -0.14 0.5 0.0 0.26 0.00 19 000 0 0 0 3 0 ", false, GUIEditor_Tab [1]) GUIEditor_Label [6] = guiCreateLabel (170,223,133,33, "هتلر العتبان", false, GUIEditor_Tab [1]) GUIEditor_Edit [6] = guiCreateEdit (10,241,403,24, "1601.0 2200.0 0.-0.-1 0.0 0 -70 -0.05 0.30 0.8 0.70 5 260.0 33.0 33.0 FP 5.4 0.90 1 50.0 0.85 0.14 0.0 0.40 -0.14 0.5 0.0 0.26 0.00 19 000 0 0 0 3 0 ", false, GUIEditor_Tab [1]) GUIEditor_Label [7] = guiCreateLabel (211,265,180,19, "انسخ الوزنيه الي تبيها", false, GUIEditor_Tab [1]) GUIEditor_Label [8] = guiCreateLabel (259,285,150,17, "أضغط حرف b", false, GUIEditor_Tab [1]) GUIEditor_Label [9] = guiCreateLabel (108,301,322,32, "استيراد والصق الوزنيه وموافق ومبروك الوزنيه", false, GUIEditor_Tab [1]) GUIEditor_Tab[3] = guiCreateTab("وزنيات 2",GUIEditor_TabPanel[1]) GUIEditor_Tab [2] = guiCreateTab ("وزنيات 2", GUIEditor_TabPanel [1]) GUIEditor_Label [10] = guiCreateLabel (158,10,98,30, "وزنيه ابو صقر", false, GUIEditor_Tab [2]) GUIEditor_Edit [7] = guiCreateEdit (9,29,414,31, "0 2200.0 0.-1 0.0 0.-0 -70 -0.05 0.50 0.8 0.70 5 220.0 33.0 16.0 FP 5.4 0.90 1 40.0 0.85 0.14 0.0 0.40 -0.14 0.5 0.0 0.26 0.00 19000 0 0 0 3 0 ", false, GUIEditor_Tab [2]) GUIEditor_Label [11] = guiCreateLabel (156,59,104,27, "هجوله الدائري", false, GUIEditor_Tab [2]) GUIEditor_Edit [8] = guiCreateEdit (10,81,414,31, "1600.0 2200.0 0.1 0.0 0.0 -0.05 70 0.50 0.8 0.70 5 300.0 33.0 16.0 FP 5.4 0.90 1 45.0 0.95 0.14 0.0 0.80 -0.10 0.5 -0.7 0.00 0.00 19,000 0 0 0 3 0 ", false, GUIEditor_Tab [2]) GUIEditor_Label [12] = guiCreateLabel (153,111,113,22, "وزنيه ابو لجين", false, GUIEditor_Tab [2]) GUIEditor_Edit [9] = guiCreateEdit (9,130,414,31, "1601 2200 1.8 0 0 -0.05 70 0.5 0.8 0.7 5 220 33 16 4 p 5.4 0.9 false 40 0.85 0.14 0 0.4 -0.14 0.5 0 0.26 0 105000 0 0 0 0 1" , false, GUIEditor_Tab [2]) GUIEditor_Label [13] = guiCreateLabel (161,163,95,30, "وزنيه النخيل", false, GUIEditor_Tab [2]) GUIEditor_Edit [10] = guiCreateEdit (8,182,414,31, "1600.0 2200.0 0.1 0.0 0.0 -0.05 70 0.50 0.8 0.70 5 300.0 33.0 16.0 FP 5.4 0.90 1 45.0 0.95 0.14 0.0 0.80 -0.10 0.5 -0.7 0.00 0.00 19,000 0 0 0 3" false, GUIEditor_Tab [2]) GUIEditor_Edit [11] = guiCreateEdit (7,232,414,31, "1600.0 2200.0 0.1 0.0 0.0 -0.05 70 0.50 0.8 0.70 5 220.0 33.0 16.0 FP 5.4 0.90 1 40.0 0.85 0.14 0.0 0.40 -0.14 0.5 0.0 0.26 0.00 19 000 0 0 0 3 0" false, GUIEditor_Tab [2]) GUIEditor_Label [14] = guiCreateLabel (164,212,98,18, "وزنيه درفت", false, GUIEditor_Tab [2]) GUIEditor_Label [15] = guiCreateLabel (240,264,119,25, "انسخ الوزنيه الي تبيها", false, GUIEditor_Tab [2]) GUIEditor_Label [16] = guiCreateLabel (284,279,112,17, "اضغط حرف b", false, GUIEditor_Tab [2]) GUIEditor_Label [17] = guiCreateLabel (31, -13,5,5, "", false, GUIEditor_Tab [2]) GUIEditor_Label [18] = guiCreateLabel (134,297,244,24, "استيراد والصق الوزنيه وموافق ومبروك الوزنيه", false, GUIEditor_Tab [2]) GUIEditor_Tab [3] = guiCreateTab ("وزنيات 3", GUIEditor_TabPanel [1]) GUIEditor_Label [19] = guiCreateLabel (167,20,111,23, "وزنييييه 1", false, GUIEditor_Tab [3]) GUIEditor_Edit [12] = guiCreateEdit (5,39,416,28, "ضع الوزنيه", false, GUIEditor_Tab [3]) GUIEditor_Edit [13] = guiCreateEdit (5,82,416,28, "ضع الوزنيه", false, GUIEditor_Tab [3]) GUIEditor_Edit [14] = guiCreateEdit (5,122,416,28, "ضع الوزنيه", false, GUIEditor_Tab [3]) GUIEditor_Edit [15] = guiCreateEdit (5,163,416,28, "ضع الوزنيه", false, GUIEditor_Tab [3]) GUIEditor_Edit [16] = guiCreateEdit (8,205,416,28, "ضع الوزنيه", false, GUIEditor_Tab [3]) GUIEditor_Edit [17] = guiCreateEdit (9,249,416,28, "ضع الوزنيه", false, GUIEditor_Tab [3]) GUIEditor_Label [20] = guiCreateLabel (166,63,111,23, "وزنييييه 1", false, GUIEditor_Tab [3]) GUIEditor_Label [21] = guiCreateLabel (168,106,111,23, "وزنييييه 1", false, GUIEditor_Tab [3]) GUIEditor_Label [22] = guiCreateLabel (167,146,111,23, "وزنييييه 1", false, GUIEditor_Tab [3]) GUIEditor_Label [23] = guiCreateLabel (168,188,111,23, "وزنييييه 1", false, GUIEditor_Tab [3]) GUIEditor_Label [24] = guiCreateLabel (169,231,111,23, "وزنييييه 1", false, GUIEditor_Tab [3]) GUIEditor_Label [25] = guiCreateLabel (249,279,180,16, "اااااااااااااا", false, GUIEditor_Tab [3]) GUIEditor_Label [26] = guiCreateLabel (251,291,172,15, "ااااااااااااا", false, GUIEditor_Tab [3]) GUIEditor_Label [27] = guiCreateLabel (246,301,180,17, "اااااااااااااا", false, GUIEditor_Tab [3]) GUIEditor_Tab [4] = guiCreateTab ("الاهدائات", GUIEditor_TabPanel [1]) GUIEditor_Label [28] = guiCreateLabel (125,46,266,39, "المود اهداء الي حسن سيرفر نيد فور سبيد", false, GUIEditor_Tab [4]) GUIEditor_Label [29] = guiCreateLabel (3,275,243,62, "by sultanalbalawi", false, GUIEditor_Tab [4]) guiSetFont (GUIEditor_Label [29], "sa-gothic") --------------- bindKey ( "F2" , "down" , function() if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) guiSetInputEnabled(false) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor (false ) guiSetInputEnabled(true) playSound("t.wav") end end ) --- --- --- --- --- لحد يسويه ابي كيف اسويه بنفسي
  13. الله يحشرك مع الرسول صلى الله عليه وسلم بالفردوس الاعلى بيض الله وجهك
  14. كيف اضيف كلام بالشات يعني المود من صنع فلان بن فلان
  15. السلام عليكم ورحمة الله وبركاته كيف حالكم يالربع عندي مشكله بسيطه انا سويت لوحة قوانين وكل ماشغلها بالسيرفر تنط لي بنص الشاشه وماتتقفل ابي اخليها بزر او زر يقفلها لاهنتم -- Created: 03/08/2012 17:40 GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(161,123,492,427,"سلطان",false) GUIEditor_TabPanel[1] = guiCreateTabPanel(9,20,474,398,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("التعليمات",GUIEditor_TabPanel[1]) GUIEditor_Label[1] = guiCreateLabel(112,50,324,280,"سسسسسلطان",false,GUIEditor_Tab[1]) GUIEditor_Tab[2] = guiCreateTab("الادمنيه السريعه",GUIEditor_TabPanel[1]) GUIEditor_Edit[1] = guiCreateEdit(67,291,335,43,"حياكم الله ",false,GUIEditor_Tab[2]) GUIEditor_Label[2] = guiCreateLabel(301,35,114,58,"للحصول على الادمنيه:",false,GUIEditor_Tab[2]) GUIEditor_Label[3] = guiCreateLabel(262,121,191,45,"تواجد وانشر وخبره وأخلاق",false,GUIEditor_Tab[2]) GUIEditor_Label[4] = guiCreateLabel(180,251,83,27,"نشر جـآهز",false,GUIEditor_Tab[2]) GUIEditor_Tab[3] = guiCreateTab("للتعارف",GUIEditor_TabPanel[1]) GUIEditor_Label[5] = guiCreateLabel(291,78,110,66,"للتعارف ",false,GUIEditor_Tab[3]) GUIEditor_Edit[2] = guiCreateEdit(256,130,155,42,"استغفر الله واتوب اليه ",false,GUIEditor_Tab[3]) GUIEditor_Tab[4] = guiCreateTab("english",GUIEditor_TabPanel[1]) GUIEditor_Label[6] = guiCreateLabel(97,57,269,156,"سلطان",false,GUIEditor_Tab[4]) --- --- --- --- ---
×
×
  • Create New...