Jump to content

X[مساعدة]X في مـود الـتـاب,,صورة


Recommended Posts

هــلا ?
كـيـف ألـحـال؟:x
,,,,,,,,,,,,,, ❤ ,,,,

عـدلت علي مود الـتـاب !
التعديل: اظهار صورة فوق التاب !

الاكواد شباب اعطوني ايها واشكرهم

الـكـود
Client

local screenWidth,screenHeight = guiGetScreenSize()  -- Get screen resolution.
function renderDisplay ( )
	local seconds = getTickCount() / 100
	local angle = math.sin(seconds) * 0
	-- This will draw the graphic file 'logo.png' at the top middle of the screen
	-- using the size of 100 pixels wide, and 240 pixels high.
	-- The center of rotation is at the top of the image.
	dxDrawImage ( screenWidth/2 - 50, 0, 100, 100, 'logo.png', angle, 0, -120 )
end
  function ddd(button, press)
    	if (press) == true and button == "tab" then 
    		addEventHandler('onClientRender',root,renderDisplay)
    	else
    		if (press) == false and button == 'tab' then
    			removeEventHandler('onClientRender',root,renderDisplay)
    		end
        end
    end
    addEventHandler("onClientKey", root, ddd)

الـنـتـجـيـة :-

ظهور الصورة ولكن اعلي شاشة!


do.php?img=499035

أنــا اريد الصورة تطلع لاصـقـة في التاب !
مثل هذة الصورة :--


do.php?img=499033



do.php?img=499034

ابي الصور تطلع في مكان الدائرة^^
انا غيرت الاحدثيات وخليت الصورة تطلع في نصف الشاشة!
ولكن اذا سيرفر صار بة 20 لاعيب!! راح يصير الـتـاب طـويـل و راح تظهر الصورة في النصف!
مساعدة,ابي اخليها لاصقة في التاب في مكان الدائرة وتتحرك اذا صار ناس كثيرة في سيرفر
شكــــرأً



 

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