-
Posts
185 -
Joined
-
Last visited
Everything posted by Mr-Kartha
-
يقولي كذا WARNING:Loading script failed : kartha-88\C-kartha.lua:36''expected near '(' قبل كان كذا WARNING:Loading script failed : kartha-88\C-kartha.lua:42:unexpected symbol near'~' انتمنا تشوفولي حل يا حلوين
-
وش تسوي يعني كذا تزود مشاركات ماني سارق الشوب برب خلي الشباب تفيدني ما عندك رد النت وياه لا ترد
-
السلام عليكم ورحمة الله وبركاته كيفكم شباب اخباركم انشاء الله تمام دووم يا رب بدخل في صلب الموضوع صوره للخطء الي صار معي وهاذ ملف كلنت الي فيه لخطء اظن GUIEditor_TabPanel[1] = guiCreateTabPanel(9,19,495,406,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("معلومات",GUIEditor_TabPanel[1]) GUIEditor_Image[1] = guiCreateStaticImage(3,0,490,380,"kartha/Tap1.png",false,GUIEditor_Tab[1]) GUIEditor_Label[1] = guiCreateLabel(2,188,487,24,"شوب ريس مستر الكارثه الاصدار الاول اصدار عربي ",false,GUIEditor_Image[1]) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(38,240,419,31,"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~",false,GUIEditor_Image[1]) guiSetFont(GUIEditor_Label[2],"sa-gothic") GUIEditor_Label[3] = guiCreateLabel(143,-170,5,5,"",false,GUIEditor_Label[2]) GUIEditor_Label[4] = guiCreateLabel(3,256,485,23,"",false,GUIEditor_Image[1]) GUIEditor_Label[5] = guiCreateLabel(3,278,484,21,"",false,GUIEditor_Image[1]) GUIEditor_Label[6] = guiCreateLabel(4,292,485,19,"",false,GUIEditor_Image[1]) GUIEditor_Label[7] = guiCreateLabel(4,304,485,21,"",false,GUIEditor_Image[1]) GUIEditor_Label[8] = guiCreateLabel(4,321,483,21,"",false,GUIEditor_Image[1]) GUIEditor_Tab[2] = guiCreateTab("الشوب",GUIEditor_TabPanel[1]) GUIEditor_Image[2] = guiCreateStaticImage(2,1,492,379,"kartha/Tap1.png",false,GUIEditor_Tab[2]) GUIEditor_Image[3] = guiCreateStaticImage(6,191,108,104,"kartha/!Repair.png",false,GUIEditor_Image[2]) GUIEditor_Image[4] = guiCreateStaticImage(121,191,115,104,"kartha/!Nitro.png",false,GUIEditor_Image[2]) GUIEditor_Image[5] = guiCreateStaticImage(249,190,115,103,"kartha/!Invisible.png",false,GUIEditor_Image[2]) GUIEditor_Image[6] = guiCreateStaticImage(384,196,97,95,"kartha/!Flip.png",false,GUIEditor_Image[2]) GUIEditor_Button[1] = guiCreateButton(10,290,98,23,"اصلاح السياره",false,GUIEditor_Image[2]) GUIEditor_Button[2] = guiCreateButton(128,288,96,22,"نيترو السياره",false,GUIEditor_Image[2]) GUIEditor_Button[3] = guiCreateButton(256,287,96,22,"اخفاء السياره",false,GUIEditor_Image[2]) GUIEditor_Button[4] = guiCreateButton(384,286,96,22,"تعديل السياره",false,GUIEditor_Image[2]) GUIEditor_Tab[3] = guiCreateTab("حول",GUIEditor_TabPanel[1]) GUIEditor_Image[7] = guiCreateStaticImage(3,0,490,380,"kartha/Tap3.png",false,GUIEditor_Tab[3]) GUIEditor_Label[9] = guiCreateLabel(31,21,422,23,"حياكم الله في السيرفر ",false,GUIEditor_Image[7]) guiSetFont(GUIEditor_Label[9],"default-bold-small") GUIEditor_Label[10] = guiCreateLabel(66,56,384,21,"تم صناعة الشوب من قبل مستر الكارثه ",false,GUIEditor_Image[7]) guiSetFont(GUIEditor_Label[10],"default-bold-small") GUIEditor_Label[11] = guiCreateLabel(67,91,384,21,"للتواصل على المسن : [email protected] ",false,GUIEditor_Image[7]) guiSetFont(GUIEditor_Label[11],"default-bold-small") GUIEditor_Label[12] = guiCreateLabel(64,121,384,21,"جميع الحقوق محفوظه لدى ـ مستر الكارثه ",false,GUIEditor_Image[7]) guiSetFont(GUIEditor_Label[12],"default-bold-small") guiSetVisible (GUIEditor_Window[1], false) ~~~~ زر اخفاء النافذه function () if(guiGetVisible(GUIEditor_Window[1])~=false)then guiSetText(GUIEditor_Label[3],"Your Name: "..getPlayerName(localPlayer)) guiSetText(GUIEditor_Label[4],"Your Money: "..getPlayerMoney(localPlayer)) guiSetText(GUIEditor_Label[5],"Your Serial: "..getPlayerSerial(localPlayer)) guiSetText(GUIEditor_Label[6],"Your Skin: "..getPlayerSkin(localPlayer)) guiSetText (GUIEditor_Label[7],"Your Ping: "..getPlayerPing(localPlayer)) end end) addEvent("settingText",true) addEventHandler("settingText",root, function(ip) guiSetText(GUIEditor_Label[8],"Your IP :" .. ip) end) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[1] ) then triggerServerEvent("buyRepair",getLocalPlayer()) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[4] ) then triggerServerEvent("buyFlip",getLocalPlayer()) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[2] ) then triggerServerEvent("buyNitro",getLocalPlayer()) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[3] ) then triggerServerEvent("buyInvisible",getLocalPlayer()) end end ) 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("kartha/kartha.mp3") end end ) outputChatBox("#ff0000x|#ffff00 [F2]~~لفتح شوب الريس اضغط على IT #ff0000|x",0,255,0,true) guiSetProperty(GUIEditor_Button[1],"NormalTextColour", "FFFFF000") guiSetProperty(GUIEditor_Button[2],"NormalTextColour", "FFFFF000") guiSetProperty(GUIEditor_Button[3],"NormalTextColour", "FFFFF000") guiSetProperty(GUIEditor_Button[4],"NormalTextColour", "FFFFF000") guiLabelSetColor(GUIEditor_Label[1],0,0,225) guiLabelSetColor(GUIEditor_Label[2],0,0,225) guiLabelSetColor(GUIEditor_Label[4],0,0,225) guiLabelSetColor(GUIEditor_Label[5],0,0,225) guiLabelSetColor(GUIEditor_Label[6],0,0,225) guiLabelSetColor(GUIEditor_Label[7],0,0,225) هاذ كود الشووب كامل وشكرا...
-
اها يعطيك العافيه حملة greenzone اعرفه المود الزبده الاحداثيات
-
والله معرف يا فهد الزبده ادور مود او طريقة اخراج احداقيات الساحه كامله
-
السلام عليكم ورحمة الله وبركاته كيفكم اخباركم انشاء الله تمام دووم يا رب ودي اعرف كيف اخذ احداثيات مكان مثلا ابي احداثيات ساحة التفجير كامله بضيفها الى مود عشان لا حد يقتل داخلها او اذا في مود مو مشفر احسن
-
السلام عليكم ورحمة الله وبركاته كيفكم اخباركم انشاء الله تمام دوووووووم يا رب بخش بموضوعي انا ودي ارتب هاذ الكود سويت نافذه ودي احط هاذ الكود بترتيب addEvent("ServerName",true) addEventHandler("ServerName",getRootElement(), function () triggerClientEvent(source,"ServerName",source,getServerName(name)) end) اسم السيرفر : ................ كيف ارتبه في النافذه ؟
-
السلام عليكم كيف الشباب اخباركم دووم يا رب المهم انا صنعة مود بس باقي اني اربطو مع مود التدخين لاني سويت مود بكيت دخان + زر الاساس بس تضغط على الزر يصير يدخن الاعب الان مود التدخين بيشتغل بس تكتب في اف 8 smoky بعدين يشتغل انا دمجتو مع نافذه بس ما صار شي كيف ادمج النافذه مع حركة التدخين
-
شوف الحين الحمدلله رب العالمين شتغل بس يوم الدخل الشعله الزرقاء ما تطلع النافذه
-
الماركر ما يطلع الماركر عندي لما المسه تطلع نافذه
-
جاري التجربه يا تابل جاري التجربه يا عناد
-
local Marker = createMarker ( 1876.2318115234, 243.9450378418, 225.65536499023, "cylinder", 2, 255, 255, 0, 150 ) -- غير احداثيات الماركر addEventHandler('onClientMarkerHit', Marker, function ( hitPlayer ) if ( hitPlayer == localPlayer ) then guiSetVisible ( window ,true )--غير اسم النافذه window showCursor( true ) guiSetInputEnabled(false) end هاذ الماركر ما يجي هاذي النافذه بس مو موجود ملف السيرفر بس كلنت ملف السيرفر جاهز GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Radio = {} GUIEditor_Image = {} GUIEditor_Window[1] = guiCreateWindow(195,209,395,295,"ورشة الهندي بواسطة مستر الكارثه",false) GUIEditor_Radio[1] = guiCreateRadioButton(178,-1721,5,600,"",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(0.0329,0.0678,0.9519,0.0847,"مرحبا صديقي مذا تريد ان تفعل اليوم بسيارتك ",true,GUIEditor_Window[1]) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Image[1] = guiCreateStaticImage(0.3316,0.2475,0.3165,0.7017,"Hndi.png",true,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel(0.6506,0.1831,0.3342,0.0949,"هل تريد تغير جنوط السياره",true,GUIEditor_Window[1]) GUIEditor_Button[1] = guiCreateButton(0.6633,0.2746,0.3089,0.1017,"جنط رقم 1",true,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(0.6658,0.3966,0.3114,0.1051,"جنط رقم 2",true,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(0.6684,0.5186,0.3089,0.1051,"جنط رقم 3",true,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(0.6709,0.6407,0.3063,0.1051,"جنط رقم 4",true,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(0.6734,0.7559,0.3038,0.1085,"جنط رقم 5",true,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(0.0228,0.0712,0.1342,0.1085,"اغلاق",true,GUIEditor_Window[1]) close = guiCreateButton(200,400,90,30,"اغلاق",false,6) GUIEditor_Label[3] = guiCreateLabel(0,0.2034,0.3392,0.0712,"هل تريد أضافة هادروليك ",true,GUIEditor_Window[1]) GUIEditor_Button[7] = guiCreateButton(0.0228,0.2814,0.2987,0.0983,"أضافة هادروليك",true,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[7],255,0,0) GUIEditor_Label[4] = guiCreateLabel(0.0329,0.4237,0.3013,0.0814,"صديق تبي نيترو ",true,GUIEditor_Window[1]) GUIEditor_Button[8] = guiCreateButton(0.0278,0.522,0.2937,0.0949,"اضافة نيترو",true,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[8],255,0,0) GUIEditor_Label[5] = guiCreateLabel(0.0329,0.6271,0.2835,0.0441,"-----------------------------",true,GUIEditor_Window[1]) GUIEditor_Label[6] = guiCreateLabel(0.0354,0.6814,0.2709,0.0644,"جميع الحقوق محفوظه لدى ",true,GUIEditor_Window[1]) GUIEditor_Label[7] = guiCreateLabel(0.0304,0.7525,0.2886,0.0542,"مستر الكارثه ",true,GUIEditor_Window[1]) GUIEditor_Label[8] = guiCreateLabel(0.0278,0.8136,0.2962,0.0576,"مستر حريقا ",true,GUIEditor_Window[1]) GUIEditor_Label[9] = guiCreateLabel(0.0152,0.861,0.3038,0.0508,"--------------------------------",true,GUIEditor_Window[1]) GUIEditor_Label[10] = guiCreateLabel(0.0228,0.9051,0.2861,0.0678," [email protected] ",true,GUIEditor_Window[1]) guiSetVisible (GUIEditor_Window[1], false) ------ زر اخفاء النافذه --------------------------------------------------------------------------------------------------------- unction ToggletaplMenu() if (guiGetVisible(GUIEditor_Window[1]) == true) then guiSetVisible(GUIEditor_Window[1], false) showCursor(false) else guiSetVisible(GUIEditor_Window[1], true) showCursor(true) end end ------------------------------------------------------------- addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[1] ) then triggerServerEvent("1010",getLocalPlayer()) elseif ( source == GUIEditor_Button[2] ) then triggerServerEvent("1009",getLocalPlayer()) elseif ( source == GUIEditor_Button[3] ) then triggerServerEvent("1008",getLocalPlayer()) elseif ( source == GUIEditor_Button[4] ) then triggerServerEvent("1087",getLocalPlayer()) elseif ( source == GUIEditor_Button[5] ) then triggerServerEvent("1025",getLocalPlayer()) end end ) function CLOSE() guiSetVisible( GUIEditor_Window[1], false ) showCursor(false) end addEventHandler("onClientGUIClick", اغلاق CLOSE, false) - - زر اغلاق النافذه ----------------------------------الماركر--------------------------------------------- local Marker = createMarker ( 1876.2318115234, 243.9450378418, 225.65536499023, "cylinder", 2, 255, 255, 0, 150 ) -- احداثيات الماركر addEventHandler('onClientMarkerHit', Marker, function ( hitPlayer ) if ( hitPlayer == localPlayer ) then guiSetVisible ( GUIEditor_Window[1] ,true )--اسم النافذه showCursor( true ) guiSetInputEnabled(false) end end ) اخر شي الماركر
-
₪∫∫∫∫₪السلام عليكم ورحمة الله وبركاته₪∫∫∫∫₪ ₪∫∫∫∫₪كيفكم شباب اخباركم₪∫∫∫∫₪ ₪∫∫∫∫₪دووم يا رب الزبده₪∫∫∫∫₪ ₪∫∫∫∫₪ابي اكواد للماركر مثل كود اذا لمست الماركر تفتح نافذه₪∫∫∫∫₪ ₪∫∫∫∫₪وابي طريقه عشان اذا ركب الماركر مع نافذه تتح نافذه وفيها زرين انا اسويهم ما علكو منهم₪∫∫∫∫₪ ₪∫∫∫∫₪ابي للزرين وضائف عشان بس يضغط على الزر الي لما يفتح الماركر تفتح البوابه₪∫∫∫∫₪ ₪∫∫∫∫₪النهايه الحزينه ض1₪∫∫∫∫₪
-
"MR.SL6AN" version="1.3" type="script" />
-
سلطان انا نسخة كلنت اخر شي بس النافذه انا مسويها وش !!! ابي اتعلم ياخي
-
مرحبا شباب كيفكم اخباركم انا سويت سكربت الشخصيات بس لما اضغط على الشخصيه ما تركب client GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Image = {} GUIEditor_Window[1] = guiCreateWindow(346,235,188,287,"~~~~SKIN-by-KaRtHa~~~~",false) GUIEditor_TabPanel[1] = guiCreateTabPanel(0.0532,0.0767,0.8989,0.892,true,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("KSA 1",GUIEditor_TabPanel[1]) GUIEditor_Image[1] = guiCreateStaticImage(0.0118,0.0043,0.9763,0.8448,"ss.png",true,GUIEditor_Tab[1]) GUIEditor_Button[1] = guiCreateButton(0.0118,0.8491,0.9763,0.1293,"open skin ksa 1",true,GUIEditor_Tab[1]) GUIEditor_Tab[2] = guiCreateTab("KSA 2",GUIEditor_TabPanel[1]) GUIEditor_Image[2] = guiCreateStaticImage(0,0,0.9882,0.8534,"s.png",true,GUIEditor_Tab[2]) GUIEditor_Button[2] = guiCreateButton(0.0059,0.8621,0.9704,0.1164,"open skin ksa 2",true,GUIEditor_Tab[2]) GUIEditor_Tab[3] = guiCreateTab("KARTHA ",GUIEditor_TabPanel[1]) GUIEditor_Edit[1] = guiCreateEdit(101,-35,5,5,"",false,GUIEditor_Tab[3]) GUIEditor_Label[1] = guiCreateLabel(0.0059,0.0086,0.9882,0.0776,"~~~~~~~~~~~~~~~~~~~~~",true,GUIEditor_Tab[3]) GUIEditor_Label[2] = guiCreateLabel(0.1775,0.0948,0.7101,0.069,"تم صنع المود من قبل",true,GUIEditor_Tab[3]) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[3] = guiCreateLabel(0.0296,0.1983,0.9112,0.0819," [M-R]~aL~kArThA",true,GUIEditor_Tab[3]) GUIEditor_Label[4] = guiCreateLabel(0.1834,0.306,0.7692,0.0819,"للتواصل انسخ الايميل",true,GUIEditor_Tab[3]) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Edit[2] = guiCreateEdit(0.2071,0.4224,0.6154,0.0819,"[email protected]",true,GUIEditor_Tab[3]) GUIEditor_Label[5] = guiCreateLabel(0.0296,0.5086,0.9408,0.069,"~~~~~~~~~~~~~~~~~~",true,GUIEditor_Tab[3]) GUIEditor_Label[6] = guiCreateLabel(0.0296,0.5776,0.9408,0.0862," mods by",true,GUIEditor_Tab[3]) GUIEditor_Label[7] = guiCreateLabel(0.0296,0.6638,0.9467,0.0776," [M-R]~aL~kArThA",true,GUIEditor_Tab[3]) GUIEditor_Label[8] = guiCreateLabel(0.0355,0.7586,0.9349,0.0819," Copy Email",true,GUIEditor_Tab[3]) GUIEditor_Edit[3] = guiCreateEdit(0.1953,0.8534,0.6036,0.0819,"[email protected]",true,GUIEditor_Tab[3]) guiSetVisible (GUIEditor_Window[1], false) --- هاذ الزر هو اخفاء النافذه ---------------------------------------------------انهاء النافذه---------------------------------------------------- ---يرحم امك يا نافذه افتحي بزر F7 bindKey ( "F7" , "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("kartha/sss.wav") ----- صوت النافذه end end ) ---------- --- وظائف الأزار --------- function onGuiClick (button, state, absoluteX, absoluteY) if (source == GUIEditor_Button[1]) then ----- الزر الأول triggerServerEvent ("skin1", getLocalPlayer()) ---- ارسال الزر للسيرفر اذا ضغط عليه لاعب ونمسي اسم للحدث اللي هو skin1 -------- لازم نسوي الحدث بجانب الخادم ويكون بنفس اسم الحدث اللي حطيناه skin1 elseif (source == GUIEditor_Button[2]) then ------ الزر الثاني triggerServerEvent ("skin2", getLocalPlayer()) ------- مثل طريقة الزر الأول ويكون له حدث وباسم skin2 end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) ------------- ---- استبدال الشخصية ------------ function Repskin() ------------------------ ---- الثوب الأسود ----------------------- TXD1 = engineLoadTXD ("skin/124.txd"); --- اسم ملف TXD / ومساره موجود بملف skin engineImportTXD (TXD1, 124); ---- رقم الشخصية DFF1 = engineLoadDFF ("skin/124.dff", 124); --- اسم ملف dff / ورقم الشخصية engineReplaceModel (DFF1, 124); --- رقم الشخصية ------------------------ ---- الثوب الأبيض ----------------------- TXD2 = engineLoadTXD ("skin/46.txd"); engineImportTXD (TXD2, 46); DFF2 = engineLoadDFF ("skin/46.dff", 46); engineReplaceModel (DFF2, 46); end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), Repskin) server ------------------------------ --------جانب الخادم--server side --- --------------------------- ------------------- -- الثوب الأبيض ------------------- ------- -- للزر الأول الموجود بجانب العميل وهو GUIEditor_Button[1] ----- addEvent( "skin1", true ) ----- الحدث اللي سويناه لوظيفة الزر والموجود في جانب العميل واللي هوtriggerServerEvent ("skin1", getLocalPlayer()) function setSkin1 () setPedSkin ( source, 46 ) ---- رقم الشخصية outputChatBox ( "تم تغيير الشخصية بنجاح.", source, 255, 0, 0 ) ----- الشات end addEventHandler ( "skin1", getRootElement(), setSkin1 ) --------الحدث واسم الوظيفة ------------------- -- الثوب الأسود ------------------- ------- -- للزر الثاني الموجود بجانب العميل وهو GUIEditor_Button[2] ----- addEvent( "skin2", true ) ----- الحدث اللي سويناه لوظيفة الزر والموجود في جانب العميل واللي هوtriggerServerEvent ("skin2", getLocalPlayer()) function setSkin2 () setPedSkin ( source, 124 ) ---- رقم الشخصية outputChatBox ( "تم تغيير الشخصية بنجاح.", source, 255, 0, 0 ) ---- الشات end addEventHandler ( "skin2", getRootElement(), setSkin2 ) --------الحدث واسم الوظيفة وشكررا ....
-
لا يشيخ هههههههههه مستحيل ومشكور على الافاده يا عناد مشكووووووووووووووووووووووور
-
مرحيا كيف الشباب اخباركم انا ابي اصمم نافذه تكون فيها 2 زر الازرار تكون مربوطه مع العصابات ابي مثلا عصابة ak+m4 نفظر كذا بحيث يضغط على زر ak يجيله تاب خاص فيه انه من عصابة ak وبس
-
يعني كذا guiLabelSetColor(GUIEditor_Label[7],255,150,0) GUIEditor_Label[7] اسم الزر
-
كيفك م اخباركم انشاء الله بخير دووم يا رب االمهم كيقك استطيع تلوين الخط ونا اصنع النافذه اشوف ناس يكون الخط في النافذه اخضر احمر الخ كيف هاذا وشكرا
-
يعطيكم العافيه يا حلوين جاري الجرب بعد الابداعات حقتكم ض1
-
يب دون باسورد بس طريقه ضيفني عشان ادخل سيرفرك اقلك كيف [email protected]