Jump to content

[Help] مساعدة في كود .


Recommended Posts


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
)

-- هنا ما ادري وين الخطاء

 

Link to comment
2 hours ago, x[B-B]'#Mr:SrOrE',<3 said:

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

 

في ملف السيرفر كل شئ غلط

بتحاول تجيب قيمة من معرفات غير موجودة

Link to comment
7 hours ago, MrKAREEM said:

في ملف السيرفر كل شئ غلط

بتحاول تجيب قيمة من معرفات غير موجودة

نسخت الكود الي في الويكي وحولت اعدل فيه بس ما زبط

Link to comment

غير السيرفر بدا

23 hours ago, x[B-B]'#Mr:SrOrE',<3 said:

نسخت الكود الي في الويكي وحولت اعدل فيه بس ما زبط

طيب فهمني انت عاوز تعمل ايه بالظبط

+ انا شايف انك بتحاول تجيب ايليمنت داتا من اكونت دا شئ غلط لازم تجيبه من اللاعب

اضافة صغيرة الكوماند في السيرفر لازم تعرف السورس في الاقواس في الفنكشن

وبعدين فيه قيمة غريبة اسمها sPlayerNickname

مش عارف ايه دي مش موجودة اصلا في اكواد السيرفر

لو فيه لسة اكواد في السيرفر اعرضها كلها هنا

لو فيه شئ معين بتحاول تعمله فهمني ايه هو وهساعدك

Link to comment

 

1 hour ago, MrKAREEM said:

غير السيرفر بدا

طيب فهمني انت عاوز تعمل ايه بالظبط

+ انا شايف انك بتحاول تجيب ايليمنت داتا من اكونت دا شئ غلط لازم تجيبه من اللاعب

اضافة صغيرة الكوماند في السيرفر لازم تعرف السورس في الاقواس في الفنكشن

وبعدين فيه قيمة غريبة اسمها sPlayerNickname

مش عارف ايه دي مش موجودة اصلا في اكواد السيرفر

لو فيه لسة اكواد في السيرفر اعرضها كلها هنا

لو فيه شئ معين بتحاول تعمله فهمني ايه هو وهساعدك

ألفكرة : عن معلومات ألعاب , المشكلة لقيت الاكواد بس سيرفر معرف غير استخدمها بـ كلينت , 

 

سيريال , حساب , الوقت , أسم سكن =-

أتمناء وضحت ابي تساعدني كيف اخلي تتصل الاكواد من سيرفر لـ كلينت ,

 

وبـ النسبة داتا اشوف الكثير يستخدمة بـ المودات ( ألبرمجة ) اتماء وضحت هاذي بعد

 

أبي كود مثل الي بـ لوحت تسجيل سيرفر , التسجيل والدخول كلها بـ سيرفر 
بس ألوحه بـ كلنت , يعني كيف اخلي يستقبل الآمر من سيرفر لا كلنت أو ألعكس .

Edited by x[B-B]'#Mr:SrOrE',<3
Link to comment
-- Server 

addEventHandler ( "onResourceStart" , resourceRoot , function ( )
for k,v in ipairs ( getElementsByType ( "player" ) ) do 
setElementData ( v , "info:player" , { isGuestAccount ( getPlayerAccount ( v ) ) and "guest" or getAccountName(getPlayerAccount(v)), getPlayerSerial ( v ) } ) 
end
end ) 

addEventHandler ( "onPlayerLogin" , root , function ( _ , Account ) 
setElementData ( source , "info:player" , { getAccountName ( Account ) , getPlayerSerial ( source ) } ) 
end )

function resetData ( )
setElementData ( source , "info:player" , { 'guest' , getPlayerSerial ( source ) } ) 
end
addEventHandler("onPlayerLogout",root,resetData)
addEventHandler("onPlayerJoin",root,resetData)

------------- Client

addEventHandler ( "onClientRender" , root , function ( )
local Account,Serial = unpack ( getElementData ( localPlayer , "info:player" ) ) 
if ( Account and Serial ) then 
dxDrawText ( Account.." - "..Serial , 100 , 100 , 200 , 200 )
end
end )

هذا مثال وانت طبق ع حسب الي تبي تسويه

Link to comment
33 minutes ago, -Ilker. said:

