Jump to content

x[ مساعدة ]x scoreboard طلب في فانكشن


Recommended Posts

هــلا ?
كـيـف ألـحـال؟
:x
,,,,,,,,,,,,,, ❤ ,,,,
scoreboard اريد اسوي اضافة الي مود

 

انا شوفت هذا مـود التاب scoreboard
في فيديو استعراض ! ف
-هذا هو :-

5ccpnr2ndyp3.jpg

في الصور ^ صورة بـنـت وكلمة بالخط الاحمر !
اريد كود هذا الاضافة حتي اضيفها علي مود التاب الاصلي!

انا عندي الصورة جاهزةاريد الكود /الوظيفة التي تجعل الصور تظهر!
شكــراً

Link to comment
4 minutes ago, Default said:

هاذا مو معدلينه

مسوينه من الصفر

أي,,أعـرف
انا فقط اريد الكود الذي يطلع الشعار*(صورة البنت والكلمة)* اريد الكود حتي اضيف الكود علي مود التاب الاصلي الخاص بالعبة

Link to comment
On ١٥‏/١‏/٢٠١٧ at 6:42 PM, iPrestege said:

dxDrawImage

 

هــلو .... أخـي
جـرب الكود
ضفت الكود بملف الـClient
وضفت الصور بملف المـيـتـا !
! النـتـجـيـة
اول من شغلت المود
الصورة طلعت هكذا !
 

1484655528141.png


1484655528652.png

Link to comment
12 minutes ago, Default said:

ضيفها مع التاب 

ثم سوي يوم الاعب يفتح التاب تطلع له الصوره ويوم يقفله تروح الصوره

أي حـبـي اكيد ضيفتها مع مود الـتـاب!
بس ماسويت مع الفتح والاغلاق!
اعطني الكود/طريقة
الي من يفتح تطلع ومن يغلق يروح!

 

Link to comment
1 minute ago, Me[Z]oO said:

هات كود رسم الصورة ذذ

local screenWidth,screenHeight = guiGetScreenSize()  -- Get screen resolution.
function renderDisplay ( )
    local seconds = getTickCount() / 1000
    local angle = math.sin(seconds) * 80
    -- 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, 240, 'logo.png', angle, 0, -120 )
end
function HandleTheRendering ( )
    addEventHandler("onClientRender", root, renderDisplay)  -- Keep everything visible with onClientRender.
end
addEventHandler("onClientResourceStart",resourceRoot, HandleTheRendering)

1 minute ago, Me[Z]oO said:

هات كود رسم الصورة ذذ


تفضل
 

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, 240, 'logo.png', angle, 0, -120 )
end
function HandleTheRendering ( )
	addEventHandler("onClientRender", root, renderDisplay)  -- Keep everything visible with onClientRender.
end
addEventHandler("onClientResourceStart",resourceRoot, HandleTheRendering)

 

Link to comment
43 minutes ago, Me[Z]oO said:

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)

جرب 

جاري التجربة

Edited by 5yaLe
Link to comment

هـلا :D

الـنـتـجـيـة
Tab ادوس

تطلع الصورة ولكن تطلع في اعلي الشاشة *فوق جداً* صورة توضحية:

z80gast5r1v1.png


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


5ccpnr2ndyp3.jpg

أنـا اريد الصورة تكون لاصفة في التاب في النصف
43k4tpbl2v47.png
شوفو هذة الصورة^^ عدلت عليها وحطيت دائرة لونها اخضر
اريد الصورة تظهر بهذا المكان!
واذا بالسيرفر 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...