Jump to content

xNKM51

Members
  • Posts

    150
  • Joined

  • Last visited

Everything posted by xNKM51

  1. سويت أستعادة ونفس المشكلة , حذفت العبة وحملتها ونفس الشي غير ازبطها بـ نفسي
  2. ألسلآم عليكم ورحمة الله وبركاتة قبل كـل شي ....... بداية ألمشكلة من أصدار 1.5.7 أول ما حدثت العبة تلخبط عندي ألازرار بـ العبة وسويت أستعادة نفس ألشي باقي مهي راضي تزبط ألازرار , ملخبطه بـ قوة أتمناء تعطوني حل او أقتراح لين تـزبط معي , وشكراَ .
  3. قاعد اسوي مود معلومات ألآعب
  4. مونستر ي حبيبي مشكلتي بـ هذول الكود خاصة الاول لا فهمت له اشوف راح يسهل علي الباقي
  5. Clint.Lua -- تـم صنع ألمود من قبل xNKM51` xSari . addEventHandler("onClientRender" , root, function () dxDrawRectangle(736, 410, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawLine(0 - 1, 1050 - 1, 0 - 1, 1080, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(1920, 1050 - 1, 0 - 1, 1050 - 1, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(0 - 1, 1080, 1920, 1080, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(1920, 1080, 1920, 1050 - 1, tocolor(145, 0, 0, 255), 1, false) dxDrawRectangle(0, 1050, 1920, 30, tocolor(0, 0, 0, 255), false) local name = getPlayerName(localPlayer) -- جلـب ألاسم ألاعب dxDrawText("Name:"..name, 3, 1056, 200, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Account: ", 210, 1056, 407, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local Team = getTeamName (getPlayerTeam (localPlayer)) or 'None' -- جلب ألأفريق ألذي يوجد به ألآعب dxDrawText("Team: "..Team, 417, 1056, 614, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local Skin = getPlayerSkin(localPlayer) dxDrawText("ID Skin: "..Skin, 624, 1056, 821, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local money = getPlayerMoney(localPlayer)-- جلب مبلغ ألآعب dxDrawText("Money: "..money, 831, 1056, 1028, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local weaponType = getPedWeapon ( localPlayer ) -- جلب رقم ألسلآح dxDrawText("ID Weapon: "..weaponType, 1038, 1056, 1235, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local Health = getElementHealth ( localPlayer ) -- جلب كمية ألدم dxDrawText("Health: "..Health, 1245, 1056, 1442, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local me = getLocalPlayer ( ) -- مدري وش قصته , لا تحذفة يخرب مجرب ض local armor = getPedArmor ( me ) -- جلب كمية ألدرع dxDrawText("Armour: "..armor, 1452, 1056, 1649, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local ping = getPlayerPing(localPlayer)-- جلب سرعـه ألارتنرنت للاعب dxDrawText("Ping: "..ping, 1659, 1057, 1723, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local fps = getFPSLimit(localPlayer) -- جلب حد ألفبس لـ سيرفر dxDrawText("FPS: "..fps, 1733, 1057, 1797, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(10 - 1, 1030 - 1, 10 - 1, 1046, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(364, 1030 - 1, 10 - 1, 1030 - 1, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(10 - 1, 1046, 364, 1046, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(364, 1046, 364, 1030 - 1, tocolor(101, 0, 0, 254), 1, false) dxDrawRectangle(10, 1030, 354, 16, tocolor(1, 0, 0, 254), false) local Serial = getPlayerSerial( localPlayer )-- جلب ألسريال dxDrawText("Serial: "..Serial, 13, 1030, 364, 1046, tocolor(114, 255, 144, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(1598 - 1, 1032 - 1, 1598 - 1, 1046, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1910, 1032 - 1, 1598 - 1, 1032 - 1, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1598 - 1, 1046, 1910, 1046, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1910, 1046, 1910, 1032 - 1, tocolor(117, 0, 0, 254), 1, false) dxDrawRectangle(1598, 1032, 312, 14, tocolor(0, 0, 0, 254), false) dxDrawText("IP: "..ip, 1602, 1032, 1910, 1046, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(374 - 1, 1030 - 1, 374 - 1, 1046, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(673, 1030 - 1, 374 - 1, 1030 - 1, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(374 - 1, 1046, 673, 1046, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(673, 1046, 673, 1030 - 1, tocolor(123, 0, 0, 254), 1, false) dxDrawRectangle(374, 1030, 299, 16, tocolor(1, 0, 0, 254), false) dxDrawText("Name Skin: ", 378, 1030, 677, 1046, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(1413 - 1, 1032 - 1, 1413 - 1, 1046, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1588, 1032 - 1, 1413 - 1, 1032 - 1, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1413 - 1, 1046, 1588, 1046, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1588, 1046, 1588, 1032 - 1, tocolor(119, 0, 0, 254), 1, false) dxDrawRectangle(1413, 1032, 175, 14, tocolor(0, 1, 1, 254), false) local time = getRealTime()-- جلب ألساعه local hours = time.hour-- ساعه local minutes = time.minute -- دقيقة local seconds = time.second -- الثانية -- Make sure to add a 0 to the front of single digits. if (hours < 5) then -- الساعة hours = "0"..hours end if (minutes < 5) then -- الدقيقة minutes = "0"..minutes end if (seconds < 5) then -- الثانية seconds = "0"..seconds end dxDrawText("Time: "..hours..":"..minutes..":"..seconds , 1414, 1031, 1588, 1046, tocolor(0, 255, 0, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(687 - 1, 1030 - 1, 687 - 1, 1046, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(1404, 1030 - 1, 687 - 1, 1030 - 1, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(687 - 1, 1046, 1404, 1046, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(1404, 1046, 1404, 1030 - 1, tocolor(15, 102, 82, 254), 1, false) dxDrawRectangle(687, 1030, 717, 16, tocolor(59, 59, 59, 159), false) dxDrawText("Welcome To Server", 687, 1031, 1398, 1046, tocolor(102, 158, 145, 254), 1.00, "default-bold", "center", "top", false, false, false, false, false) end ) function printIp ( localPlayer ) triggerServerEvent ( "ip", resourceRoot ) -- Source can be this resource as it saves on CPU and prevents event name conflicts with other resources but you can't use resourceRoot if another resource will handle the event. end addCommandHandler ( "ip", printIp ) Server.Lua function printIp ( localPlayer ) local IP = getPlayerIP ( thePlayer ), thePlayer ) addCommandHandler ( "ip", printIp ) addEventHandler("ip", root, printIp) addEvent( "ip", true ) addEventHandler( "ip", resourceRoot, printIp ) end مشكلتي سيرفر , triggerServerEvent بـ الكود هاذا عجزت افهم له حولت بـ الحساب , وغير كذا اي بي لاعب , أتمناء احد يساعدني شيك على ايدي 70 في كلنت خطاء يقول بس ما شلته لان باقي عندي امل ان المشكلة في getPlayerIP triggerServerEvent اتمناء طرح ألكود مع التوظيح ما ابي تطرح الكود جاهز اهم شي عندي الشرح عشان استفيد
  6. ياخي شف مواصل وكل شوي اشيك على الموقع ولا احد يرد فـ اتمناء تساعدني
  7. أسوي موضوع جديد ولا كيف ؟؟؟
  8. ألديسكورد للحين في ناس متفاعله فيه ؟؟
  9. للاسف باقي لي ثلاث أشياء أسم ألسكن , والي عطاني كود غلط في الموقع ما يزبط وباقي اي بي لاعب + اسم حسابة لا سجل العب بـ سيرفر الباقي اشوف خلصت منه -- تـم صنع ألمود من قبل xNKM51` xSari . addEventHandler("onClientRender" , root, function () dxDrawRectangle(736, 410, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawLine(0 - 1, 1050 - 1, 0 - 1, 1080, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(1920, 1050 - 1, 0 - 1, 1050 - 1, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(0 - 1, 1080, 1920, 1080, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(1920, 1080, 1920, 1050 - 1, tocolor(145, 0, 0, 255), 1, false) dxDrawRectangle(0, 1050, 1920, 30, tocolor(0, 0, 0, 255), false) local name = getPlayerName(localPlayer) -- جلـب ألاسم ألاعب dxDrawText("Name:"..name, 3, 1056, 200, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Account: ", 210, 1056, 407, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local Team = getTeamName (getPlayerTeam (localPlayer)) or 'None' -- جلب ألأفريق ألذي يوجد به ألآعب dxDrawText("Team: "..Team, 417, 1056, 614, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local Skin = getPlayerSkin(localPlayer) dxDrawText("ID Skin: "..Skin, 624, 1056, 821, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local money = getPlayerMoney(localPlayer)-- جلب مبلغ ألآعب dxDrawText("Money: "..money, 831, 1056, 1028, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local weaponType = getPedWeapon ( localPlayer ) -- جلب رقم ألسلآح dxDrawText("ID Weapon: "..weaponType, 1038, 1056, 1235, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local Health = getElementHealth ( localPlayer ) -- جلب كمية ألدم dxDrawText("Health: "..Health, 1245, 1056, 1442, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local me = getLocalPlayer ( ) -- مدري وش قصته , لا تحذفة يخرب مجرب ض local armor = getPedArmor ( me ) -- جلب كمية ألدرع dxDrawText("Armour: "..armor, 1452, 1056, 1649, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local ping = getPlayerPing(localPlayer)-- جلب سرعـه ألارتنرنت للاعب dxDrawText("Ping: "..ping, 1659, 1057, 1723, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local fps = getFPSLimit(source) -- جلب حد ألفبس لـ سيرفر dxDrawText("FPS: "..fps, 1733, 1057, 1797, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(10 - 1, 1030 - 1, 10 - 1, 1046, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(364, 1030 - 1, 10 - 1, 1030 - 1, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(10 - 1, 1046, 364, 1046, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(364, 1046, 364, 1030 - 1, tocolor(101, 0, 0, 254), 1, false) dxDrawRectangle(10, 1030, 354, 16, tocolor(1, 0, 0, 254), false) local Serial = getPlayerSerial( localPlayer )-- جلب ألسريال dxDrawText("Serial: "..Serial, 13, 1030, 364, 1046, tocolor(114, 255, 144, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(1598 - 1, 1032 - 1, 1598 - 1, 1046, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1910, 1032 - 1, 1598 - 1, 1032 - 1, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1598 - 1, 1046, 1910, 1046, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1910, 1046, 1910, 1032 - 1, tocolor(117, 0, 0, 254), 1, false) dxDrawRectangle(1598, 1032, 312, 14, tocolor(0, 0, 0, 254), false) dxDrawText("IP: ", 1602, 1032, 1910, 1046, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(374 - 1, 1030 - 1, 374 - 1, 1046, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(673, 1030 - 1, 374 - 1, 1030 - 1, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(374 - 1, 1046, 673, 1046, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(673, 1046, 673, 1030 - 1, tocolor(123, 0, 0, 254), 1, false) dxDrawRectangle(374, 1030, 299, 16, tocolor(1, 0, 0, 254), false) dxDrawText("Name Skin: ", 378, 1030, 677, 1046, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(1413 - 1, 1032 - 1, 1413 - 1, 1046, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1588, 1032 - 1, 1413 - 1, 1032 - 1, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1413 - 1, 1046, 1588, 1046, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1588, 1046, 1588, 1032 - 1, tocolor(119, 0, 0, 254), 1, false) dxDrawRectangle(1413, 1032, 175, 14, tocolor(0, 1, 1, 254), false) local time = getRealTime()-- جلب ألساعه local hours = time.hour-- ساعه local minutes = time.minute -- دقيقة local seconds = time.second -- الثانية -- Make sure to add a 0 to the front of single digits. if (hours < 5) then -- الساعة hours = "0"..hours end if (minutes < 5) then -- الدقيقة minutes = "0"..minutes end if (seconds < 5) then -- الثانية seconds = "0"..seconds end dxDrawText("Time: "..hours..":"..minutes..":"..seconds , 1414, 1031, 1588, 1046, tocolor(0, 255, 0, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(687 - 1, 1030 - 1, 687 - 1, 1046, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(1404, 1030 - 1, 687 - 1, 1030 - 1, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(687 - 1, 1046, 1404, 1046, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(1404, 1046, 1404, 1030 - 1, tocolor(15, 102, 82, 254), 1, false) dxDrawRectangle(687, 1030, 717, 16, tocolor(59, 59, 59, 159), false) dxDrawText("Welcome To Server", 687, 1031, 1398, 1046, tocolor(102, 158, 145, 254), 1.00, "default-bold", "center", "top", false, false, false, false, false) end ) addCommandHandler("time", time) addEvent("outputOnLogin",true) triggerServerEvent("support",localPlayer) أنا للحين في اي شي ترساله راح اشيك عليه على طول اتمناء تساعدني اول مرهه اصمل زي كذا وابي شرح للـ كود Help Me ? نسيت GetFPSLimt < > يطلع ألحد ألادنى للفبس وابي الفبس االآعب مهو ألحد الادني
  10. Back ? ممكن تساعدوني زبط نس الاكواد بس جلب حساب جنني -- Server.Lua addEvent("account",true) function(player, cmd, account) addEventHandler("account",root) if hasObjectPermissionTo(player, "function.banPlayer" ) then if account and account ~= "Gust" then if getAccount(account) then addEvent( "account", true ) addEventHandler( "account", resourceRoot, account ) -- Clinet.Lua -- تـم صنع ألمود من قبل xNKM51` xSari . addEventHandler("onClientRender" , root, function () dxDrawRectangle(736, 410, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawLine(0 - 1, 1050 - 1, 0 - 1, 1080, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(1920, 1050 - 1, 0 - 1, 1050 - 1, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(0 - 1, 1080, 1920, 1080, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(1920, 1080, 1920, 1050 - 1, tocolor(145, 0, 0, 255), 1, false) dxDrawRectangle(0, 1050, 1920, 30, tocolor(0, 0, 0, 255), false) local name = getPlayerName(localPlayer) -- جلـب ألاسم ألاعب dxDrawText("Name:"..name, 3, 1056, 200, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Account: "..account, 210, 1056, 407, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local Team = getTeamName (getPlayerTeam (localPlayer)) or 'No Team' -- جلب ألأفريق ألذي يوجد به ألآعب dxDrawText("Team: "..Team, 417, 1056, 614, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("ID Skin: ", 624, 1056, 821, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local money = getPlayerMoney(localPlayer)-- جلب مبلغ ألآعب dxDrawText("Money: "..money, 831, 1056, 1028, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Name Weapon: ", 1038, 1056, 1235, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Health: ", 1245, 1056, 1442, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Armour: ", 1452, 1056, 1649, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local ping = getPlayerPing(localPlayer)-- جلب سرعـه ألارتنرنت للاعب dxDrawText("Ping: "..ping, 1659, 1057, 1723, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) local fps = getFPSLimit(player) -- جلب حد ألفبس لـ سيرفر dxDrawText("FPS: "..fps, 1733, 1057, 1797, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(10 - 1, 1030 - 1, 10 - 1, 1046, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(364, 1030 - 1, 10 - 1, 1030 - 1, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(10 - 1, 1046, 364, 1046, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(364, 1046, 364, 1030 - 1, tocolor(101, 0, 0, 254), 1, false) dxDrawRectangle(10, 1030, 354, 16, tocolor(1, 0, 0, 254), false) local Serial = getPlayerSerial( localPlayer )-- جلب ألسريال dxDrawText("Serial: "..Serial, 13, 1030, 364, 1046, tocolor(114, 255, 144, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(1598 - 1, 1032 - 1, 1598 - 1, 1046, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1910, 1032 - 1, 1598 - 1, 1032 - 1, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1598 - 1, 1046, 1910, 1046, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1910, 1046, 1910, 1032 - 1, tocolor(117, 0, 0, 254), 1, false) dxDrawRectangle(1598, 1032, 312, 14, tocolor(0, 0, 0, 254), false) dxDrawText("Area: ", 1602, 1032, 1910, 1046, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(374 - 1, 1030 - 1, 374 - 1, 1046, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(673, 1030 - 1, 374 - 1, 1030 - 1, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(374 - 1, 1046, 673, 1046, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(673, 1046, 673, 1030 - 1, tocolor(123, 0, 0, 254), 1, false) dxDrawRectangle(374, 1030, 299, 16, tocolor(1, 0, 0, 254), false) dxDrawText("Name Skin: ", 378, 1030, 677, 1046, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(1413 - 1, 1032 - 1, 1413 - 1, 1046, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1588, 1032 - 1, 1413 - 1, 1032 - 1, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1413 - 1, 1046, 1588, 1046, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1588, 1046, 1588, 1032 - 1, tocolor(119, 0, 0, 254), 1, false) dxDrawRectangle(1413, 1032, 175, 14, tocolor(0, 1, 1, 254), false) local time = getRealTime()-- جلب ألساعه local hours = time.hour-- ساعه local minutes = time.minute -- دقيقة local seconds = time.second -- الثانية -- Make sure to add a 0 to the front of single digits. if (hours < 5) then -- الساعة hours = "0"..hours end if (minutes < 5) then -- الدقيقة minutes = "0"..minutes end if (seconds < 5) then -- الثانية seconds = "0"..seconds end dxDrawText("Time: "..hours..":"..minutes..":"..seconds , 1414, 1031, 1588, 1046, tocolor(0, 255, 0, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(687 - 1, 1030 - 1, 687 - 1, 1046, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(1404, 1030 - 1, 687 - 1, 1030 - 1, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(687 - 1, 1046, 1404, 1046, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(1404, 1046, 1404, 1030 - 1, tocolor(15, 102, 82, 254), 1, false) dxDrawRectangle(687, 1030, 717, 16, tocolor(59, 59, 59, 159), false) dxDrawText("Welcome To Server", 687, 1031, 1398, 1046, tocolor(102, 158, 145, 254), 1.00, "default-bold", "center", "top", false, false, false, false, false) end ) addCommandHandler("time", time) addEvent("outputOnLogin",true) triggerServerEvent("support",localPlayer) بس اعتبرو باقي جلب ألحساب الباقي انشاء الله اقدر عليه
  11. مشكور افدتني بـ الحيل وساعدتني وشكراُ لك بعد
  12. ألموقع وش فيه ميت ليش قليل الي ردون
  13. ألفكرة : عن معلومات ألعاب , المشكلة لقيت الاكواد بس سيرفر معرف غير استخدمها بـ كلينت , سيريال , حساب , الوقت , أسم سكن =- أتمناء وضحت ابي تساعدني كيف اخلي تتصل الاكواد من سيرفر لـ كلينت , وبـ النسبة داتا اشوف الكثير يستخدمة بـ المودات ( ألبرمجة ) اتماء وضحت هاذي بعد أبي كود مثل الي بـ لوحت تسجيل سيرفر , التسجيل والدخول كلها بـ سيرفر بس ألوحه بـ كلنت , يعني كيف اخلي يستقبل الآمر من سيرفر لا كلنت أو ألعكس .
  14. نسخت الكود الي في الويكي وحولت اعدل فيه بس ما زبط
  15. addEventHandler("onClientRender" , root, function() local name = getPlayerName(localPlayer) local Accountx = getElementData ( localPlayer , 'aAccount' ) local Team = getTeamName (getPlayerTeam (localPlayer)) or 'No Team' local money = getPlayerMoney(localPlayer) local ping = getPlayerPing(localPlayer) local fps = getFPSLimit(player) dxDrawRectangle(736, 410, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawLine(0 - 1, 1050 - 1, 0 - 1, 1080, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(1920, 1050 - 1, 0 - 1, 1050 - 1, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(0 - 1, 1080, 1920, 1080, tocolor(145, 0, 0, 255), 1, false) dxDrawLine(1920, 1080, 1920, 1050 - 1, tocolor(145, 0, 0, 255), 1, false) dxDrawRectangle(0, 1050, 1920, 30, tocolor(0, 0, 0, 255), false) dxDrawText("Name:"..name, 3, 1056, 200, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Account: "..Accountx, 210, 1056, 407, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false)-- هنا ألخطاء بـ الكود هاذا dxDrawText("Team: "..Team, 417, 1056, 614, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("ID Skin: ", 624, 1056, 821, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Money: "..money, 831, 1056, 1028, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Name Weapon: ", 1038, 1056, 1235, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Health: ", 1245, 1056, 1442, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Armour: ", 1452, 1056, 1649, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("Ping: "..ping, 1659, 1057, 1723, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawText("FPS: "..fps, 1733, 1057, 1797, 1075, tocolor(144, 0, 0, 255), 1.30, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(10 - 1, 1030 - 1, 10 - 1, 1046, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(364, 1030 - 1, 10 - 1, 1030 - 1, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(10 - 1, 1046, 364, 1046, tocolor(101, 0, 0, 254), 1, false) dxDrawLine(364, 1046, 364, 1030 - 1, tocolor(101, 0, 0, 254), 1, false) dxDrawRectangle(10, 1030, 354, 16, tocolor(1, 0, 0, 254), false) dxDrawText("Serial: ", 13, 1030, 364, 1046, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(1598 - 1, 1032 - 1, 1598 - 1, 1046, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1910, 1032 - 1, 1598 - 1, 1032 - 1, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1598 - 1, 1046, 1910, 1046, tocolor(117, 0, 0, 254), 1, false) dxDrawLine(1910, 1046, 1910, 1032 - 1, tocolor(117, 0, 0, 254), 1, false) dxDrawRectangle(1598, 1032, 312, 14, tocolor(0, 0, 0, 254), false) dxDrawText("Area: ", 1602, 1032, 1910, 1046, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(374 - 1, 1030 - 1, 374 - 1, 1046, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(673, 1030 - 1, 374 - 1, 1030 - 1, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(374 - 1, 1046, 673, 1046, tocolor(123, 0, 0, 254), 1, false) dxDrawLine(673, 1046, 673, 1030 - 1, tocolor(123, 0, 0, 254), 1, false) dxDrawRectangle(374, 1030, 299, 16, tocolor(1, 0, 0, 254), false) dxDrawText("Name Skin: ", 378, 1030, 677, 1046, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(1413 - 1, 1032 - 1, 1413 - 1, 1046, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1588, 1032 - 1, 1413 - 1, 1032 - 1, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1413 - 1, 1046, 1588, 1046, tocolor(119, 0, 0, 254), 1, false) dxDrawLine(1588, 1046, 1588, 1032 - 1, tocolor(119, 0, 0, 254), 1, false) dxDrawRectangle(1413, 1032, 175, 14, tocolor(0, 1, 1, 254), false) dxDrawText("Time: ", 1414, 1031, 1588, 1046, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) dxDrawLine(687 - 1, 1030 - 1, 687 - 1, 1046, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(1404, 1030 - 1, 687 - 1, 1030 - 1, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(687 - 1, 1046, 1404, 1046, tocolor(15, 102, 82, 254), 1, false) dxDrawLine(1404, 1046, 1404, 1030 - 1, tocolor(15, 102, 82, 254), 1, false) dxDrawRectangle(687, 1030, 717, 16, tocolor(59, 59, 59, 159), false) dxDrawText("Welcome To Server", 687, 1031, 1398, 1046, tocolor(102, 158, 145, 254), 1.00, "default-bold", "center", "top", false, false, false, false, false) end ) Server: addCommandHandler("getAccount", function () local Accountx = getAccount(Accountx) local Accountx = getElementData( aAccount, "aAccount" ) setElementData ( thePlayer, "tempdata.originalnick", sPlayerNickname ) local Accountx = getElementData( thePlayer, "aAccount" ) end ) -- هنا ما ادري وين الخطاء
  16. ألكود حقك م زبط معي لآلآسف أذا تعرف واحد سهل ويكون يفتح الوحه ثانيه بدون زر أغلآق للوحه addEventHandler("onClientRender", root, function() local name = getPlayerName(localPlayer) local money = getPlayerMoney(localPlayer) local fps = getFPSLimit(player) local ping = getPlayerPing(localPlayer) local ipx = getElementData ( localPlayer , 'aIP' ) local serialx = getElementData ( localPlayer , 'aSerial' ) local Accountx = getElementData ( localPlayer , 'aAccount' ) local Team = getTeamName (getPlayerTeam (localPlayer)) or 'No Team' local skin = getElementModel(localPlayer) dxDrawRectangle(0, 740, 1366, 28, tocolor(0, 0, 0, 254), false) dxDrawRectangle(0, 0, 1366, 28, tocolor(0, 0, 0, 254), false) dxDrawText("Name : "..name, 10, 0, 202, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Money : "..money, 10, 740, 202, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("IP : "..ipx, 286, 0, 478, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Serial : "..serialx.."", 659, 0, 851, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Account Neam : "..Accountx, 960, 0, 1152, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("FPS : "..fps, 1252, -2, 1309, 29, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Ping : "..ping, 1309, -2, 1366, 29, tocolor(157, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Team : "..Team, 289, 740, 481, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Skin : "..skin, 683, 740, 875, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Players : "..#getElementsByType ('player'), 1020, 740, 1212, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) end ) GUIEditor = { button = {}, window = {}, label = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[2] = guiCreateStaticImage(0, 0, 1366, 768, "Random1.png", false) guiWindowSetSizable(GUIEditor.window[2], false) showCursor(guiGetVisible(GUIEditor.window[2])) Login = guiCreateWindow(442, 89, 484, 559, "[TXSAS]Login 0.1", false, GUIEditor.window[2]) guiSetAlpha(Login, 1.00) guiSetProperty(Login, "CaptionColour", "FF56A865") GUIEditor.button[5] = guiCreateStaticImage(43, 46, 397, 260, "TXSAS.png", false, Login) GUIEditor.button[6] = guiCreateButton(17, 437, 220, 50, "Login", false, Login) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF285A00") GUIEditor.button[7] = guiCreateButton(14, 497, 223, 50, "Rigester", false, Login) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF285A00") GUIEditor.button[8] = guiCreateButton(255, 497, 219, 50, "Quit :(", false, Login) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF5C0000") GUIEditor.button[9] = guiCreateButton(255, 437, 219, 50, "Hellp Password :(", false, Login) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF21283A") GUIEditor.edit[4] = guiCreateEdit(85, 328, 329, 34, "", false, Login) GUIEditor.edit[5] = guiCreateEdit(85, 381, 329, 34, "", false, Login) GUIEditor.label[4] = guiCreateLabel(92, 308, 308, 20, "Acounnct", false, Login) guiLabelSetColor(GUIEditor.label[4], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[4], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[4], "center") GUIEditor.label[5] = guiCreateLabel(96, 362, 308, 20, "Passwrd", false, Login) guiLabelSetColor(GUIEditor.label[5], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[5], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[5], "center") Register = guiCreateWindow(10, 167, 369, 471, "[TXSAS]Register 0.1", false) guiWindowSetSizable(Register, false) guiSetAlpha(Register, 1.00) guiSetProperty(Register, "CaptionColour", "FF56A865") GUIEditor.button[1] = guiCreateButton(10, 352, 142, 50, "Register", false, Register) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF1D5C01") GUIEditor.button[2] = guiCreateButton(217, 352, 142, 50, "Hellp", false, Register) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF21283A") GUIEditor.button[3] = guiCreateButton(10, 412, 350, 49, "Quit :(", false, Register) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF5C0000") GUIEditor.button[4] = guiCreateStaticImage(62, 29, 254, 170, "TXSAS.png", false, Register) GUIEditor.edit[1] = guiCreateEdit(72, 220, 244, 28, "", false, Register) GUIEditor.edit[2] = guiCreateEdit(72, 267, 244, 28, "", false, Register) GUIEditor.edit[3] = guiCreateEdit(72, 316, 244, 28, "", false, Register) GUIEditor.label[1] = guiCreateLabel(77, 199, 229, 21, "Acounnct", false, Register) guiLabelSetColor(GUIEditor.label[1], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[1], "center") GUIEditor.label[2] = guiCreateLabel(77, 246, 229, 21, "Password", false, Register) guiLabelSetColor(GUIEditor.label[2], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[2], "center") GUIEditor.label[3] = guiCreateLabel(72, 295, 229, 21, "RePassword", false, Register) guiLabelSetColor(GUIEditor.label[3], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[3], "center") Pass = guiCreateWindow(967, 130, 389, 469, "[TXSAS]Password 0.1", false) guiWindowSetSizable(Pass, false) guiSetAlpha(Pass, 1.00) guiSetProperty(Pass, "CaptionColour", "FF56A865") GUIEditor.button[10] = guiCreateButton(10, 413, 369, 46, "oK", false, Pass) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF285A00") GUIEditor.button[11] = guiCreateStaticImage(40, 35, 323, 197, "TXSAS.png", false, Pass) GUIEditor.edit[6] = guiCreateEdit(51, 257, 312, 32, "", false, Pass) GUIEditor.edit[7] = guiCreateEdit(51, 309, 312, 32, "", false, Pass) GUIEditor.edit[8] = guiCreateEdit(55, 361, 312, 32, "", false, Pass) GUIEditor.label[6] = guiCreateLabel(65, 233, 288, 24, "Acounnct", false, Pass) guiSetFont(GUIEditor.label[6], "default-bold-small") guiLabelSetColor(GUIEditor.label[6], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[6], "center") GUIEditor.label[7] = guiCreateLabel(61, 289, 296, 20, "Password", false, Pass) guiSetFont(GUIEditor.label[7], "default-bold-small") guiLabelSetColor(GUIEditor.label[7], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[7], "center") GUIEditor.label[8] = guiCreateLabel(61, 341, 296, 20, "RePassword", false, Pass) guiSetFont(GUIEditor.label[8], "default-bold-small") guiLabelSetColor(GUIEditor.label[8], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[8], "center") end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[6] then guiSetVisible(Login,false) showCursor(false) end end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[1] then guiSetVisible(Register,false) end end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[10] then guiSetVisible(Pass,false) end end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[6] then guiSetVisible(GUIEditor.window[2],false) end end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[6] then guiSetVisible(Register,false) end end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[6] then guiSetVisible(Pass,false) end end ) لآني سويت ألكود حطيت لهم زر أغلآق للوحه
  17. أبي يفتح ألوحه ألثانيه أضغط علي زر Register يطلع لي ألوحه ألثانيه ألي مسويها انا انا مسوي لوحه تسجيل أبي اول م يضغط علي زرتسجيل يطلع لوحه ألتسجيل
  18. أبي كود يتفح لوحه ابي أسوي لوحه تسجيل أبي أبدي كود كود لآن أفهم ألبرمجه زين يضغط علي Register تطلع له ألوحه حقت ألتسجيل
  19. طيب وين ألزر حق يطلع ألوحه ثانيه كل هذول حق لوحه مافي مكان زر يفتح الوحه ثانيه
  20. ولا واحد زبط معي وابي ألكود مافيه خاصيه تفتح الوحه بـ زر بـس أبي تفتح لوحه ثانيه
  21. بسم ألله ألرحمن ألرحيم ألسلآم عليكم ورحمه الله وبركاته حبيت أطلب مساعده منكم لان دورت الكود ولا لقيت addEventHandler("onClientRender", root, function() local name = getPlayerName(localPlayer) local money = getPlayerMoney(localPlayer) local fps = getFPSLimit() local ping = getPlayerPing(localPlayer) local ipx = getElementData ( localPlayer , 'aIP' ) local serialx = getElementData ( localPlayer , 'aSerial' ) local Accountx = getElementData ( localPlayer , 'aAccount' ) local Team = getTeamName (getPlayerTeam (localPlayer)) or 'No Team' local skin = getElementModel(localPlayer) dxDrawRectangle(0, 740, 1366, 28, tocolor(0, 0, 0, 254), false) dxDrawRectangle(0, 0, 1366, 28, tocolor(0, 0, 0, 254), false) dxDrawText("Name : "..name, 10, 0, 202, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Money : "..money, 10, 740, 202, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("IP : "..ipx, 286, 0, 478, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Serial : "..serialx.."", 659, 0, 851, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Account Neam : "..Accountx, 960, 0, 1152, 28, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("FPS : "..fps, 1252, -2, 1309, 29, tocolor(159, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Ping : "..ping, 1309, -2, 1366, 29, tocolor(157, 0, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Team : "..Team, 289, 740, 481, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Skin : "..skin, 683, 740, 875, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) dxDrawText("Players : "..#getElementsByType ('player'), 1020, 740, 1212, 768, tocolor(7, 158, 0, 254), 1.00, "default-bold", "left", "center", false, false, false, false, false) end ) GUIEditor = { button = {}, window = {}, label = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[2] = guiCreateStaticImage(0, 0, 1366, 768, "Random1.png", false) guiWindowSetSizable(GUIEditor.window[2], false) showCursor(guiGetVisible(GUIEditor.window[2])) GUIEditor.window[255] = guiCreateWindow(442, 89, 484, 559, "[TXSAS]Login 0.1", false, GUIEditor.window[2]) guiSetAlpha(GUIEditor.window[255], 1.00) guiSetProperty(GUIEditor.window[255], "CaptionColour", "FF56A865") GUIEditor.button[5] = guiCreateStaticImage(43, 46, 397, 260, "TXSAS.png", false, GUIEditor.window[255]) GUIEditor.button[6] = guiCreateButton(17, 437, 220, 50, "Login", false, GUIEditor.window[255]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF285A00") GUIEditor.button[7] = guiCreateButton(14, 497, 223, 50, "Rigester", false, GUIEditor.window[255]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF285A00") GUIEditor.button[8] = guiCreateButton(255, 497, 219, 50, "Quit :(", false, GUIEditor.window[255]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF5C0000") GUIEditor.button[9] = guiCreateButton(255, 437, 219, 50, "Hellp Password :(", false, GUIEditor.window[255]) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF21283A") GUIEditor.edit[4] = guiCreateEdit(85, 328, 329, 34, "", false, GUIEditor.window[255]) GUIEditor.edit[5] = guiCreateEdit(85, 381, 329, 34, "", false, GUIEditor.window[255]) GUIEditor.label[4] = guiCreateLabel(92, 308, 308, 20, "Acounnct", false, GUIEditor.window[255]) guiLabelSetColor(GUIEditor.label[4], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[4], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[4], "center") GUIEditor.label[5] = guiCreateLabel(96, 362, 308, 20, "Passwrd", false, GUIEditor.window[255]) guiLabelSetColor(GUIEditor.label[5], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[5], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[5], "center") GUIEditor.window[1] = guiCreateWindow(10, 167, 369, 471, "[TXSAS]Register 0.1", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF56A865") GUIEditor.button[1] = guiCreateButton(10, 352, 142, 50, "Register", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF1D5C01") GUIEditor.button[2] = guiCreateButton(217, 352, 142, 50, "Hellp", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF21283A") GUIEditor.button[3] = guiCreateButton(10, 412, 350, 49, "Quit :(", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF5C0000") GUIEditor.button[4] = guiCreateStaticImage(62, 29, 254, 170, "TXSAS.png", false, GUIEditor.window[1]) GUIEditor.edit[1] = guiCreateEdit(72, 220, 244, 28, "", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(72, 267, 244, 28, "", false, GUIEditor.window[1]) GUIEditor.edit[3] = guiCreateEdit(72, 316, 244, 28, "", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(77, 199, 229, 21, "Acounnct", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[1], "center") GUIEditor.label[2] = guiCreateLabel(77, 246, 229, 21, "Password", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[2], "center") GUIEditor.label[3] = guiCreateLabel(72, 295, 229, 21, "RePassword", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[3], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[3], "center") GUIEditor.window[3] = guiCreateWindow(967, 130, 389, 469, "[TXSAS]Password 0.1", false) guiWindowSetSizable(GUIEditor.window[3], false) guiSetAlpha(GUIEditor.window[3], 1.00) guiSetProperty(GUIEditor.window[3], "CaptionColour", "FF56A865") GUIEditor.button[10] = guiCreateButton(10, 413, 369, 46, "oK", false, GUIEditor.window[3]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF285A00") GUIEditor.button[11] = guiCreateStaticImage(40, 35, 323, 197, "TXSAS.png", false, GUIEditor.window[3]) GUIEditor.edit[6] = guiCreateEdit(51, 257, 312, 32, "", false, GUIEditor.window[3]) GUIEditor.edit[7] = guiCreateEdit(51, 309, 312, 32, "", false, GUIEditor.window[3]) GUIEditor.edit[8] = guiCreateEdit(55, 361, 312, 32, "", false, GUIEditor.window[3]) GUIEditor.label[6] = guiCreateLabel(65, 233, 288, 24, "Acounnct", false, GUIEditor.window[3]) guiSetFont(GUIEditor.label[6], "default-bold-small") guiLabelSetColor(GUIEditor.label[6], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[6], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[6], "center") GUIEditor.label[7] = guiCreateLabel(61, 289, 296, 20, "Password", false, GUIEditor.window[3]) guiSetFont(GUIEditor.label[7], "default-bold-small") guiLabelSetColor(GUIEditor.label[7], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[7], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[7], "center") GUIEditor.label[8] = guiCreateLabel(61, 341, 296, 20, "RePassword", false, GUIEditor.window[3]) guiSetFont(GUIEditor.label[8], "default-bold-small") guiLabelSetColor(GUIEditor.label[8], 29, 92, 1) guiLabelSetHorizontalAlign(GUIEditor.label[8], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[8], "center") end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[6] then guiSetVisible(GUIEditor.window[255],false) showCursor(false) end end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[1] then guiSetVisible(GUIEditor.window[1],false) end end ) addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[10] then guiSetVisible(GUIEditor.window[3],false) end end ) زي م شايفين ألاكواد ألي أبي أطلب كود يفتح لوحه لا لوحه ثانيه مهو يطلع زر أو أغلآق لوحه هذول سويتهم بـس م عرفت كيف أخلي يفتح لوحه لا الوحه الثانيه ألمهم ألله يحفظكم وتدوم عليكم ألصحه والعافيه وألله ينصر أخوننا ألعرب بـ كل مكان من كل ظالم وآمين كثيرهـ ألدعاء تقلل من ألسيئات ومع ألسلامه
  22. أسف أخوي ناصر . أعذرني ألمسامج كريم وأحذف ألدردشه وخل فقط ألتحديثات وفقط أسمع كثير أغراض مود البناء مثل طاوله ودرج غير السلم وبيوت احسن من ألاثنين وزرع عشان ألغام فخ ورموز يعني لنبات وعلامه جمجمه وكذا ألخ... يعني زينه حقت مقرات وخل يوجد أكثير من باب شكل ويكون مجسمات تقرب لالا أرضيه او الون الغابه او الزرع وشكرآ ونسيت سوو أرضي يقدر يبني يم ألبحر فوق البحر
  23. لآ في بق م يعرف مكانه بس يقول يعرفه مدري عنه يمدي يسده وثاني شي ترجمت كلامه من قوقل
  24. ابي افك واركب يكون احسن كلمني خاص . اسمع ادخل انت ألاجنبي مني فاهم عليه اقول اوك ولا ادري وش يقول
  25. شف ألريبورت حق سيرفر لآن فيه أخطاء شف الريبورت وتعرف
×
×
  • Create New...