Jump to content

مساعده بكود


Recommended Posts

3 minutes ago, N3xT said:

addCommandHandler("tst",
	function(  )
		local i = 60
		timer = setTimer( function() 
			local countdown = i = i - 1
			setGameType( tostring ( countdown ) )
		end, 1000, 1 )
	end
)

 

ما اشتغل

3 minutes ago, N3xT said:

addCommandHandler("tst",
	function(  )
		local i = 60
		timer = setTimer( function() 
			local countdown = i = i - 1
			setGameType( tostring ( countdown ) )
		end, 1000, 1 )
	end
)

 

ما اشتغل

 

يب عدلت الكود بشوفه

Link to comment

 

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" )
        end

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" )
        end
 تقصد هيك ؟

 

10 minutes ago, +Source|> said:

مساعده ثانيه مغلش

 

لو مثلا سويت 

i = 600000

ابيه يجي برا

Hours : Minute : seconds

انت عم تحاول تصنع جيم مود تكتيك عارفك من اكوادك :grin:

  • Confused 1
Link to comment
1 minute ago, Mr_SnipeR<3 said:

 

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" )
        end


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" )
        end
 تقصد هيك ؟

 

انت عم تحاول تصنع جيم مود تكتيك عارفك من اكوادك :grin:

لا 

ابي اسوي رساله تجي برا

 

Link to comment
addCommandHandler("tst",
	function(commander)
		h,m,s = 2,60,60
		 timer = setTimer( function() 
	      local seconds = s = s - 1
           local hours = h
            if ( seconds < 1 ) then
            s = 60
             local minutes = m = m - 1
              end
               local minutes = m
                if ( minutes == 0 ) then
                 if ( hours ~= 0 ) then
                  m = 60
                 end
                end
                  if ( h == 0 and m == 0 and s == 0 ) then
                   setGameType( "إنتهى العد التنازلي #" )
                   return
                  timer = nil
                end
			setGameType(tostring(h)..":"..tostring(m)":"..tostring(s)":- العد التنازلي")
		end, 1000, 0 )
	end
)

 

ملاحظة , انا سويتها فوق ثلاث ساعات ,. يعني ساعتين و 60 دقيقة

Edited by AbU - W6N
Link to comment
20 minutes ago, SAM!! said:

AbU - W6N

عندك مشكلة بالسطر رقم #5

يب بس يمسح علامات الـ 

وتضبط معه

addCommandHandler("tst",
	function(commander)
		h,m,s = 2,60,60
		 timer = setTimer( function() 
	      local seconds = s - 1
           local hours = h
            if ( seconds < 1 ) then
            s = 60
             local minutes = m - 1
              end
               local minutes = m
                if ( minutes == 0 ) then
                 if ( hours ~= 0 ) then
                  m = 60
                 end
                end
                  if ( h == 0 and m == 0 and s == 0 ) then
                   setGameType( "إنتهى العد التنازلي #" )
                   return
                  timer = nil
                end
			setGameType(tostring(h)..":"..tostring(m)":"..tostring(s)":- العد التنازلي")
		end, 1000, 0 )
	end
)

*

  • Like 1
Link to comment
22 minutes ago, AbU - W6N said:

يب بس يمسح علامات الـ 

وتضبط معه


addCommandHandler("tst",
	function(commander)
		h,m,s = 2,60,60
		 timer = setTimer( function() 
	      local seconds = s - 1
           local hours = h
            if ( seconds < 1 ) then
            s = 60
             local minutes = m - 1
              end
               local minutes = m
                if ( minutes == 0 ) then
                 if ( hours ~= 0 ) then
                  m = 60
                 end
                end
                  if ( h == 0 and m == 0 and s == 0 ) then
                   setGameType( "إنتهى العد التنازلي #" )
                   return
                  timer = nil
                end
			setGameType(tostring(h)..":"..tostring(m)":"..tostring(s)":- العد التنازلي")
		end, 1000, 0 )
	end
)

*

ما اشتغل

 

Link to comment
1 minute ago, SAM!! said:

الديبق يبي قوي لانهاء if 

في السطر 17

قوي ؟ , مافي مشكلة بالكود ومافي شي بالدي بق المشكله منه .

+
 

addCommandHandler("tst",
	function(commander)
		h,m,s = 2,60,60
		 timer = setTimer( function() 
	      local seconds = s - 1
           local hours = h
            if ( seconds < 1 ) then
            s = 60
             m = m - 1
              end
               local minutes = m
                if ( minutes == 0 ) then
                 if ( hours ~= 0 ) then
                  m = 60
                 end
                end
                  if ( h == 0 and m == 0 and s == 0 ) then
                   setGameType( "إنتهى العد التنازلي #" )
                   return
                  timer = nil
                end
			setGameType(tostring(h)..":"..tostring(m)":"..tostring(s)":- العد التنازلي")
		end, 1000, 0 )
	end
)

Edit,

Link to comment
Just now, +Source|> 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...