Leaderboard
Popular Content
Showing content with the highest reputation on 02/02/17 in Posts
-
3 points
-
I made a mistake, anticipated on the build revision history (was outdated when only Linux was yet built after the fix) without knowing it wasn't yet included in r11156. Please use this build: https://nightly.multitheftauto.com/multitheftauto_linux-1.5.3-rc-11169.tar.gz I apologize for the lost time. @ZbyK2 points
-
جرب كذا local aState = false local Timing = 0 addEventHandler ( "onClientRender", root, function ( ) if ( aState == false ) then Timing = Timing + 0.02 elseif ( aState == true ) then Timing = Timing - 0.02 end backgroundAlpha = interpolateBetween ( 0, 0, 0, 255, 0, 0, Timing, "Linear" ) if ( backgroundAlpha >= 255 ) then aState = true elseif ( backgroundAlpha <= 0 ) then aState = false end dxDrawRectangle(0, 0, 800, 600, tocolor ( 255, 255, 255, backgroundAlpha ), false) end )2 points
-
تم تحديث النظام وطرح الاصدار الثاني واعادة تنسيق الموضوع بالتوفيق للجميع واتحفونا بردودكم2 points
-
كيف حالكم ان شاء الله بخير , اليوم رجعنا بـ نظام بسيط ويسهل عليك الامور طبعا النظام واضح من العنوان انك تعطي احد لايك او تجيب لايكاته وتقدر تستخدمه في اشياء كثيرة مثل مسابقات والى اخره طبعا النظام مانب مستعمل فيه الداتا ولا التيبلات فقط السكل الفنكشنات قبل التحديث الفنكشنات بعد التحديث الاحداث الخاصة بالنظام بعد التحديث بعض الامثلة من خارج السكربت على الفنكشنات والحدث تم اضافة ميزة الايكات في السكور بورد وهي اختياريه طبعا السكربت مشفر لحفظ الحقوق فقط وانا ماودي اشفر سكربتاتي لكن فيه اطفال تجبرني على اني اشفر : الاهدائات Just , Mr.Saad , خلف , خالد العمري , كور , برستيج , مجمتع العرب روابط تحميل الاصدارات وهذا الي كان عندي اليوم في امان الله وحفظ الرحمن1 point
-
Yes, she was on the top wanted list for beating up a couple of officers before him.1 point
-
1 point
-
Dumps from the last crash http://upload.mtasa.com/u/894094708/Crash-4life-11156-20170202-1848.zip_1 point
-
Again, same problem. We are waiting for core dump from host - maybe it helps us.1 point
-
ما شاء الله التحديث الثاني بطل ابدعت يالامير أهنيك عليه أستمر1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
إلععب يلد إبداع منك يا رجل واصل إلى الأمام #معا لتحسين المحتوى العربي !1 point
-
1 point
-
Alpha = 0 setTimer ( function ( ) if Alpha == 1 then StartA = getTickCount ( ) Alpha = 0 elseif Alpha == 0 then StartA = getTickCount ( ) Alpha = 1 end end, 3000, 0 ) addEventHandler ( "onClientRender", root, function ( ) if Alpha == 0 then Hide ( ) else Show ( ) end dxDrawRectangle(0, 0, 800, 600, tocolor ( 255, 255, 255, backgroundAlpha ), false) end ) function Hide ( ) local now = getTickCount ( ) local endTime = StartA - 3000 local elapsedTime = now - StartA local duration = endTime - StartA local progress = elapsedTime / duration backgroundAlpha = interpolateBetween ( 0, 0, 0, 255, 0, 0, progress, "Linear" ) Alpha = 0 end function Show ( ) local now = getTickCount ( ) local endTime = StartA + 3000 local elapsedTime = now - StartA local duration = endTime - StartA local progress = elapsedTime / duration backgroundAlpha = interpolateBetween ( 0, 0, 0, 255, 0, 0, progress, "Linear" ) Alpha = backgroundAlpha + Alpha Alpha = 1 end الكود شغال لاكن بيجي خطاء بالديبوق1 point
-
local Timing = 0 addEventHandler ( "onClientRender", root, function () Timing = Timing + 0.02 backgroundAlpha = interpolateBetween ( 0, 0, 0, 255, 0, 0, Timing, "Linear" ) if backgroundAlpha >= 255 then Timing = 0 end dxDrawRectangle(0, 0, 800, 600, tocolor ( 255, 255, 255, backgroundAlpha ), false) end )1 point
-
1 point
-
1 point
-
MTA is a single core game due to SA being single core or in other words, they are both 32 bit.1 point
-
1 point
-
Its not working because you need to rename the "onResourceStart" event to the clientside version "onClientResourceStart" at least.1 point
-
1 point
-
نفس الشيء zip مجلد أو لكن تأكد بالمجلد انه فيه ملفات المود مو ملف يكون فيه ملف ،،، فاهمني1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
بسم الله الرحمن الرحيم السلام عليكم ورحمة الله تعالى وبركاته اليوم جايب لكم شرح تفصيلي فيه ناس جات سكايب وتسأل ابي مود الي يكتب ف اليمين هو مو مود هو تعديل بسيط تابع أول شي تفتح المود الي تبيه بعدين تدور على outputChat وهذا مثال ل الكود ذا outputChatBox("#00FF00[تم تشغيل الطيران بالسيارة]",255,255,255,true) هذا هو الكود لاحظو في الاول مكتوب outputChatBox كيف نخليه ع اليمين ؟؟ اول شي تمسح كلمة outputChatBox وحط مكانها exports.killmessages:outputMessage كذا بيصير exports.killmessages:outputMessage ("~| (F7) آلرجآء من جميع آلزوآر + الأدمنية قراءة الشروط والقوانين |~" ,255, 255,0,true ) ملاحظة : لازم تشغل المود killmessages عشان يطلع لك الكلام ع اليمين وهذا كان شرح اليوم والسلام عليكم ورحمة الله تعالى وبركاته1 point
