Mr-Kartha Posted October 28, 2012 Share Posted October 28, 2012 السلام عليكم ورحمة الله وبركاته كيفكم شباب اخباركم انشاء الله تمام دووم يا رب بدخل في صلب الموضوع صوره للخطء الي صار معي وهاذ ملف كلنت الي فيه لخطء اظن 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) هاذ كود الشووب كامل وشكرا... Link to comment
iPrestege Posted October 28, 2012 Share Posted October 28, 2012 (edited) Edited October 28, 2012 by Guest Link to comment
===[PRO]=== Posted October 28, 2012 Share Posted October 28, 2012 من وين سرقت الشوب خخخ Link to comment
Mr-Kartha Posted October 28, 2012 Author Share Posted October 28, 2012 وش تسوي يعني كذا تزود مشاركات ماني سارق الشوب برب خلي الشباب تفيدني ما عندك رد النت وياه لا ترد Link to comment
|Mr|-Talal07-| Posted October 28, 2012 Share Posted October 28, 2012 جرب ذا 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) Link to comment
Mr-Kartha Posted October 28, 2012 Author Share Posted October 28, 2012 جاري التجربه يا طلال Link to comment
Mr-Kartha Posted October 28, 2012 Author Share Posted October 28, 2012 يقولي كذا 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'~' انتمنا تشوفولي حل يا حلوين Link to comment
|Mr|-Talal07-| Posted October 28, 2012 Share Posted October 28, 2012 الحين جرب ذا 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) addEventHandler("onClientRender",root, 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) Link to comment
Mr-Kartha Posted October 28, 2012 Author Share Posted October 28, 2012 اوكي جاري التجربه Link to comment
Mr-Kartha Posted October 28, 2012 Author Share Posted October 28, 2012 LOOK http://im28.gulfup.com/C1kI1.png سامحني من جد تعبتك معي لو ادري بتتعبك ماطرحتها Link to comment
abu5lf Posted October 28, 2012 Share Posted October 28, 2012 ^ الخطاء الكود ناقص أنت ماحطيت السيرفر للأيفينت Link to comment
iPrestege Posted October 28, 2012 Share Posted October 28, 2012 ^ الخطاء الكود ناقص أنت ماحطيت السيرفرللأيفينت الرجال معه ملف سيرفر بس ماطرحة لو طرحة يكون طرح السكربت كامل Link to comment
abu5lf Posted October 28, 2012 Share Posted October 28, 2012 لو معه كود سيرفر كان ماجاه الخطأ صح ولا لا ؟ شكله لاقطه من مكان Link to comment
iPrestege Posted October 28, 2012 Share Posted October 28, 2012 لو معه كود سيرفر كان ماجاه الخطأ صح ولا لا ؟شكله لاقطه من مكان يمكن السيرفر فية خطأ Link to comment
Mr-Kartha Posted October 28, 2012 Author Share Posted October 28, 2012 ض1 هههههههههه يا ابن الحلال الكود كلنت ما هو سيرفر السيرفر فيه الـ SKIN + YOUR IP Link to comment
AhmadQTR Posted October 29, 2012 Share Posted October 29, 2012 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 informationFromPlayer () 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 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) end ماجربته Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now