Man of surprises Posted June 23, 2018 Share Posted June 23, 2018 (edited) السلام عليكم ورحمه الله وبركاتةانا ابي سكريبت بسيط جدا يكون عبارة عن تايمر ظاهر في اعلي الشاشه فوق ولما ينتهي يبدا شي معين مش مهم الشي دا المهم كيفيه عمل التايمر وكيفيه عمل شي بعد ما يخلص وشكرا Edited June 23, 2018 by w.T|{K}iller_PrO Link to comment
Man of surprises Posted June 23, 2018 Author Share Posted June 23, 2018 اخي ممكن تسوي سكريبت بسيط هفهمك اكتر Link to comment
+Source|> Posted June 23, 2018 Share Posted June 23, 2018 (edited) 35 minutes ago, w.T|{K}iller_PrO said: اخي ممكن تسوي سكريبت بسيط هفهمك اكتر setTimer( function() outputChatBox( "Welcome" ) end, 5000, 0 ) يبعت رساله بشات كل 5 ثواني Edited June 23, 2018 by +Source|> Link to comment
Man of surprises Posted June 23, 2018 Author Share Posted June 23, 2018 اخي افهمني ابي عداد او تايمر يظهر في اعلي الشاشه ويكون ظاهر ويعد تنازلي Link to comment
Man of surprises Posted June 24, 2018 Author Share Posted June 24, 2018 ارجو الرد الله يوفقك Link to comment
N3xT Posted June 24, 2018 Share Posted June 24, 2018 هذا المنتدى ليس لطلب السكربتات, حاول تسويه ونساعدك Link to comment
Man of surprises Posted June 24, 2018 Author Share Posted June 24, 2018 (edited) بس دا مش سكريبت ضخم ومش صعب دي حاجه بسيطه بس انا لسا مش محترف + دا يعتبر مثال بسيط مش سكريبت Edited June 24, 2018 by w.T|{K}iller_PrO 1 Link to comment
^iiEcoo'x_) Posted June 24, 2018 Share Posted June 24, 2018 i'm send code in privet . Link to comment
TOUNSI |, السعأدة Posted June 24, 2018 Share Posted June 24, 2018 1 hour ago, #_iMr,[E]coo said: i'm send code in privet . يقصد رسالة ف شاشة يعني Dx صراحه ماني فاهم ياصاحب الموضوع هات صورة مثال Link to comment
Ram, Posted June 24, 2018 Share Posted June 24, 2018 10 hours ago, +Source|> said: setTimer( function() outputChatBox( "Welcome" ) end, 5000, 0 ) يبعت رساله بشات كل 5 ثواني غلط كودك هو يبي تايمر يجي مرة وحده فوق الشاشة يعني DX + يبي يجي التايمر يعني getTimerDetails ومايبيها أوتبوت شات بوكس يصاحب الموضوع سويها دي إكس واستخدم هذي الاكواد "onClientRender" setTimer getTimerDetails 1 1 Link to comment
^iiEcoo'x_) Posted June 24, 2018 Share Posted June 24, 2018 4 hours ago, AbU - W6N said: غلط كودك هو يبي تايمر يجي مرة وحده فوق الشاشة يعني DX + يبي يجي التايمر يعني getTimerDetails ومايبيها أوتبوت شات بوكس يصاحب الموضوع سويها دي إكس واستخدم هذي الاكواد "onClientRender" setTimer getTimerDetails Error .. 1 Link to comment
+Source|> Posted June 24, 2018 Share Posted June 24, 2018 2 hours ago, #_iMr,[E]coo said: Error .. Error ? You Can Help Him ! 1 Link to comment
Mr.Mostafa Posted June 24, 2018 Share Posted June 24, 2018 يا شباب هو يبي يسوي مثل سرفر وناسة تايم عبارة عن تايمر فوق علي اليمين لما يخلص التايمر يشغل مهمة الديربي مثلا .... Link to comment
^iiEcoo'x_) Posted June 24, 2018 Share Posted June 24, 2018 30 minutes ago, +Source|> said: Error ? You Can Help Him ! طريقته بدها حسابات و عجقة إلخ , يستخدم القيم .. 1 Link to comment
N3xT Posted June 24, 2018 Share Posted June 24, 2018 ملاحظة بسيطة: الكود يحول الميلي سكند الى سكند, يعني مايجيب لك دقائق اذا تبيه بالدقائق عدل على الكود وتحقق من قيمة التايمر اذا كانت اكبر او اصغر وسوي العملية الحسابية الخاصية بالتحويل 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 ) 1 Link to comment
Man of surprises Posted June 24, 2018 Author Share Posted June 24, 2018 39 minutes ago, N3xT said: 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 ) .تسلم يدك ظبط شكرا ليك Link to comment
Ram, Posted June 25, 2018 Share Posted June 25, 2018 On ٢٤/٦/٢٠١٨ at 20:03, +Source|> said: Error ? You Can Help Him ! قصف أرض جو بعدين Error = خطأ تقني ياهبل لازم تكتب Wrong 1 Link to comment
+Source|> Posted June 25, 2018 Share Posted June 25, 2018 2 hours ago, AbU - W6N said: قصف أرض جو بعدين Error = خطأ تقني ياهبل لازم تكتب Wrong انا داري انا استغربت منه Link to comment
^iiEcoo'x_) Posted June 26, 2018 Share Posted June 26, 2018 12 hours ago, AbU - W6N said: قصف أرض جو بعدين Error = خطأ تقني ياهبل لازم تكتب Wrong مفكرني فطحل إنجليزي ؟ Link to comment
Ram, Posted June 26, 2018 Share Posted June 26, 2018 1 hour ago, #_iMr,[E]coo said: مفكرني فطحل إنجليزي ؟ لا يازم حبيبنا انتا <3 Link to comment
MrKAREEM Posted June 27, 2018 Share Posted June 27, 2018 كل ما ادخل موضوع القي ايكو يتخانق مع ابو وطن او ريان خخ 1 Link to comment
#Major . Posted June 27, 2018 Share Posted June 27, 2018 37 minutes ago, MrKAREEM said: كل ما ادخل موضوع القي ايكو يتخانق مع ابو وطن او ريان خخ ._. ايكو حبيبي وقلبي متى تخانق معي 1 Link to comment
بويكا Posted June 27, 2018 Share Posted June 27, 2018 بالله تخانقو قبل ما ينزل الموضوع تحت 1 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now