-- Server addEventHandler ( "onResourceStart" , resourceRoot , function ( )for k,v in ipairs ( getElementsByType ( "player" ) ) do setElementData ( v , "info:player" , { isGuestAccount ( getPlayerAccount ( v ) ) and "guest" or getAccountName(getPlayerAccount(v)), getPlayerSerial ( v ) } ) endend ) addEventHandler ( "onPlayerLogin" , root , function ( _ , Account ) setElementData ( source , "info:player" , { getAccountName ( Account ) , getPlayerSerial ( source ) } ) end )function resetData ( )setElementData ( source , "info:player" , { 'guest' , getPlayerSerial ( source ) } ) endaddEventHandler("onPlayerLogout",root,resetData)addEventHandler("onPlayerJoin",root,resetData)------------- ClientaddEventHandler ( "onClientRender" , root , function ( )local Account,Serial = unpack ( getElementData ( localPlayer , "info:player" ) ) if ( Account and Serial ) then dxDrawText ( Account.." - "..Serial , 100 , 100 , 200 , 200 )endend )

هذا مثال وانت طبق ع حسب الي تبي تسويه

يب الاخ ايكير وضحها وهتحتاج تقرا عن دول ايضا

4 hours ago, x[B-B]'#Mr:SrOrE',<3 said:

 

ألفكرة : عن معلومات ألعاب , المشكلة لقيت الاكواد بس سيرفر معرف غير استخدمها بـ كلينت , 

 

سيريال , حساب , الوقت , أسم سكن =-

أتمناء وضحت ابي تساعدني كيف اخلي تتصل الاكواد من سيرفر لـ كلينت ,

 

وبـ النسبة داتا اشوف الكثير يستخدمة بـ المودات ( ألبرمجة ) اتماء وضحت هاذي بعد

 

أبي كود مثل الي بـ لوحت تسجيل سيرفر , التسجيل والدخول كلها بـ سيرفر 
بس ألوحه بـ كلنت , يعني كيف اخلي يستقبل الآمر من سيرفر لا كلنت أو ألعكس .

من اللي انا فهمته انك عاوز تجيب معلومات اللاعب من سيرفر وتوديها لكلينت بعطيك مثال

المعلومات اللي انت طالبها

GetPlayerSerial تجيب سيريال اللاعب

GetAccountName تجيب اسم الاكونت من بعد متجيب الاكونت

GetPlayerAccount دي اللي بتجيب الاكونت

IsGuestAccount يتاكد اذا كان زائر ام لا

GetRealTime تجيب الوقت الحقيقي حسب بلد اللاعب

GetSkinNameFromID بالنسبة لاسم السكن فاستخدم وظيفتي لسة عاملها من كام يوم

TriggerServerEvent يودي المعلومات او يبعت شئ من سيرفر لكلينت

TriggerClientEvent يودي المعلومات من الكلينت للسيرفر

TriggerEvent يودي معلومات من ايفينت لآخر في نفس الملف حيث اذا كان سيرفر فيودي معلومات لايفينت اخر في سيرفر والعكس مع الكلينت

هتلاقي امثلة في كل حاجة من دول حاول واحنا نصحح محاولتك

 

Edited by MrKAREEM
  • Like 1
Link to comment
59 minutes ago, MrKAREEM said:

يب الاخ ايكير وضحها وهتحتاج تقرا عن دول ايضا

من اللي انا فهمته انك عاوز تجيب معلومات اللاعب من سيرفر وتوديها لكلينت بعطيك مثال

المعلومات اللي انت طالبها

GetPlayerSerial تجيب سيريال اللاعب

GetAccountName تجيب اسم الاكونت من بعد متجيب الاكونت

GetPlayerAccount دي اللي بتجيب الاكونت

IsGuestAccount يتاكد اذا كان زائر ام لا

GetRealTime تجيب الوقت الحقيقي حسب بلد اللاعب

GetSkinNameFromID بالنسبة لاسم السكن فاستخدم وظيفتي لسة عاملها من كام يوم

TriggerServerEvent يودي المعلومات او يبعت شئ من سيرفر لكلينت

TriggerClientEvent يودي المعلومات من الكلينت للسيرفر

TriggerEvent يودي معلومات من ايفينت لآخر في نفس الملف حيث اذا كان سيرفر فيودي معلومات لايفينت اخر في سيرفر والعكس مع الكلينت

هتلاقي امثلة في كل حاجة من دول حاول واحنا نصحح محاولتك

 

مشكور افدتني بـ الحيل وساعدتني

1 hour ago, -Ilker. said:

-- Server 

addEventHandler ( "onResourceStart" , resourceRoot , function ( )
for k,v in ipairs ( getElementsByType ( "player" ) ) do 
setElementData ( v , "info:player" , { isGuestAccount ( getPlayerAccount ( v ) ) and "guest" or getAccountName(getPlayerAccount(v)), getPlayerSerial ( v ) } ) 
end
end ) 

