Jump to content

Recommended Posts

السلام عليكم ورحمه الله وبركاتة

انا ابي سكريبت بسيط جدا يكون عبارة عن تايمر ظاهر في اعلي الشاشه فوق ولما ينتهي يبدا شي معين مش مهم الشي دا المهم كيفيه عمل التايمر وكيفيه عمل شي بعد ما يخلص 

وشكرا :)
 

Edited by w.T|{K}iller_PrO
Link to comment
35 minutes ago, w.T|{K}iller_PrO said:

اخي ممكن تسوي سكريبت بسيط هفهمك اكتر

 

setTimer( function()
      outputChatBox( "Welcome" )
end, 5000, 0 )

يبعت رساله بشات كل 5 ثواني

Edited by +Source|>
Link to comment
10 hours ago, +Source|> said:

setTimer( function()
      outputChatBox( "Welcome" )
end, 5000, 0 )

يبعت رساله بشات كل 5 ثواني

غلط كودك
هو يبي تايمر يجي مرة وحده فوق الشاشة يعني 
DX
+
يبي يجي التايمر
يعني
 

getTimerDetails

 

ومايبيها أوتبوت شات بوكس

 

يصاحب الموضوع سويها دي إكس واستخدم هذي الاكواد
 

"onClientRender"
setTimer
getTimerDetails

 

  • Like 1
  • Thanks 1
Link to comment
4 hours ago, AbU - W6N said:

غلط كودك
هو يبي تايمر يجي مرة وحده فوق الشاشة يعني 
DX
+
يبي يجي التايمر
يعني
 


getTimerDetails

 

ومايبيها أوتبوت شات بوكس

 

يصاحب الموضوع سويها دي إكس واستخدم هذي الاكواد
 


"onClientRender"
setTimer
getTimerDetails

 

Error ..

  • Haha 1
Link to comment

ملاحظة بسيطة: الكود يحول الميلي سكند الى سكند, يعني مايجيب لك دقائق

اذا تبيه بالدقائق عدل على الكود وتحقق من قيمة التايمر اذا كانت اكبر او اصغر وسوي العملية الحسابية الخاصية بالتحويل

local screenWidth, screenHeight = guiGetScreenSize ( ) 

myTimer = setTimer ( function()
	outputChatBox ( "5 second delay text!" )
end, 5000, 1 )

addEventHandler ( "onClientRender", root, 
	function ( )
		if ( isTimer ( myTimer ) ) then
			local milliseconds = getTimerDetails ( myTimer )
			dxDrawText ( milliseconds / 1000, 44, screenHeight - 43, screenWidth, screenHeight, tocolor ( 255, 255, 255, 255 ), 1, 2, "pricedown" )
		else
			dxDrawText ( "There's no timer", 44, screenHeight - 43, screenWidth, screenHeight, tocolor ( 255, 255, 255, 255 ), 1, 2, "pricedown" )
			-- كذا خلص التايمر
		end
	end
)

 

  • Thanks 1
Link to comment
39 minutes ago, N3xT said:

.تسلم يدك ظبط شكرا ليك

:):):) 

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