Jump to content

xNKM51

Members
  • Posts

    150
  • Joined

  • Last visited

About xNKM51

  • Birthday 20/05/1930

Details

  • Gang
    -
  • Location
    -
  • Occupation
    -
  • Interests
    MTA SA

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

xNKM51's Achievements

Busta

Busta (15/54)

8

Reputation

  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 ) -- هنا ما ادري وين الخطاء
×
×
  • Create New...