addEventHandler ( "onPlayerLogin" , root , function ( _ , Account ) 
setElementData ( source , "info:player" , { getAccountName ( Account ) , getPlayerSerial ( source ) } ) 
end )

function resetData ( )
setElementData ( source , "info:player" , { 'guest' , getPlayerSerial ( source ) } ) 
end
addEventHandler("onPlayerLogout",root,resetData)
addEventHandler("onPlayerJoin",root,resetData)

------------- Client

addEventHandler ( "onClientRender" , root , function ( )
local Account,Serial = unpack ( getElementData ( localPlayer , "info:player" ) ) 
if ( Account and Serial ) then 
dxDrawText ( Account.." - "..Serial , 100 , 100 , 200 , 200 )
end
end )

هذا مثال وانت طبق ع حسب الي تبي تسويه

وشكراُ لك بعد 

  • Like 1
Link to comment

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)

بس اعتبرو باقي جلب ألحساب الباقي انشاء الله اقدر عليه

Edited by x[B-B]'#Mr:SrOrE',<3
Link to comment

للاسف باقي لي ثلاث أشياء أسم ألسكن , والي عطاني كود غلط في الموقع 

4 hours ago, x[B-B]'#Mr:SrOrE',<3 said:

ما يزبط

 

وباقي اي بي لاعب + اسم حسابة لا سجل العب بـ سيرفر الباقي اشوف خلصت منه

 


-- تـم صنع ألمود من قبل  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)

أنا للحين في اي شي ترساله راح اشيك عليه على طول اتمناء تساعدني 

اول مرهه اصمل زي كذا 

وابي شرح للـ كود 

 

4 hours ago, x[B-B]'#Mr:SrOrE',<3 said:

 

4 hours ago, x[B-B]'#Mr:SrOrE',<3 said:

 

4 hours ago, x[B-B]'#Mr:SrOrE',<3 said:

TriggerEvent

Help Me :( ?

نسيت GetFPSLimt < > يطلع ألحد ألادنى للفبس 

وابي الفبس االآعب مهو ألحد الادني

Link to comment
2 hours ago, #\_oskar_/# said:

موضوع تاني ليه ؟

اصبر يمكن مفيش حد فاضي

ياخي شف مواصل وكل شوي اشيك على الموقع

 

ولا احد يرد فـ اتمناء تساعدني

Link to comment

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

 

اتمناء طرح ألكود مع التوظيح ما ابي تطرح الكود جاهز اهم شي عندي الشرح عشان استفيد

Link to comment
	addCommandHandler("getAccount", function (plr)-- adding command handler

    local acc = getPlayerAccount(plr) -- getting player account
    if not isGuestAccount(acc) then -- if user logged on
		local Accountx = getAccountData( aAccount, "aAccount" ) -- if data stored as account data
      	-- local Accountx = getElementData(plr,'aAccount') -- if data was stored as element data remove -- to enable it
		setElementData ( plr, "tempdata.originalnick", getPlayerName(plr) ) -- i don't get what you want right now
      
      else -- if it wasn't logged in
		setElementData ( plr, "tempdata.originalnick", 'Guest Account' )      
      end
end
)

 

Link to comment
6 hours ago, Master_MTA said:

	addCommandHandler("getAccount", function (plr)-- adding command handler    local acc = getPlayerAccount(plr) -- getting player account    if not isGuestAccount(acc) then -- if user logged on		local Accountx = getAccountData( aAccount, "aAccount" ) -- if data stored as account data      	-- local Accountx = getElementData(plr,'aAccount') -- if data was stored as element data remove -- to enable it		setElementData ( plr, "tempdata.originalnick", getPlayerName(plr) ) -- i don't get what you want right now            else -- if it wasn't logged in		setElementData ( plr, "tempdata.originalnick", 'Guest Account' )            endend)

 

مونستر ي حبيبي 

 

11 hours ago, xNKM51 said:

triggerServerEvent

 

11 hours ago, xNKM51 said:

getPlayerIP

 

 

مشكلتي بـ هذول الكود خاصة الاول لا فهمت له اشوف راح يسهل علي الباقي

Link to comment

SERVER

function ON_RENDER_BEGIN()
	local ACC = getPlayerAccount(source);
	if ACC and not isGuestAccount(ACC) then
		local acc_name = getAccountName(ACC);
		local ip = getPlayerIP(source);
		local serial = getPlayerSerial(source);
		local data = {};
		data.acc_name = acc_name;
		data.ip = ip;
		data.serial = serial;
		triggerClientEvent(source,"ON_RECIEVE_DATA",source,data);
		data = nil;
		return true;
	else
		return false;
	end
end
addEvent("ON_RENDER_BEGIN",true);
addEventHandler("ON_RENDER_BEGIN",root,ON_RENDER_BEGIN);

  

CLIENT

local ACCOUNT_NAME = "N/A";
local IP = "N/A";
local SERIAL = "N/A";

function DRAW_UI()	
	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)
	
	
	triggerServerEvent("ON_RENDER_BEGIN",localPlayer);
	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_NAME, 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)
	
	
	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
