Jump to content

مشكلة في كود << ادخل شوف >>


Recommended Posts

شو مشكلة الكود هنا المفروض شريط دي اكس يظهر لكل الناس

مش يختفي

addEventHandler("onClientRender", root,
    function()
		local level = getElementData(localPlayer, "level") or 1
		local xp = getElementData(localPlayer, "xp") or 0
		if level and xp then
			local precentage = (xp/level*100)*100
			if precentage >= 100 then precentage = 0 end
			local bar = precentage*2.75
			dxDrawRectangle(50, 820, 209, 19, tocolor(90, 99, 100, 20), false)
			dxDrawText("    Level :  "..level.."   - xP :  "..xp.."  /  "..(level*300), 50, 820, 259, 837, tocolor(255, 255, 255, 255), 1.00, "default", "left", "top", false, false, false, false, false)
		end
	end

function convertToAllScreens(50, 820, 209, 19, 1152, 864)
	if tonumber(50) and tonumber(820) and tonumber(209) and tonumber(19) and tonumber(1152) and tonumber(864) then
		local screenW, screenH = guiGetScreenSize()
		local 50, 820, 209, 19 = (x/1152)*screenW, (y/864)*screenH, (w/1152)*screenW, (h/864)*screenH
		return 50, 820, 209, 19
	end
	return false
end

 

Link to comment

يا ولد شو قصتك انت ؟

كل يوم تسوي مليون موضوع 

انا الصراحة زهقت منك

و الغريب انك ما تستفيد شي او تفهم حاجه

سبحان الله

~~~~

اصلا موضوع اللفل ذا مكرره 4 مرات

______

 

______

 

 

Edited by #Sn[i]pêŘ
  • Haha 1
Link to comment
9 hours ago, Mr.Mostafa said:

كل مواضيعك

ادخل شوف

مشكلة

مشكلة سريع ادخل وشوف

مدري وش

حاول تهتم بعنوان الموضوع .. زي الموضوع المثبت

بالتوفيق

بغض النظر عن الموضوع

ذا انسان ..., يبي كل شي يجيه جاهز

مايبي يتعلم

18 hours ago, Mr.BLack said:

استغر الله انا ما ابي المواضيع ال فاتت وابي موضوع ده شو غلط انا -_- 

استغفر الله *

  • Haha 3
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...