Jump to content

MR.GRAND

Members
  • Posts

    854
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by MR.GRAND

  1. ضاااااااااااد واااااااااااااااحد ههههههههههههههه مافي واحد يضبط المود كله وبعطيه بوسة خخخ
  2. أعرف حبيبي بس مثلا بس كذا ؟ getPlayerAccount لو بحط معها اشياء ثانية حتى يتحقق أنو اللاعب رسل ويجيب حسابه ؟
  3. جميل , بس ممكن يعني مثال عن فنكشن getPlayerAccount ومثال على القريد لست كيف اجيب الاعبين اللي رسلوآ بدون ماجيب كل الاعبين لان ذي ماعرفها
  4. السلام عليكم ورحمة الله وبركاته كيفكم ي عيال عساكم طيبين اللي طالبه وبكل بساطة ووضوح إنو لو سويت لوحة فيها مثلا 5 ايديت بوكس وليبلات امام كل واحد واحد مثلا للسيريال , والثاني اسم الحساب , الثالث اسم اللاعب , والرابع رقم بطاقة الشحن , والخامس مثلا نوع البطاقة وزر لما اضغطه أبيه يرسل كل المعلومات المذكورة بالايديت بوكسات اللي يحطها اللاعب لصاحب السيرفر وتوصل له بلوحة ثانية فيها قريد لست فيها الاعبين اللي رسلوآ معلومات ولما اضغط على اسم واحد منهم بالقريد لست يطلع لي على يمين اللوحة المعلومات اللي رسلها بنفس الطريقة بالايديت بوكسات .. أتمنى الفنكشنات اللي احتاجها تكون موجودة ... ومثال لكم فنكشن وماتقصرون ان شاء الله
  5. تمت الافادة # , شكرا لك ,, يغلق :]
  6. طيب ممكن الفنكشن ؟ مع مثال :]
  7. السلام عليكم ورحمة الله وبركاته , كيف الحل ي شباب عساكم طيبين المهم سويت مود مراقبة أماكن بس بقا ففنكشن واحد صغير حرت فيه وهو لما يجي يضغط على زر ايقاف المراقبة بتنشال كاميرا الماتركس الكود : local screenW, screenH = guiGetScreenSize() GUIEditor = { button = {}, window = {}, gridlist = {}, label = {} } GUIEditor.button[1] = guiCreateButton(820, 541, 126, 32, "", false) guiSetAlpha(GUIEditor.button[1], 0.00) function GUI() dxDrawLine((screenW * 0.3001) - 1, (screenH * 0.2435) - 1, (screenW * 0.3001) - 1, screenH * 0.7578, tocolor(255, 255, 255, 254), 1, false) dxDrawLine(screenW * 0.6999, (screenH * 0.2435) - 1, (screenW * 0.3001) - 1, (screenH * 0.2435) - 1, tocolor(255, 255, 255, 254), 1, false) dxDrawLine((screenW * 0.3001) - 1, screenH * 0.7578, screenW * 0.6999, screenH * 0.7578, tocolor(255, 255, 255, 254), 1, false) dxDrawLine(screenW * 0.6999, screenH * 0.7578, screenW * 0.6999, (screenH * 0.2435) - 1, tocolor(255, 255, 255, 254), 1, false) dxDrawRectangle(screenW * 0.3001, screenH * 0.2435, screenW * 0.3997, screenH * 0.5143, tocolor(9, 163, 186, 254), false) dxDrawLine(410, 223, 956, 223, tocolor(179, 0, 0, 255), 3, true) dxDrawText("=[ Spectate System ]=", 508, 187, 865, 218, tocolor(169, 0, 0, 253), 1.00, "bankgothic", "center", "center", false, false, true, false, false) dxDrawLine(820 - 1, 540 - 1, 820 - 1, 572, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(946, 540 - 1, 820 - 1, 540 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(820 - 1, 572, 946, 572, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(946, 572, 946, 540 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(820, 540, 126, 32, tocolor(187, 0, 0, 159), true) dxDrawLine(422 - 1, 237 - 1, 422 - 1, 268, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(571, 237 - 1, 422 - 1, 237 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(422 - 1, 268, 571, 268, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(571, 268, 571, 237 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(422, 237, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawText("مراقبة النخيل", 422 + 1, 237 + 1, 571 + 1, 268 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("مراقبة النخيل", 422, 237, 571, 268, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawLine(609 - 1, 237 - 1, 609 - 1, 268, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(758, 237 - 1, 609 - 1, 237 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(609 - 1, 268, 758, 268, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(758, 268, 758, 237 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(609, 237, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawLine(797 - 1, 237 - 1, 797 - 1, 268, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(946, 237 - 1, 797 - 1, 237 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(797 - 1, 268, 946, 268, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(946, 268, 946, 237 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(797, 237, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawText("مراقبة الدائري", 609 + 1, 237 + 1, 758 + 1, 268 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("مراقبة الدائري", 609, 237, 758, 268, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) CLOSE = dxDrawText("اغلاق اللوحة", 820 + 1, 540 + 1, 946 + 1, 572 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) CLOSE = dxDrawText("اغلاق اللوحة", 820, 540, 946, 572, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawLine(422 - 1, 302 - 1, 422 - 1, 333, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(571, 302 - 1, 422 - 1, 302 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(422 - 1, 333, 571, 333, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(571, 333, 571, 302 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(422, 302, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawLine(609 - 1, 302 - 1, 609 - 1, 333, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(758, 302 - 1, 609 - 1, 302 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(609 - 1, 333, 758, 333, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(758, 333, 758, 302 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(609, 302, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawLine(797 - 1, 302 - 1, 797 - 1, 333, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(946, 302 - 1, 797 - 1, 302 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(797 - 1, 333, 946, 333, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(946, 333, 946, 302 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(797, 302, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawText("مراقبة ساحة الحرب", 797 + 1, 237 + 1, 946 + 1, 268 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("مراقبة ساحة الحرب", 797, 237, 946, 268, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("مراقبة البداية", 422 + 1, 302 + 1, 571 + 1, 333 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("مراقبة البداية", 422, 302, 571, 333, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("مراقبة الشارع الطويل", 609 + 1, 302 + 1, 758 + 1, 333 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("مراقبة الشارع الطويل", 609, 302, 758, 333, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawLine(422 - 1, 366 - 1, 422 - 1, 397, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(571, 366 - 1, 422 - 1, 366 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(422 - 1, 397, 571, 397, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(571, 397, 571, 366 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(422, 366, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawLine(609 - 1, 366 - 1, 609 - 1, 397, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(758, 366 - 1, 609 - 1, 366 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(609 - 1, 397, 758, 397, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(758, 397, 758, 366 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(609, 366, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawLine(797 - 1, 366 - 1, 797 - 1, 397, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(946, 366 - 1, 797 - 1, 366 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(797 - 1, 397, 946, 397, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(946, 397, 946, 366 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(797, 366, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawText("مراقبة المرقص", 797 + 1, 302 + 1, 946 + 1, 333 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("مراقبة المرقص", 797, 302, 946, 333, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 422 + 1, 366 + 1, 571 + 1, 397 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 422, 366, 571, 397, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 609 + 1, 366 + 1, 758 + 1, 397 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 609, 366, 758, 397, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawLine(422 - 1, 429 - 1, 422 - 1, 460, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(571, 429 - 1, 422 - 1, 429 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(422 - 1, 460, 571, 460, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(571, 460, 571, 429 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(422, 429, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawLine(609 - 1, 429 - 1, 609 - 1, 460, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(758, 429 - 1, 609 - 1, 429 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(609 - 1, 460, 758, 460, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(758, 460, 758, 429 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(609, 429, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawLine(797 - 1, 429 - 1, 797 - 1, 460, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(946, 429 - 1, 797 - 1, 429 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(797 - 1, 460, 946, 460, tocolor(255, 255, 255, 254), 1, true) dxDrawLine(946, 460, 946, 429 - 1, tocolor(255, 255, 255, 254), 1, true) dxDrawRectangle(797, 429, 149, 31, tocolor(194, 192, 0, 254), true) dxDrawText("Soon | قريــبا", 797 + 1, 366 + 1, 946 + 1, 397 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 797, 366, 946, 397, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 422 + 1, 429 + 1, 571 + 1, 460 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 422, 429, 571, 460, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 609 + 1, 429 + 1, 758 + 1, 460 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 609, 429, 758, 460, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 797 + 1, 429 + 1, 946 + 1, 460 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon | قريــبا", 797, 429, 946, 460, tocolor(255, 255, 255, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("*.. This panel created by MR.GRAND!", 412, 563, 647, 578, tocolor(0, 226, 247, 254), 1.00, "default-bold", "left", "top", false, false, true, false, false) dxDrawLine(597 - 1, 497 - 1, 597 - 1, 528, tocolor(254, 255, 254, 255), 1, true) dxDrawLine(768, 497 - 1, 597 - 1, 497 - 1, tocolor(254, 255, 254, 255), 1, true) dxDrawLine(597 - 1, 528, 768, 528, tocolor(254, 255, 254, 255), 1, true) dxDrawLine(768, 528, 768, 497 - 1, tocolor(254, 255, 254, 255), 1, true) dxDrawRectangle(597, 497, 171, 31, tocolor(0, 255, 18, 255), true) dxDrawText("إيقاف المراقبة", 597 + 1, 497 + 1, 768 + 1, 528 + 1, tocolor(0, 0, 0, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) dxDrawText("إيقاف المراقبة", 597, 497, 768, 528, tocolor(255, 254, 254, 255), 1.50, "default-bold", "center", "center", false, false, true, false, false) end STOP = guiCreateButton(597, 497, 171, 31, "", false) guiSetAlpha(STOP, 0.00) BTN1 = guiCreateButton(421, 236, 150, 32, "", false) guiSetAlpha(BTN1, 0.00) BTN2 = guiCreateButton(609, 236, 150, 32, "", false) guiSetAlpha(BTN2, 0.00) BTN3 = guiCreateButton(796, 236, 150, 32, "", false) guiSetAlpha(BTN3, 0.00) BTN4 = guiCreateButton(421, 301, 150, 32, "", false) guiSetAlpha(BTN4, 0.00) BTN5 = guiCreateButton(609, 301, 150, 32, "", false) guiSetAlpha(BTN5, 0.00) BTN6 = guiCreateButton(796, 301, 150, 32, "", false) guiSetAlpha(BTN6, 0.00) BTN7 = guiCreateButton(421, 365, 150, 32, "", false) guiSetAlpha(BTN7, 0.00) BTN9 = guiCreateButton(609, 365, 150, 32, "", false) guiSetAlpha(BTN9, 0.00) BTN10 = guiCreateButton(796, 365, 150, 32, "", false) guiSetAlpha(BTN10, 0.00) BTN11 = guiCreateButton(421, 429, 150, 32, "", false) guiSetAlpha(BTN11, 0.00) BTN12 = guiCreateButton(609, 429, 150, 32, "", false) guiSetAlpha(BTN12, 0.00) BTN13 = guiCreateButton(796, 429, 150, 32, "", false) guiSetAlpha(BTN13, 0.00) addEventHandler("onClientGUIClick",root, function () if source == GUIEditor.button[1] then if removeEventHandler("onClientRender",root,GUI)then removeEventHandler("onClientRender",root,GUI) playSoundFrontEnd(40) showCursor(false) end end end ) addEventHandler("onClientGUIClick",root, function () if source == STOP then playSoundFrontEnd(40) showCursor(true) end end ) addEventHandler("onClientGUIClick",root, function () if source == BTN1 then CAM1 = setCameraMatrix(1507.71631,-1657.00586,20.79688,1540.93384,-1681.96313,13.55156) showCursor(true) end end ) function OpenWin() if removeEventHandler("onClientRender",root,GUI)then removeEventHandler("onClientRender",root,GUI) showCursor(false) else addEventHandler("onClientRender",root,GUI) showCursor(true) end end bindKey ( "F5", "down", OpenWin ) بس فنكشن بسيط .
  8. اولآ السلام عليكم ورحمة الله وبركاته , اما بعد هذا الكلنت : local cWindow = guiCreateWindow(337, 177, 816, 762, "CINEMA", false) local browser = guiCreateBrowser(0, 0, 800, 600, false, false, false, cWindow) local theBrowser = guiGetBrowser(browser) addEventHandler("onClientBrowserCreated", theBrowser, function() loadBrowserURL(source, "https://www.youtube.com") end ) CINEMA = { button = {}, window = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() guiWindowSetSizable(cWindow, false) guiSetProperty(cWindow, "CaptionColour", "FF0309FB") guiSetVisible(cWindow,false) CINEMA.button[1] = guiCreateButton(9, 608, 388, 35, "GET URL", false, cWindow) guiSetFont(CINEMA.button[1], "default-bold-small") guiSetProperty(CINEMA.button[1], "NormalTextColour", "FFFF0000") CINEMA.button[2] = guiCreateButton(427, 608, 381, 35, "PUT VIDEO IN CINEMA", false, cWindow) guiSetFont(CINEMA.button[2], "default-bold-small") guiSetProperty(CINEMA.button[2], "NormalTextColour", "FFFF0000") CINEMA.button[3] = guiCreateButton(10, 653, 388, 35, "CLOSE", false, cWindow) guiSetFont(CINEMA.button[3], "default-bold-small") guiSetProperty(CINEMA.button[3], "NormalTextColour", "FFFF0000") CINEMA.button[4] = guiCreateButton(425, 654, 383, 34, "VIEW VIDEO IN FULL SCREEN MODE", false, cWindow) guiSetFont(CINEMA.button[4], "default-bold-small") guiSetProperty(CINEMA.button[4], "NormalTextColour", "FFFF0000") CINEMA.edit[1] = guiCreateEdit(11, 700, 796, 52, "", false, cWindow) guiEditSetReadOnly(CINEMA.edit[1], true) end ) function geturl() if source == CINEMA.button[1] then guiSetText(CINEMA.edit[1],getBrowserURL(theBrowser)) end end addEventHandler("onClientGUIClick",root,geturl) function dxDrawImage3D(x,y,z,w,h,m,c,r,...) local lx, ly, lz = x+w, y+h, (z+tonumber(r or 0)) or z return dxDrawMaterialLine3D(x,y,z, lx, ly, lz, m, h, c , ...) end local screenWidth, screenHeight = guiGetScreenSize() local webBrowser = createBrowser(screenWidth, screenHeight, false, false) function webBrowserRender() local x, y = 110.7, 1024.15 dxDrawMaterialLine3D(x, y, 23.25, x, y, 14.75, webBrowser, 18.2, tocolor(255, 255, 255, 255), x, y+1, 19) end function fullscreen() local URLs = string.sub(guiGetText(CINEMA.edit[1]),"33") if source == CINEMA.button[4] then loadBrowserURL(webBrowser, "https://www.youtube.com/embed/"..URLs.."?autoplay=1&iv_load_policy=3&enablejsapi=1&fs=0&theme=light") end end addEventHandler("onClientGUIClick",root,fullscreen) function brow() if source == CINEMA.button[2] then loadBrowserURL(webBrowser, guiGetText(CINEMA.edit[1])) addEventHandler("onClientPreRender", root, webBrowserRender) end end addEventHandler("onClientBrowserCreated", webBrowser, brow) addEventHandler("onClientGUIClick",root,brow) function url() guiSetVisible(cWindow,true) showCursor( true ) guiSetInputEnabled( true ) end addCommandHandler("cinema",url) function closeman() if source == CINEMA.button[3] then guiSetVisible(cWindow,false) showCursor( false ) guiSetInputEnabled( false ) end end addEventHandler("onClientGUIClick",root,closeman) هذا مود سينما ومعروف طبعا , بس هو كلنت يعني للاعب المحلي وبس ! ابيكم تعدلونه لي وتخلونه يظهر للكل عندما اشغل السينما ! حولوه لي سيرفر سايد وتريقرات مساعدتكم # لحد يردني :]
  9. تمت الأفادة # يغلق من قبل الادمنية ... شكرااا لك زاحف ومن قام بطرح المساعدة في هذا الموضوع ..
  10. يب صحيح نسيت استبدلهم الى سيريال اللاعب .. تم التعديل انسخ الكود مرهـ ثانية حطيت ذا اللي انت مسويه local key = "F5" local screenW, screenH = guiGetScreenSize() GUIEditor = { label = {} } T_WND = guiCreateWindow((screenW - 454) / 2, (screenH - 364) / 2, 454, 364, "~.* Player TAG - Panel *.~", false) guiWindowSetSizable(T_WND, false) guiSetProperty(T_WND, "CaptionColour", "FF29FF00") guiSetVisible(T_WND,false) GUIEditor.label[1] = guiCreateLabel(10, 29, 429, 17, "* Note : You can put Player serial and TAG Text for can show it in CHAT box", false, T_WND) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 0, 0) GUIEditor.label[2] = guiCreateLabel(10, 67, 98, 16, "* Player serial :-", false, T_WND) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 47, 255, 0) T_Serial = guiCreateEdit(110, 67, 329, 18, "", false, T_WND) GUIEditor.label[3] = guiCreateLabel(10, 93, 98, 16, "* Player TAG :-", false, T_WND) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 5, 0, 255) T_TAG = guiCreateEdit(110, 91, 329, 18, "", false, T_WND) T_Enable = guiCreateButton(193, 123, 163, 28, "", false, T_WND) guiSetFont(T_Enable, "default-bold-small") guiSetProperty(T_Enable, "NormalTextColour", "FFF6FF00") T_Close = guiCreateButton(356, 334, 88, 20, "Close", false, T_WND) guiSetFont(T_Close, "default-bold-small") guiSetProperty(T_Close, "NormalTextColour", "FFFF0000") GUIEditor.label[4] = guiCreateLabel(9, 334, 257, 20, "2015", false, T_WND) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 0, 234, 255) GUIEditor.label[5] = guiCreateLabel(434, 151, 15, 177, "||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||", false, T_WND) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 38, 38, 38) GUIEditor.label[6] = guiCreateLabel(10, 147, 15, 177, "||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||\n||", false, T_WND) guiSetFont(GUIEditor.label[6], "default-bold-small") guiLabelSetColor(GUIEditor.label[6], 38, 38, 38) bindKey ( key, "down", function( ) guiSetVisible ( T_WND, not guiGetVisible ( T_WND ) ) showCursor ( guiGetVisible ( T_WND ) ) end ) addEventHandler ( "onClientGUIClick", resourceRoot, function ( ) if ( source == T_Close ) then guiSetVisible ( T_WND, false ) showCursor ( false ) elseif ( source == T_Enable ) then if ( string.len ( guiGetText ( T_Serial ) ) == 32 and string.len ( guiGetText ( T_TAG ) ) >= 3 ) then local player_ = getPlayerFromSerial ( guiGetText ( T_Serial ) ) if ( player_ ) then if ( guiGetText ( T_Enable ) == "Enable TAG for Player" ) then setSerialData ( T_Serial, "TagState", "Enable" ) setSerialData ( T_Serial, "playerTag", guiGetText ( T_TAG ) ) guiSetText ( T_Enable, "Disable TAG for Player" ) else guiSetText ( T_Enable, "Enable TAG for Player" ) setSerialData ( T_Serial, "TagState", "Disable" ) end end end end end ) addEventHandler ( "onClientGUIChanged", T_Serial, function ( ) local player_ = getPlayerFromSerial ( guiGetText ( source ) ) if ( player_ ) then if ( getSerialData ( guiGetText ( source ), "TagState" ) == "Enable" ) then guiSetText ( T_Enable, "Disable TAG for player" ) else guiSetText ( T_Enable, "Enable TAG for Player" ) end end end ) function getPlayerFromSerial ( serial ) assert ( type ( serial ) == "string" and #serial == 32, "getPlayerFromSerial - invalid serial" ) for index, player in ipairs ( getElementsByType ( "player" ) ) do if ( getPlayerSerial ( player ) == serial ) then return player end end return false end function setSerialData(serial,key,value) if( value and type(serial) == "string") then setElementData(root,serial.."&"..key,value) end end function getSerialData(serial,key) if ( key and type(serial) == "string") then value = getElementData(root,serial.."&"..key) end return value end سيرفر : addEventHandler ( "onPlayerChat", root, function ( msg ) if ( getSerialData ( getPlayerSerial ( source ), "TagState" ) ~= "Enable" ) then return end cancelEvent ( ) outputChatBox (" ( "..getSerialData ( getPlayerSerial ( source ), "playerTag" ).." ) "..getPlayerName ( source )..": #FFFFFF"..msg, root, 255, 255, 255, true ) end ) function getSerialData(serial,key) if ( key and type(serial) == "string") then value = getElementData(root,serial.."&"..key) end return value end الحين صار التاج مايجي بالشات لما اسوي الخطوات
  11. زاحف أتمنى ترد ##
  12. مابقا إلآ رد واحد من زاحف ويكون متأكد من الكود ويغلقق :#
  13. لما اسوي الخطوات مايجي التاج بالشات ._. فيه خطأ ؟
  14. بقت إأآخر شغلة # لو ابي احفظه بالداتا كيف ؟ يعني لما بيخرج اللاعب وبيدخل يبقى التاج على سيرياله بينحفظ وبقدر أحط سيريال اي لاعب واظبط له التاج ولآ بس لنفسي ؟ أتمنى الرد مع خاصية إزالة التاج عند ضغط Disable Tag وبكون شاكر لك ي زاحف :]
  15. ممكن تحط الكود اللي انسخخه كله واحطه بالكلنت واشغله وخلآص ؟
  16. يعني لما بتحط السيريال بأول إيديت والتاج بالثاني وتظغط االزر يظبط ؟
  17. حطيت بالسيرفر سايد صار كذا addEventHandler('onResourceStart', resourceRoot, function () local TagsFile = xmlLoadFile("Tags.xml") if not TagsFile then TagsFile = xmlCreateFile("Tags.xml", "config") end xmlSaveFile(TagsFile) end ) --============================================-- addEvent("AddTagToXML",true) addEventHandler("TAG_GET", root, function (Serial, Tag) local TagsFile = xmlLoadFile("Tags.xml") TagChild = xmlCreateChild(TagsFile, "Tag") xmlNodeSetAttribute(TagChild, "Serial", Serial) xmlNodeSetAttribute(TagChild, "Tag", Tag) xmlSaveFile(TagsFile) end ) --============================================-- function isSerialHasTag (serial) local TagsFile = xmlLoadFile("Tags.xml") for i,tag in ipairs(xmlNodeGetChildren(TagsFile)) do if xmlNodeGetAttribute(tag, "Serial") == serial then return true end end return false end --============================================-- function getSerialTag (serial) local TagsFile = xmlLoadFile("Tags.xml") for i,tag in ipairs(xmlNodeGetChildren(TagsFile)) do if xmlNodeGetAttribute(tag, "Serial") == serial then return xmlNodeGetAttribute(tag, "Tag") end end return false end --============================================--addEventHandler ( "onPlayerChat", root, function ( msg ) addEventHandler("onPlayerChat", root, function (text, msgtype) if ( getElementData ( source, "TagState" ) ~= "Enable" ) then return end cancelEvent ( ) outputChatBox (" ( "..getElementData ( source, "playerTag" ).." ) "..getPlayerName ( source )..": #FFFFFF"..text, root, 255, 255, 255, true ) end ) كمان لما احط السيريال والتاج بالايديت بوكسات واضغط اينيبل مايجي التاج
  18. كودك جربته وحطيت في اول فراغ بالسيرفر سيريال والثاني التاج وماظبط +
  19. addEventHandler("onPlayerChat", root, function (text, msgtype) if isSerialHasTag(getPlayerSerial(source)) then cancelEvent() outputChatBox("#33FFCC=["..getSerialTag(getPlayerSerial(source)).."]= ["..getPlayerName(source).."]:#ffffff".. text, root, 255, 255, 255, true) end end )
  20. تمام بس ليش مايظبط التاج بالشات للاعب لما اطبق الخطوات ؟
  21. بس الملف لما بينزل في المودات المحملة بيبقى بس كود كونفق ومابينزل فيه اي شي حتى لو حطيت سيريال الاعب ولتاج وضغطت Enable
  22. + ممابينحط السيريال والتاج بملف الاكس ام ال بمل بسويهم من السيرفر بتمنى تتأكد من الاكواد وتجربه
  23. بحط ملف الاكس ام ال بس لما احمله بالميتا وش احطه كونفق ولآ فايل ؟
×
×
  • Create New...