Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/12/19 in Posts

  1. السلام عليكم ورحمة الله وبركاتة كما هو واضح من العنوان حاليا شغال علي تطوير بوت سيستم كامل متكامل ان شاء الله بحاول اطلع شئ كويس Javascript(NodeJS) بخبرتي المتواضعة في مميزات تم الانتهاء منها: .معلومات عن السيرفر - البنج - جلب الصورة الرمزية - معلومات المستخدم - البوت يعمل 7\24 - الترحيب بالعضو الجديد برايفت وعام مميزات جاري العمل عليها حاليا: نظام تذاكر الدعم الفني - تشغيل الموسيقي - نظام الادمنية كا حذف الرسائل والميوت..الخ من برايفت الي عام ويقدر اي احد يستفيد من الكود ويشارك في تطويره github وانتظر اقتراحاتكم وقريبا مع اصدار مستقر للبوت يتحويل المشروع في الي بتستخدم داخل البوت حتي الان packages ال "dependencies": { "discord.js": "^11.5.1", "dotenv": "^8.2.0", "express": "^4.17.1", "moment": "^2.24.0" } :صورة من البوت بكل مميزاته الحالية حتي كتابة هذا الموضوع :للمصادقة اي اضافة البوت لسيرفرك للتجربة https://bwy-bot.web.app/ (الموقع الرسمي) وشكرا ?
    1 point
  2. Huehuehue (I still could not fix the issues in the current post process resource, the SAAW-WW2 update has to a few days longer)
    1 point
  3. الناس ماصارت تجامل زي قبل
    1 point
  4. Ok mais il faut bien se dire que tu vas simplement masquer le problème au lieu de le corriger.
    1 point
  5. Wrong parameters in function - read carefully - https://wiki.multitheftauto.com/wiki/OnPlayerLogin source is your player who logged in, replace thePlayer with previous_account and command with current_account Then on line 3, you need to pass current_account. Good luck.
    1 point
  6. i use dxDrawImage due to the rendering order (world textures are drawn before screen source is updated). That's why applying it to world texture will always result in 1 frame lag. It's not that noticeable on vehicles but on bigger surfaces it is. I don't need to apply changed matrices to vertex shader, everything that's needed can be passed to pixel shader directly (look into water_refract from community) or recreated from scene depth. As for the method mentioned in the article - it produces nice results:
    1 point
  7. Copiou errado. Falta a função print.
    1 point
  8. 1 point
  9. Coloque isso antes da linha do accountName e mostre oq aparece no Debug Console: print (tostring (player))
    1 point
  10. مع عدد الاعضاء Roles تم اضافة ميزة عرض جميع للعايز يستفيد من الكود github وتم اتاحه ملفات المشروع للعامه علي star لا تنسي ضغط وتجده علي موقع البوت https://bwy-bot.web.app/
    1 point
  11. Hi! I created a script which can send messages from server to Discord on Webhooks. You can find the tutorial in here. A little help if someone wants to log the server messages, commands using the webhook system https://gist.github.com/preilakos/9cf9b63bdc47e1468cdcd045f6e39ca5 Download from GitHub
    1 point
  12. Sobre a modelagem 3D, eu uso o Blender. Ele é muito poderoso, gratuito e leve. Muito superior aos programas comuns de modelagem do GTA SA como o Zmodeler. Mas para abrir os arquivos DFF dos modelos, vc vai precisar baixar um plugin chamado GTA tools e instalar ele no Blender. Com esse plugin vc consegue importar os modelos pro Blender, editar eles normalmente e depois exportá-los de volta no formato DFF.
    1 point
  13. math.rad(ang); -East math.rad(90 - ang); -North math.rad(180 - ang); -West math.rad(270 - ang); -South Simple as that.
    1 point
×
×
  • Create New...