Wleed1998 Posted July 11, 2016 Share Posted July 11, 2016 (edited) آلسلام عليكم ورحمة الله و بركاته طبعآ المود مود ششراء تاج املاك ساعات الخ... المهم سويت كل شيء و زبط كل شيء لكن لما احدد مثال ع ع التاج و انزل تحت و اختار ب سواء احط الارقام الارقام ماتروح ل لوحة آلآدآره يروح بس اسم الاعب الي ارسل الى هو انا لكن الباقيه ماتجي والدي بوق يقول الغلط بي هذا الاسطر addEvent( "aBo", true ) addEventHandler ( "aBo" ,root, function ( ID1, getID, cardType, b1, b2, b3, b4, b5, b6, Name, a1, a2,a3 ,a4 ,a5 ,a6 ) local row = guiGridListAddRow (GUIEditor.gridlist[1]) guiGridListSetItemText (GUIEditor.gridlist[1],row,1,Name(source),false,false) guiGridListSetItemText (GUIEditor.gridlist[1],row,2,ID1(source),false,false)--------------------هنا guiGridListSetItemText (GUIEditor.gridlist[1],row,3,ID2(source),false,false) ------------------------هنا guiGridListSetItemText (GUIEditor.gridlist[1],row,4,getID(source),false,false)------------------هنا طبع بوريكم التقريت الاول حق الارسال الى السيرفر كلنت addEventHandler ( "onClientGUIClick", root, function () if ( source == GUIEditor.button[1] ) then if (guiCheckBoxGetSelected(GUIEditor.checkbox[1]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[2]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[3]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[4]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[5]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[6]) == false) then outputChatBox('* خطأ : #FFFFFF يجب ان تقوم بتحديد طريقة الدفع لأكمال عملية الشراء بنجاح !', 255, 0, 0, true) return end Name = getPlayerName a1 = guiGetText(GUIEditor.edit[1]) a2 = guiGetText(GUIEditor.edit[1]) a3 = guiGetText(GUIEditor.edit[1]) a4 = guiGetText(GUIEditor.edit[1]) a5 = guiGetText(GUIEditor.edit[1]) a6 = guiGetText(GUIEditor.edit[1]) getID = a1 + a2 + a3 + a4 + a5 + a6 if (not tonumber(a1) and not tonumber(a2) and not tonumber(a3) and not tonumber(a4) and not tonumber(a5) and not tonumber(a6)) then outputChatBox('* خطأ : #FFFFFF يرجى كتابة رقم بطاقة صحيح لتتم عملية ارسال المعلومات بنجاح !', 255, 0, 0, true) return end if ((a1 ~= "") and not tonumber(a1) or (a2 ~= "") and not tonumber(a2) or (a3 ~= "") and not tonumber(a3) or (a4 ~= "") and not tonumber(a4) or (a5 ~= "") and not tonumber(a5) or (a6 ~= "") and not tonumber(a6)) then outputChatBox('* خطأ : #FFFFFF يرجى كتابة رقم بطاقة صحيح لتتم عملية ارسال المعلومات بنجاح !', 255, 0, 0, true) return end if (guiCheckBoxGetSelected(GUIEditor.checkbox[4]) == true) then local cardType = "سوا | STC" triggerServerEvent( 'NewP', localPlayer, getID,cardType, a1, a2, a3, a4, a5, a6) elseif (guiCheckBoxGetSelected(GUIEditor.checkbox[5]) == true) then local cardType = "كاش يو | cashU" triggerServerEvent( 'NewP', localPlayer, getID, cardType, a1, a2, a3, a4, a5, a6) elseif (guiCheckBoxGetSelected(GUIEditor.checkbox[6]) == true) then local cardType = "موبايلي | Mobily" triggerServerEvent( 'NewP', localPlayer, getID,cardType, Name, a1, a2,a3 ,a4 ,a5 ,a6) end end end ) addEventHandler ( "onClientGUIClick", root, function () if (source == GUIEditor.checkbox[4]) then guiCheckBoxSetSelected(GUIEditor.checkbox[5], false) guiCheckBoxSetSelected(GUIEditor.checkbox[6], false) elseif (source == GUIEditor.checkbox[5]) then guiCheckBoxSetSelected(GUIEditor.checkbox[4], false) guiCheckBoxSetSelected(GUIEditor.checkbox[6], false) elseif (source == GUIEditor.checkbox[6]) then guiCheckBoxSetSelected(GUIEditor.checkbox[4], false) guiCheckBoxSetSelected(GUIEditor.checkbox[5], false) elseif (source == GUIEditor.checkbox[1]) then guiCheckBoxSetSelected(GUIEditor.checkbox[2], false) guiCheckBoxSetSelected(GUIEditor.checkbox[3], false) elseif (source == GUIEditor.checkbox[2]) then guiCheckBoxSetSelected(GUIEditor.checkbox[1], false) guiCheckBoxSetSelected(GUIEditor.checkbox[3], false) elseif (source == GUIEditor.checkbox[3]) then guiCheckBoxSetSelected(GUIEditor.checkbox[1], false) guiCheckBoxSetSelected(GUIEditor.checkbox[2], false) b1 = guiGetText(GUIEditor.checkbox[1]) b2 = guiGetText(GUIEditor.checkbox[2]) b3 = guiGetText(GUIEditor.checkbox[3]) b4 = guiGetText(GUIEditor.checkbox[4]) b5 = guiGetText(GUIEditor.checkbox[5]) b6 = guiGetText(GUIEditor.checkbox[6]) ID1 = b1 + b2 + b3 ID2 = B4 + B5 + B6 triggerServerEvent( 'NewP', localPlayer, ID1, getID, ID2, cardType, b1, b2, b3, b4, b5, b6, Name, a1, a2,a3 ,a4 ,a5 ,a6) end end ) addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[2] = guiCreateWindow(198, 107, 468, 447, "", false) guiWindowSetSizable(GUIEditor.window[2], false) GUIEditor.gridlist[1] = guiCreateGridList(9, 20, 450, 331, false, GUIEditor.window[2]) guiGridListAddColumn(GUIEditor.gridlist[1], "اسم الاعب", 0.2) guiGridListAddColumn(GUIEditor.gridlist[1], "نوع المشترى", 0.2) guiGridListAddColumn(GUIEditor.gridlist[1], "بآقة المشترى", 0.2) guiGridListAddColumn(GUIEditor.gridlist[1], "معلومات المشترى", 0.2) GUIEditor.button[2] = guiCreateButton(153, 374, 147, 33, "حذف", false, GUIEditor.window[2]) end ) addEvent( "aBo", true ) addEventHandler ( "aBo" ,root, function ( ID1, getID, cardType, b1, b2, b3, b4, b5, b6, Name, a1, a2,a3 ,a4 ,a5 ,a6 ) local row = guiGridListAddRow (GUIEditor.gridlist[1]) guiGridListSetItemText (GUIEditor.gridlist[1],row,1,Name(source),false,false) guiGridListSetItemText (GUIEditor.gridlist[1],row,2,ID1(source),false,false)--------------------هنا guiGridListSetItemText (GUIEditor.gridlist[1],row,3,ID2(source),false,false) ------------------------هنا guiGridListSetItemText (GUIEditor.gridlist[1],row,4,getID(source),false,false)------------------هنا addEventHandler ( "onClientGUIClick", root, function () if source == GUIEditor.button[2] then local playerName = guiGridListGetItemText ( GUIEditor.gridlist[1], guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ), 1 ) guiGridListRemoveRow ( GUIEditor.gridlist[1], row ) outputChatBox ( "Removing row B" ) end end ) function Opens ( ) guiSetVisible ( GUIEditor.window[2],true ) showCursor ( true ) end addEvent ( "Open", true ) addEventHandler ( "Open", root, Opens ) سيرفر addEvent( 'NewP', true ) addEventHandler( 'NewP', root, function(getID, cardType, a1, a2, a3, a4, a5, a6) triggerClientEvent( 'aBo', source) end ) addCommandHandler ( "ادآرة المشتريآات", function ( p ) local acc = getPlayerAccount(p) if not isGuestAccount ( acc ) then if isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Admin")) then triggerClientEvent ( p, "Open", resourceRoot ) end end end ) Edited July 11, 2016 by Guest Link to comment
N3xT Posted July 11, 2016 Share Posted July 11, 2016 أولاً عندك أشياء كثير ماهي معرفة بالفنكشنات بجانب سيرفر وكلنت أيضاً ID2 ماهي موجودة بالفنكشن + ليش حاط بعدهم (source) شيل السورس عنها كلها وخليها بعد Name فقط ذا اللي شفته وأتوقع فيه أخطاء ثانية ، إستعمل الديبق عشان تشوفها كلها وتصححها debugscript 3 Link to comment
Wleed1998 Posted July 11, 2016 Author Share Posted July 11, 2016 أولاً عندك أشياء كثير ماهي معرفة بالفنكشنات بجانب سيرفر وكلنت أيضاًID2 ماهي موجودة بالفنكشن + ليش حاط بعدهم (source) شيل السورس عنها كلها وخليها بعد Name فقط ذا اللي شفته وأتوقع فيه أخطاء ثانية ، إستعمل الديبق عشان تشوفها كلها وتصححها debugscript 3 طيب وش الناقص ممكن تقولي مثل ايش ي نكست Link to comment
Wleed1998 Posted July 11, 2016 Author Share Posted July 11, 2016 أولاً عندك أشياء كثير ماهي معرفة بالفنكشنات بجانب سيرفر وكلنت أيضاًID2 ماهي موجودة بالفنكشن + ليش حاط بعدهم (source) شيل السورس عنها كلها وخليها بعد Name فقط ذا اللي شفته وأتوقع فيه أخطاء ثانية ، إستعمل الديبق عشان تشوفها كلها وتصححها debugscript 3 كلنت GUIEditor = { button = {}, label = {}, memo = {}, checkbox = {}, edit = {}, gridlist = {}, window = {}, } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(210, 66, 449, 493, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.memo[1] = guiCreateMemo(9, 25, 421, 184, "", false, GUIEditor.window[1]) guiMemoSetReadOnly(GUIEditor.memo[1], true) GUIEditor.label[1] = guiCreateLabel(0, 209, 442, 20, "--------------------------------------------------------------", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "sa-header") guiLabelSetColor(GUIEditor.label[1], 195, 0, 0) GUIEditor.checkbox[1] = guiCreateCheckBox(29, 242, 110, 22, "سآعات", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[1], "NormalTextColour", "FFC30000") GUIEditor.checkbox[2] = guiCreateCheckBox(172, 243, 110, 22, "تاج", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[2], "NormalTextColour", "FFB4A20A") GUIEditor.checkbox[3] = guiCreateCheckBox(310, 243, 110, 22, "آملآك خآصه", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[3], "NormalTextColour", "DE10D05D") GUIEditor.label[2] = guiCreateLabel(44, 279, 390, 24, "يرجى تحديد طريقة الدفه", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 146, 157, 30) GUIEditor.checkbox[4] = guiCreateCheckBox(36, 314, 98, 23, "سواء", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[4], "NormalTextColour", "FF873671") GUIEditor.checkbox[5] = guiCreateCheckBox(174, 314, 98, 23, "كآش يو", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[5], "NormalTextColour", "FFA81456") GUIEditor.checkbox[6] = guiCreateCheckBox(320, 314, 98, 23, "موبايل", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[6], "NormalTextColour", "FF2AC002") GUIEditor.label[3] = guiCreateLabel(30, 348, 411, 30, "يرجى عدم ترك الفرغات خآليه", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 193, 187, 0) GUIEditor.edit[1] = guiCreateEdit(39, 380, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(40, 417, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.edit[3] = guiCreateEdit(194, 380, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.edit[4] = guiCreateEdit(194, 417, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.edit[5] = guiCreateEdit(39, 456, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.edit[6] = guiCreateEdit(194, 456, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(352, 382, 88, 102, "آرسآل المعلومات", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00B904") end ) addEventHandler ( "onClientGUIClick", root, function () if ( source == GUIEditor.button[1] ) then if (guiCheckBoxGetSelected(GUIEditor.checkbox[1]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[2]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[3]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[4]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[5]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[6]) == false) then outputChatBox('* خطأ : #FFFFFF يجب ان تقوم بتحديد طريقة الدفع لأكمال عملية الشراء بنجاح !', 255, 0, 0, true) return end ----------------------------- Name = getPlayerName a1 = guiGetText(GUIEditor.edit[1]) a2 = guiGetText(GUIEditor.edit[1]) a3 = guiGetText(GUIEditor.edit[1]) a4 = guiGetText(GUIEditor.edit[1]) a5 = guiGetText(GUIEditor.edit[1]) a6 = guiGetText(GUIEditor.edit[1]) getID = a1 + a2 + a3 + a4 + a5 + a6 if (not tonumber(a1) and not tonumber(a2) and not tonumber(a3) and not tonumber(a4) and not tonumber(a5) and not tonumber(a6)) then outputChatBox('* خطأ : #FFFFFF يرجى كتابة رقم بطاقة صحيح لتتم عملية ارسال المعلومات بنجاح !', 255, 0, 0, true) return end if ((a1 ~= "") and not tonumber(a1) or (a2 ~= "") and not tonumber(a2) or (a3 ~= "") and not tonumber(a3) or (a4 ~= "") and not tonumber(a4) or (a5 ~= "") and not tonumber(a5) or (a6 ~= "") and not tonumber(a6)) then outputChatBox('* خطأ : #FFFFFF يرجى كتابة رقم بطاقة صحيح لتتم عملية ارسال المعلومات بنجاح !', 255, 0, 0, true) return end if (guiCheckBoxGetSelected(GUIEditor.checkbox[4]) == true) then local cardType = "سوا | STC" triggerServerEvent( 'NewP', localPlayer, ID1, getID, ID2, cardType, b1, b2, b3, b4, b5, b6, Name, a1, a2,a3 ,a4 ,a5 ,a6) elseif (guiCheckBoxGetSelected(GUIEditor.checkbox[5]) == true) then local cardType = "كاش يو | cashU" triggerServerEvent( 'NewP', localPlayer, ID1, getID, ID2, cardType, b1, b2, b3, b4, b5, b6, Name, a1, a2,a3 ,a4 ,a5 ,a6) elseif (guiCheckBoxGetSelected(GUIEditor.checkbox[6]) == true) then local cardType = "موبايلي | Mobily" triggerServerEvent( 'NewP', localPlayer, ID1, getID, ID2, cardType, b1, b2, b3, b4, b5, b6, Name, a1, a2,a3 ,a4 ,a5 ,a6) end end end ) addEventHandler ( "onClientGUIClick", root, function () if (source == GUIEditor.checkbox[4]) then guiCheckBoxSetSelected(GUIEditor.checkbox[5], false) guiCheckBoxSetSelected(GUIEditor.checkbox[6], false) elseif (source == GUIEditor.checkbox[5]) then guiCheckBoxSetSelected(GUIEditor.checkbox[4], false) guiCheckBoxSetSelected(GUIEditor.checkbox[6], false) elseif (source == GUIEditor.checkbox[6]) then guiCheckBoxSetSelected(GUIEditor.checkbox[4], false) guiCheckBoxSetSelected(GUIEditor.checkbox[5], false) elseif (source == GUIEditor.checkbox[1]) then guiCheckBoxSetSelected(GUIEditor.checkbox[2], false) guiCheckBoxSetSelected(GUIEditor.checkbox[3], false) elseif (source == GUIEditor.checkbox[2]) then guiCheckBoxSetSelected(GUIEditor.checkbox[1], false) guiCheckBoxSetSelected(GUIEditor.checkbox[3], false) elseif (source == GUIEditor.checkbox[3]) then guiCheckBoxSetSelected(GUIEditor.checkbox[1], false) guiCheckBoxSetSelected(GUIEditor.checkbox[2], false) b1 = guiGetText(GUIEditor.checkbox[1]) b2 = guiGetText(GUIEditor.checkbox[2]) b3 = guiGetText(GUIEditor.checkbox[3]) b4 = guiGetText(GUIEditor.checkbox[4]) b5 = guiGetText(GUIEditor.checkbox[5]) b6 = guiGetText(GUIEditor.checkbox[6]) ID1 = b1 + b2 + b3 ID2 = B4 + B5 + B6 triggerServerEvent( 'NewP', localPlayer, ID1, getID, ID2, cardType, b1, b2, b3, b4, b5, b6, Name, a1, a2,a3 ,a4 ,a5 ,a6) end end ) addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[2] = guiCreateWindow(198, 107, 468, 447, "", false) guiWindowSetSizable(GUIEditor.window[2], false) GUIEditor.gridlist[1] = guiCreateGridList(9, 20, 450, 331, false, GUIEditor.window[2]) guiGridListAddColumn(GUIEditor.gridlist[1], "اسم الاعب", 0.2) guiGridListAddColumn(GUIEditor.gridlist[1], "نوع المشترى", 0.2) guiGridListAddColumn(GUIEditor.gridlist[1], "بآقة المشترى", 0.2) guiGridListAddColumn(GUIEditor.gridlist[1], "معلومات المشترى", 0.2) GUIEditor.button[2] = guiCreateButton(153, 374, 147, 33, "حذف", false, GUIEditor.window[2]) end ) addEvent( "aBo", true ) addEventHandler ( "aBo" ,root, function ( ID1, ID2, getID, cardType, b1, b2, b3, b4, b5, b6, Name, a1, a2,a3 ,a4 ,a5 ,a6 ) local row = guiGridListAddRow (GUIEditor.gridlist[1]) guiGridListSetItemText (GUIEditor.gridlist[1],row,1,getPlayerName(source),false,false) guiGridListSetItemText (GUIEditor.gridlist[1],row,2,cardType,false,false) guiGridListSetItemText (GUIEditor.gridlist[1],row,3,ID2,false,false) guiGridListSetItemText (GUIEditor.gridlist[1],row,4,getID,false,false) guiGridListSetItemColor ( GUIEditor.gridlist[1],row,1, 250, 100, 22 ) guiGridListSetItemColor ( GUIEditor.gridlist[1],row,2, 0, 0, 250 ) guiGridListSetItemColor ( GUIEditor.gridlist[1],row,3, 250, 0, 0 ) guiGridListSetItemColor ( GUIEditor.gridlist[1],row,4, 0, 250, 0 ) end ) addEventHandler ( "onClientGUIClick", root, function () if source == GUIEditor.button[2] then local playerName = guiGridListGetItemText ( GUIEditor.gridlist[1], guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ), 1 ) guiGridListRemoveRow ( GUIEditor.gridlist[1], row ) outputChatBox ( "Removing row B" ) end end ) سيرفر\ addEvent( 'NewP', true ) addEventHandler( 'NewP', root, function(ID1, ID2, getID, cardType, b1, b2, b3, b4, b5, b6, Name, a1, a2,a3 ,a4 ,a5 ,a6 ) triggerClientEvent( 'aBo', source,ID1, ID2,getID, cardType, b1, b2, b3, b4, b5, b6, Name, a1, a2,a3 ,a4 ,a5 ,a6 ) end ) addCommandHandler ( "منظمه", function ( p ) local acc = getPlayerAccount(p) if not isGuestAccount ( acc ) then if isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Admin")) then triggerClientEvent ( p, "Open", resourceRoot ) end end end ) طيب الان السيرفرر تعرف عليه ؟؟؟؟؟؟ لاني نسيت احطه مع التقريت Link to comment
Wleed1998 Posted July 11, 2016 Author Share Posted July 11, 2016 أولاً عندك أشياء كثير ماهي معرفة بالفنكشنات بجانب سيرفر وكلنت أيضاًID2 ماهي موجودة بالفنكشن + ليش حاط بعدهم (source) شيل السورس عنها كلها وخليها بعد Name فقط ذا اللي شفته وأتوقع فيه أخطاء ثانية ، إستعمل الديبق عشان تشوفها كلها وتصححها debugscript 3 ي شباب ردو ع مشكلتي ي الاخ N3xt سويت كل شي و الان مايطلع شيء بي الدي بوق شوف الاكواد كلنت GUIEditor = { button = {}, label = {}, memo = {}, checkbox = {}, edit = {}, gridlist = {}, window = {}, } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(210, 66, 449, 493, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.memo[1] = guiCreateMemo(9, 25, 421, 184, "", false, GUIEditor.window[1]) guiMemoSetReadOnly(GUIEditor.memo[1], true) GUIEditor.label[1] = guiCreateLabel(0, 209, 442, 20, "--------------------------------------------------------------", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "sa-header") guiLabelSetColor(GUIEditor.label[1], 195, 0, 0) GUIEditor.checkbox[1] = guiCreateCheckBox(29, 242, 110, 22, "سآعات", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[1], "NormalTextColour", "FFC30000") GUIEditor.checkbox[2] = guiCreateCheckBox(172, 243, 110, 22, "تاج", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[2], "NormalTextColour", "FFB4A20A") GUIEditor.checkbox[3] = guiCreateCheckBox(310, 243, 110, 22, "آملآك خآصه", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[3], "NormalTextColour", "DE10D05D") GUIEditor.label[2] = guiCreateLabel(44, 279, 390, 24, "يرجى تحديد طريقة الدفه", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 146, 157, 30) GUIEditor.checkbox[4] = guiCreateCheckBox(36, 314, 98, 23, "سواء", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[4], "NormalTextColour", "FF873671") GUIEditor.checkbox[5] = guiCreateCheckBox(174, 314, 98, 23, "كآش يو", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[5], "NormalTextColour", "FFA81456") GUIEditor.checkbox[6] = guiCreateCheckBox(320, 314, 98, 23, "موبايل", false, false, GUIEditor.window[1]) guiSetProperty(GUIEditor.checkbox[6], "NormalTextColour", "FF2AC002") GUIEditor.label[3] = guiCreateLabel(30, 348, 411, 30, "يرجى عدم ترك الفرغات خآليه", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 193, 187, 0) GUIEditor.edit[1] = guiCreateEdit(39, 380, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(40, 417, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.edit[3] = guiCreateEdit(194, 380, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.edit[4] = guiCreateEdit(194, 417, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.edit[5] = guiCreateEdit(39, 456, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.edit[6] = guiCreateEdit(194, 456, 149, 27, "", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(352, 382, 88, 102, "آرسآل المعلومات", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00B904") end ) addEventHandler ( "onClientGUIClick", root, function () if ( source == GUIEditor.button[1] ) then if (guiCheckBoxGetSelected(GUIEditor.checkbox[1]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[2]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[3]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[4]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[5]) == false and guiCheckBoxGetSelected(GUIEditor.checkbox[6]) == false) then outputChatBox('* خطأ : #FFFFFF يجب ان تقوم بتحديد طريقة الدفع لأكمال عملية الشراء بنجاح !', 255, 0, 0, true) return end ----------------------------- Name = getPlayerName a1 = guiGetText(GUIEditor.edit[1]) a2 = guiGetText(GUIEditor.edit[2]) a3 = guiGetText(GUIEditor.edit[3]) a4 = guiGetText(GUIEditor.edit[4]) a5 = guiGetText(GUIEditor.edit[5]) a6 = guiGetText(GUIEditor.edit[6]) getID = a1 and a2 and a3 and a4 and a5 and a6 --------------------------- b1 = guiGetText(GUIEditor.checkbox[1]) b2 = guiGetText(GUIEditor.checkbox[2]) b3 = guiGetText(GUIEditor.checkbox[3]) b4 = guiGetText(GUIEditor.checkbox[4]) b5 = guiGetText(GUIEditor.checkbox[5]) b6 = guiGetText(GUIEditor.checkbox[6]) ID1 = b1 and b2 and b3 ID2 = B4 and B5 and B6 ------------------------- if (not tonumber(a1) and not tonumber(a2) and not tonumber(a3) and not tonumber(a4) and not tonumber(a5) and not tonumber(a6)) then outputChatBox('* خطأ : #FFFFFF يرجى كتابة رقم بطاقة صحيح لتتم عملية ارسال المعلومات بنجاح !', 255, 0, 0, true) return end if ((a1 ~= "") and not tonumber(a1) or (a2 ~= "") and not tonumber(a2) or (a3 ~= "") and not tonumber(a3) or (a4 ~= "") and not tonumber(a4) or (a5 ~= "") and not tonumber(a5) or (a6 ~= "") and not tonumber(a6)) then outputChatBox('* خطأ : #FFFFFF يرجى كتابة رقم بطاقة صحيح لتتم عملية ارسال المعلومات بنجاح !', 255, 0, 0, true) return end if (guiCheckBoxGetSelected(GUIEditor.checkbox[1]) == true) then local ID1 = "ساعات" elseif (guiCheckBoxGetSelected(GUIEditor.checkbox[2]) == true) then local ID1 = "تاج" elseif (guiCheckBoxGetSelected(GUIEditor.checkbox[3]) == true) then local ID1 = "آملآك خآصه" if (guiCheckBoxGetSelected(GUIEditor.checkbox[4]) == true) then local ID2 = "سوا | STC" triggerServerEvent( 'NewP', localPlayer, ID1, getID, ID2, Name) elseif (guiCheckBoxGetSelected(GUIEditor.checkbox[5]) == true) then local ID2 = "كاش يو | cashU" triggerServerEvent( 'NewP', localPlayer, ID1, getID, ID2, Name) elseif (guiCheckBoxGetSelected(GUIEditor.checkbox[6]) == true) then local ID2 = "موبايلي | Mobily" triggerServerEvent( 'NewP', localPlayer, ID1, getID, ID2, Name) end end end end ) addEventHandler ( "onClientGUIClick", root, function () if (source == GUIEditor.checkbox[4]) then guiCheckBoxSetSelected(GUIEditor.checkbox[5], false) guiCheckBoxSetSelected(GUIEditor.checkbox[6], false) elseif (source == GUIEditor.checkbox[5]) then guiCheckBoxSetSelected(GUIEditor.checkbox[4], false) guiCheckBoxSetSelected(GUIEditor.checkbox[6], false) elseif (source == GUIEditor.checkbox[6]) then guiCheckBoxSetSelected(GUIEditor.checkbox[4], false) guiCheckBoxSetSelected(GUIEditor.checkbox[5], false) elseif (source == GUIEditor.checkbox[1]) then guiCheckBoxSetSelected(GUIEditor.checkbox[2], false) guiCheckBoxSetSelected(GUIEditor.checkbox[3], false) elseif (source == GUIEditor.checkbox[2]) then guiCheckBoxSetSelected(GUIEditor.checkbox[1], false) guiCheckBoxSetSelected(GUIEditor.checkbox[3], false) elseif (source == GUIEditor.checkbox[3]) then guiCheckBoxSetSelected(GUIEditor.checkbox[1], false) guiCheckBoxSetSelected(GUIEditor.checkbox[2], false) end end ) addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[2] = guiCreateWindow(198, 107, 468, 447, "", false) guiWindowSetSizable(GUIEditor.window[2], false) GUIEditor.gridlist[1] = guiCreateGridList(9, 20, 450, 331, false, GUIEditor.window[2]) guiGridListAddColumn(GUIEditor.gridlist[1], "اسم الاعب", 0.2) guiGridListAddColumn(GUIEditor.gridlist[1], "نوع المشترى", 0.2) guiGridListAddColumn(GUIEditor.gridlist[1], "بآقة المشترى", 0.2) guiGridListAddColumn(GUIEditor.gridlist[1], "معلومات المشترى", 0.2) GUIEditor.button[2] = guiCreateButton(153, 374, 147, 33, "حذف", false, GUIEditor.window[2]) end ) addEvent( "aBo", true ) addEventHandler ( "aBo" ,root, function ( ID1, getID, ID2, Name) local row = guiGridListAddRow (GUIEditor.gridlist[1]) guiGridListSetItemText (GUIEditor.gridlist[1],row,1,getPlayerName(source),false,false) guiGridListSetItemText (GUIEditor.gridlist[1],row,2,ID1,false,false) guiGridListSetItemText (GUIEditor.gridlist[1],row,3,ID2,false,false) guiGridListSetItemText (GUIEditor.gridlist[1],row,4,getID,false,false) guiGridListSetItemColor ( GUIEditor.gridlist[1],row,1, 0, 200, 22 ) guiGridListSetItemColor ( GUIEditor.gridlist[1],row,2, 0, 0, 250 ) guiGridListSetItemColor ( GUIEditor.gridlist[1],row,3, 250, 0, 0 ) guiGridListSetItemColor ( GUIEditor.gridlist[1],row,4, 0, 250, 0 ) end ) addEventHandler ( "onClientGUIClick", root, function () if source == GUIEditor.button[2] then local playerName = guiGridListGetItemText ( GUIEditor.gridlist[1], guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ), 1 ) guiGridListRemoveRow ( GUIEditor.gridlist[1], row ) outputChatBox ( "Removing row B" ) end end ) سيرفر addEvent( 'NewP', true ) addEventHandler( 'NewP', root, function( ID1, getID, ID2, Name ) triggerClientEvent(source,'aBo', source, ID1, getID, ID2, Name) end ) addCommandHandler ( "منظمه", function ( p ) local acc = getPlayerAccount(p) if not isGuestAccount ( acc ) then if isObjectInACLGroup("user." .. getAccountName(acc), aclGetGroup("Admin")) then triggerClientEvent ( p, "Open", resourceRoot ) end end end ) حذف اشياء وسويت آضآفات بسيطه تم الحل طلع كل شيء لكن ابي لم اضرب على اسم الاعب تظهر ارقام ابطآقات بي لوحه ثاني مشكله : المشكله الان ان الادت بوكس ماينكتب فيه كله غير بس اخر واحد يطلع في المعلومات اما الباقيه لو تكتب فيه ماتطلع بي المعلومات Link to comment
Wleed1998 Posted July 11, 2016 Author Share Posted July 11, 2016 الرجاء الرد ياشباب يآشآطح ي ديفلت ي نكست ي ي الخ ردو تكفووووووووونن زبط كل شيء بس الاديت بوك مايجي غير رقم 6 بس ليه لو اكتب في الاو مايجي شيء لكن لم اكتب فيه 6 تجي اما الباقي لا 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