Jump to content

طلب كود


Recommended Posts

4 minutes ago, Yossef1999 said:

سلام عليكم ,

ابغا طلبين فقط 

طلب فتح لوحة dx من اف 8

وطلب فتح لوحة dx ب اف 2 مثلا او 3 ,

مع مثال تكفون <3 لاني شوي لسه جديد ب البرمجه

جيب اكواد لوحتك

Link to comment
5 minutes ago, Yossef1999 said:

فاتح جوال حالياً

تقدر تكتبهم وانا بحاول اربطهم

-- مثال على لوحة
function opeen ()
	dxDrawRectangle(186, 125, 416, 325, tocolor(0, 0, 0, 195), false)
	dxDrawText("A7MEDENO | Test", 285, 176, 500, 218, tocolor(255, 255, 255, 255), 2.00, "default", "left", "top", false, false, true, false, false)
end
-------------
bindKey("F2", "down", -- تفتح من اف 2
	function()
		addEventHandler("onClientRender", root, opeen) -- فتح اللوحه
		showCursor(true) -- اظهار الماوس
	end
)

 

Link to comment
4 minutes ago, A7MEDENO said:

-- مثال على لوحة
function opeen ()
	dxDrawRectangle(186, 125, 416, 325, tocolor(0, 0, 0, 195), false)
	dxDrawText("A7MEDENO | Test", 285, 176, 500, 218, tocolor(255, 255, 255, 255), 2.00, "default", "left", "top", false, false, true, false, false)
end
-------------
bindKey("F2", "down", -- تفتح من اف 2
	function()
		addEventHandler("onClientRender", root, opeen) -- فتح اللوحه
		showCursor(true) -- اظهار الماوس
	end
)

 

مشكور أخـوي,

<3 ماقصرت

---

ممكن تجي خاص ابي اكلمك بشي

Link to comment
Stats = false
-- مثال على لوحة
function open ()
	dxDrawRectangle(186, 125, 416, 325, tocolor(0, 0, 0, 195), false)
	dxDrawText("A7MEDENO | Test", 285, 176, 500, 218, tocolor(255, 255, 255, 255), 2.00, "default", "left", "top", false, false, true, false, false)
end
-------------
bindKey('F2','down',
function ( )
if Stats == false then
addEventHandler('onClientRender',root,open)
Stats = true
showCursor(true)
else
removeEventHandler('onClientRender',root,open)
Stats = false 
showCursor(false)
end end )

 

4 hours ago, A7MEDENO said:

-- مثال على لوحة
function opeen ()
	dxDrawRectangle(186, 125, 416, 325, tocolor(0, 0, 0, 195), false)
	dxDrawText("A7MEDENO | Test", 285, 176, 500, 218, tocolor(255, 255, 255, 255), 2.00, "default", "left", "top", false, false, true, false, false)
end
-------------
bindKey("F2", "down", -- تفتح من اف 2
	function()
		addEventHandler("onClientRender", root, opeen) -- فتح اللوحه
		showCursor(true) -- اظهار الماوس
	end
)

 

 

4 hours ago, A7MEDENO said:

-- مثال على لوحة
function opeen ()
	dxDrawRectangle(186, 125, 416, 325, tocolor(0, 0, 0, 195), false)
	dxDrawText("A7MEDENO | Test", 285, 176, 500, 218, tocolor(255, 255, 255, 255), 2.00, "default", "left", "top", false, false, true, false, false)
end
-------------
bindKey("F2", "down", -- تفتح من اف 2
	function()
		addEventHandler("onClientRender", root, opeen) -- فتح اللوحه
		showCursor(true) -- اظهار الماوس
	end
)

 

طريقتك خطاء لان كذا ماراح يقدر يسكر اللوحة

Edited by yasin0
Link to comment
19 hours ago, yasin0 said:

Stats = false
-- مثال على لوحة
function open ()
	dxDrawRectangle(186, 125, 416, 325, tocolor(0, 0, 0, 195), false)
	dxDrawText("A7MEDENO | Test", 285, 176, 500, 218, tocolor(255, 255, 255, 255), 2.00, "default", "left", "top", false, false, true, false, false)
end
-------------
bindKey('F2','down',
function ( )
if Stats == false then
addEventHandler('onClientRender',root,open)
Stats = true
showCursor(true)
else
removeEventHandler('onClientRender',root,open)
Stats = false 
showCursor(false)
end end )

 

 

طريقتك خطاء لان كذا ماراح يقدر يسكر اللوحة

انا ما كنت اعرف هذي الطريقه

قلت بيسوي زر اغلاق ض

مشكور

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...