end
addEventHandler("onClientRender" , root, DRAW_UI)

function ON_RECIEVE_DATA(data)
	if data then
		ACCOUNT_NAME = data.acc_name;
		IP = data.ip;
		SERIAL = data.serial;
		return true;
	end
	return false;
end
addEvent("ON_RECIEVE_DATA",true);
addEventHandler("ON_RECIEVE_DATA",root,ON_RECIEVE_DATA);
Edited by VenomNX
Link to comment
45 minutes ago, VenomNX said:

SERVER


function ON_RENDER_BEGIN()	local ACC = getPlayerAccount(source);	if ACC and not isGuestAccount(ACC) then		local acc_name = getAccountName(ACC);		local ip = getPlayerIP(source);		local serial = getPlayerSerial(source);		local data = {};		data.acc_name = acc_name;		data.ip = ip;		data.serial = serial;		triggerClientEvent(source,"ON_RECIEVE_DATA",source,data);		data = nil;		return true;	else		return false;	endendaddEvent("ON_RENDER_BEGIN",true);addEventHandler("ON_RENDER_BEGIN",root,ON_RENDER_BEGIN);

  

CLIENT


local ACCOUNT_NAME = "N/A";local IP = "N/A";local SERIAL = "N/A";function DRAW_UI()		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)			triggerServerEvent("ON_RENDER_BEGIN",localPlayer);	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_NAME, 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)			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)    endendaddEventHandler("onClientRender" , root, DRAW_UI)function ON_RECIEVE_DATA(data)	if data then		ACCOUNT_NAME = data.acc_name;		IP = data.ip;		SERIAL = data.serial;		return true;	end	return false;endaddEvent("ON_RECIEVE_DATA",true);addEventHandler("ON_RECIEVE_DATA",root,ON_RECIEVE_DATA);
triggerServerEvent("ON_RENDER_BEGIN",localPlayer);

خطأ استخدام التريقر بداخل رندر

Link to comment

هو مش خطا هو يضبط لكن على حسب المبرمج والشي اللي يريحه

اذا يريحك التايمر نسوي لك واحد ابشر

CLIENT SIDE :

local ACCOUNT_NAME = "N/A";
local IP = "N/A";
local SERIAL = "N/A";
function DRAW_UI()	
	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_NAME, 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)
	
	
	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
end
addEventHandler("onClientRender" , root, DRAW_UI)

Timer = setTimer(triggerServerEvent,5000,0,"ON_RENDER_BEGIN",localPlayer);

function ON_RECIEVE_DATA(data)
	if data then
		ACCOUNT_NAME = data.acc_name;
		IP = data.ip;
		SERIAL = data.serial;
		return true;
	end
	return false;
end
addEvent("ON_RECIEVE_DATA",true);
addEventHandler("ON_RECIEVE_DATA",root,ON_RECIEVE_DATA);

 

Link to comment
On 13/06/2020 at 20:49, VenomNX said:

هو مش خطا هو يضبط لكن على حسب المبرمج والشي اللي يريحه

اذا يريحك التايمر نسوي لك واحد ابشر

CLIENT SIDE :


local ACCOUNT_NAME = "N/A";local IP = "N/A";local SERIAL = "N/A";function DRAW_UI()		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_NAME, 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)			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)    endendaddEventHandler("onClientRender" , root, DRAW_UI)Timer = setTimer(triggerServerEvent,5000,0,"ON_RENDER_BEGIN",localPlayer);function ON_RECIEVE_DATA(data)	if data then		ACCOUNT_NAME = data.acc_name;		IP = data.ip;		SERIAL = data.serial;		return true;	end	return false;endaddEvent("ON_RECIEVE_DATA",true);addEventHandler("ON_RECIEVE_DATA",root,ON_RECIEVE_DATA);

 

اذا انه شغال هذا لا يدل على انه صحيح، فيه فنكشنات من الخطأ استخدامها داخل تايمر متكرر والرندر خصوصاً

معلومات زي كذا المفروض ترسل التريقر عند فتح اللوحة كمثال لا اكثر ولا اقل، وكذا تكون وفرت من استهلاك معالج السيرفر وغيره من الامور الاخرى

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...