Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 15/08/17 in all areas

  1. السلام عليكم ورحمة الله وبركاته, حبيت أطرح لكم أول مونتاج روكيت ليج لي ان شاء الله يعجبكم, ونشوفكم على خير
    2 points
  2. Instead of having per server extensions, we'd like to integrate new features for all of our users. So, please submit your code extensions as pull requests on GitHub and if the quality is good enough, we'll be happy to merge it.
    2 points
  3. سلام عليكم ورحمة الله وبركاته , كيف الحال شباب ان شاء الله طيبين اليوم جبت لكم طريقة تنصيب لوحة الاوبن قيم بانل على اللينكس سبب طرح هذا الشرح , لعدة المشاكل في التنصيب القديم , والجهل بطريقة التنصيب الجديد نبدأ : = ملاحظة : عند كتابة كل امر ممكن يجيك سؤال واخره [Y/n] ? انت اكتب y وانتر = تفتح البوتي وتسجل معلومات الروت وكل شيء : وتبدأ تكتب الأوامر التالية .. Debian : Ubuntu : =[ بعد ماتنتهي من تنصيب احد النظامين توجه للخطوة الاخيرة ]= Agent تفعيل ال وكذا وصلنا لختام الشرح واذا واجهتك مشكلة او شيء مافهمته اكتبه تحت .. وان شاء الله ارد بأسرع وقت وان شاء الله بسوي شيء رهيب في المستقبل انتظروه
    1 point
  4. السلام عليكم ورحمة الله وبركاته اخباركم , اليوم سويت سكربت حماية الأدمن من الكيك والباند والسلاب والفريز طبعا لازم سريالك في السكربت عشان تحمي نفسك مميزات السكربت : 1 ) اللوحة محفوظة بالسكل 2 ) تقدر انك تضيف اكثر من سريال 3 ) تقدر تضيف او تحذف السريالات وقت ماتشاء كيف تستخدم السكربت : 1 - لازم تحمل ملف ادمن سيرفر من هنا 2 - تدخل ملف الأدمنية ثم سيرفر ثم تلصق الملف اللي حملته فوق ^ 3 - تدخل سيرفرك وتسوي رستارت للوحة الأدمنية 4 - تحمل السكربت حقي من هنا وتشغله 5 - لفتح الوحة اكتب في اف 8 [ pt ] صورة للسكربت : http://imgur.com/a/hTtsL نشوف وش يصير اذا سريالك في اللوحة وحاول واحد يصكك http://imgur.com/a/GJJvL كل الشكر لـ عبدالكريم وعلاوي ساعدوني في السكربت الله يعطيهم الف عافية وبس , في امان الرحمن
    1 point
  5. تسدق مجتش على بالي
    1 point
  6. يقدر لو سوي تحقق من رقم الاندكس @_@
    1 point
  7. التوفيق للجميع ان شاء الله من ذوقك .. نتشرف بزيارتك السيرفر موجود لو تبحث في المواضيع بتلاقي اعلان افتتاح السيرفر القديم - تسلم من ذوقك .. والتوفيق للجميع ان شاء الله
    1 point
  8. جميل جداً , لكن قبل سنتين على ما اعتقد كان مافيه شيء اسمه حياة واقعية : ) التصميم : 10/10 وبتوفيق لكم : )
    1 point
  9. 1 point
  10. تصميم اللوحات اعجبني بالتوفيق ولي زياره ان شاء الله
    1 point
  11. بالتوفيق .. سيرفر اكثر من رائع واصل
    1 point
  12. Use [ code] tag next time.
    1 point
  13. دا كود انشاء الزرر بالفري روم هو تعديله سهل بس يحتاج تفهمه شوي
    1 point
  14. I suppose you can use the setWorldSoundEnabled function for it, but test it.
    1 point
  15. العفو حبيبي بالتوفيق
    1 point
  16. Do you wanna mute the sound when hitting a pickup?
    1 point
  17. أولا تعدل على مود التاب ثانيا تعدل على مود التاب
    1 point
  18. مشكور أخي طريقتك زبطت , ولكن صعبه شوي ضض مشكور اخي, لسه طريقتك نجحت , عملت عليها لوحة اخر غير التسجيل
    1 point
  19. ماينفع root في الكلينت حطه localPlayer
    1 point
  20. What I do in my server is I run set the camera interior to 1 then I disable the sounds then a start a timer to set it it back after 2 seconds. Camera.interior = 1 setAmbientSoundEnabled("general", false) setAmbientSoundEnabled("gunfire", false) setWorldSoundEnabled(0, 0, false) setWorldSoundEnabled(0, 29, false) setWorldSoundEnabled(0, 30, false) Timer(function() Camera.interior = 0 end, 2000, 1) This works as a workaround, I don't currently know a better working solution, if you find it please let me know
    1 point
  21. وليه يتعب نفسه بكل ذا كل اللي عليه يحول الريلاتف فولس وخلاص؟
    1 point
  22. وتحدد عليها وبتحولك الارقام الي اعشار .. Relative << كل اللي عليك انك تضغط كايك يمين ع اللوحه وبعدين تروح عند كلمة وشوف اخطاء مودك وصلحها debugscript 3 << 8 اكتب ب اف
    1 point
  23. requestBrowserDomains({"http://25.21.228.242/"}) function startDownload() fetchRemote("http://25.21.228.242/all/car.txd", callBack, "", false) end startDownload() function callBack(rData, errno) if errno == 0 then -- Do something end end Try this.
    1 point
  24. Section Rules 1. Any fulfilled requests or discarded offers shall be reported via the report system in order to be locked and/or archived. This is mandatory, as the goal is to keep this section as clean and accurate as possible. 2.Topics must have a sufficient description of what are you offering or looking for. Eg. if you're looking for a scripter for your gamemode, you must detail what would you need the scripter for. This doesn't exactly involve giving away the whole concepts or whatever you don't want to disclose to the public, but it would be appreciated if you could include more details than just straight single line offers, such as "I need a scripter for a zombie gamemode". Whether or not the amount of detail is sufficient for the nature of your request is a subject to moderator judgement, and failing to meet criteria may result in your post being discarded. Formatting your topic In order to keep the section clean, accurate and easily viewable, it would be appreciated if you could use the following guidelines for your topic: 1. Topic titles should have the form [LF/OFFERING] Brief description [Paid/Non-Paid]. Please make the description as brief as possible here. Eg: [OFFERING] Skilled scripter [Paid] [OFFERING] Rookie modeller looking for some practice [Non-paid] [LF] Any-level scripter for a small server [Non-Paid] 2. The first post should be written in at least 2 parts: first part should contain a brief description of yourself (and/or the server or community you are from) second part should elaborate on what are you requesting/offering, once again, as detailed as you possibly can/want
    1 point
  25. تعرف تنقزها؟ فاضي وليست فاظي بارك الله فيك ومنورين جميعكم
    0 points
  26. givePlayerMoney on client-side does give money to the player, but only on his side. Use a custom event and trigger it with the player and the amount of the money as an arg.
    0 points
  27. givePlayerMoney, Returns true if the money was added, or false if invalid parameters were passed. According to wiki, so not the amount. If you still want to output it, use tostring(money_for_iron)
    0 points
  28. اللي يبغى الكود يجي خاص
    0 points
×
×
  • Create New...