Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 30/04/18 in all areas

  1. لووب بسوي لك مثال بسيط getElementsByType -- object getElementModel -- object id -- ex for i, elements in ipairs (getElementsByType("object")) do if getElementModel (elements) == 111 then x, y, z = getElementPosition (elements) -- تجيب جميع الإحداثيات لكل عنصر له الموديل رقم ١١١ end end انا فون .. ما ادري اذا كان فيه خطأ ذذ جالس اسوي في المثال لي ربع ساعة وانت رديت قبلي ?
    2 points
  2. Download: https://community.multitheftauto.com/?p=resources&s=details&id=15260 The best vehicle reflection shader around, unique: takes no FPS toll. It looks close to real ENB and it has rewritten effects which uses techniques to avoid performance toll like all circulating shaders suffer from; f.e, it creates reflection based purely on GTA default surface materials. @Ren_712, the most recognized FX/shader developer around MTA, assisted with rewriting the effect not long ago, but has never released it. Until now, it was a resource private to me based on a custom order I gave to Ren_712. It took weeks of development to get it to it's current appearance and a few months to perfect it, as it's tricky to try recreate ENB with MTA FX and make the reflection appear more qualitative than existing ones, while also scrapping any performance toll. I may be claiming it's ''the best'' around, but it's for you to judge: https://imgur.com/a/U8MLN. I am convinced that it is due to several factors: it looks deeper/has a qualitative reflection (almost) simulating ENB, eliminating GPU performance toll while doing that (the appearance) even better than preceding released shaders (which did take a toll), making it the ultimate combination. Open spoiler for sample images of reflection effect: Some will like the ENB resemblance, and others will find the reflection too shiny or deep. You can modify that easily and adapt it to your wishes using the variables in client_carshader.lua. The intensity, brightness, deepness and visibility of the reflection can be tweaked in there, so you can make a ''custom'' version just like ENB's get edited and released as custom ENB. You can make it look differently (more than just less prominent effect) while retaining the optimized techniques it uses against lag. It's possible to simulate the lightest possible shader that doesn't look ''extremely reflective''.
    1 point
  3. السلام عليكم ورحمة الله وبركاته رابط الفيديو للتحميل http://gslink.co/abdE
    1 point
  4. عادي مش لازم كلهم حط القريبه بس اللي الناس يروحونها اكثر شيء
    1 point
  5. ههههههه مش شغالة الطريقة دي للأسف امر getElementsByType مش بيجيب الأوبجكتس الأساسية في اللعبة
    1 point
  6. تقدر اتوقع عن طريق عملك لووب لكل الاوبجكتات getElementsByType('object') ثم تتحقق من المودل بتعها ثم if getElementModel local x,y,z=getElementPosition(elemnt)
    1 point
  7. 1 point
  8. You need the image of skin you want change and use dxCreateShader dxCreateTexture
    1 point
  9. myTeam = createTeam("yourTeam,", 255, 255, 255) addEventHandler("onPlayerJoin", root, function() setPlayerTeam(source, myTeam) end ) --# OR addEventHandler("onPlayerJoin", root, function() setPlayerTeam(source, getTeamFromName("yourTeam")) end )
    1 point
  10. انت تكتتب /gift admin وكذا
    1 point
  11. addEventHandler("onPlayerLogin", root, function() local team = 'Police' -- اسم التيم هنا setPlayerTeam( source, team ) end ) اتوقع كذا صح جرب
    1 point
  12. إذا معك خادم واحد تحتاج ماستر فقط
    1 point
  13. createTeam "onPlayerJoin" or "onPlayerLogin" setPlayerTeam if not work use : getTeamFromName
    1 point
  14. خلاص مات مزح ما مزح راح جهنم راح يولع ! فحم !
    1 point
  15. الموضوع قديم ونزل لتحت , ليه ترفعه وتسبب مشاكل اخري ؟ بالتوفيق للجميع
    1 point
  16. This code save: Player (id, serial, position, items, stats) Tent (id, position, items) I have not done the save vehicle code yet. (no time) Download and install VertrigoServ Go to Tools > PhpMyAdmin (image) Create a Database 'dayz' and set Collation 'utf8_general_ci' (image) Go to Import > Choose file (dayz.sql) > Go (image) My example code: link
    1 point
  17. Change title to: 'I sell public gamemode that is translated to Spanish, with more bugs than the original version.'
    1 point
  18. tonumber هل تعلم انك تقدر تختصر هيك : local x, y, z = guiGetText(xEdit), guiGetText(yEdit), guiGetText(zEdit) if tonumber(x) and tonumber(y) and tonumber(z) then -- بدون اختصار if tonumber(x..y..z) then -- بختصار
    1 point
  19. وليش جاي تحط تعليق وتتعب نفسك في الكتابة اليوم بردلك خبر
    0 points
×
×
  • Create New...