Jump to content

Leaderboard

Popular Content

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

  1. Você pode fazer adicionar isto no código @WeeD1: local _stopSound = stopSound function stopSound( s ) if isElement(s) then return _stopSound( s ) end end Vai evitar mensagens de erro quando parar o som.
    2 points
  2. Verifique se existe um som em andamento, if isElement (radioSound[veh].soundElement) then -- Se existir um som em andamento, então: stopSound(radioSound[veh].soundElement) -- Para o som atual. radioSound[veh].soundElement = nil -- Anula a variavel para liberar espaço na memoria. end Nem tinha visto a linha
    2 points
  3. السلام عليكم شبابء #~~ اليوم جبت اول يوم لي في الفورم وهو مود التوزيع .. المود منتشر يب لكن شكله منظم ومختلف ملحوظة : اللوحة تفتح برتبة Give و امر فتح اللوحة Give ايضاً الصور : صورة وانت لا تملك الصالحيات وانت تملك الصالحيات مميزات اللوحة : 1- اعطاء الفلوس بالايدت والاسلحة بالاديت 2- الشكل المنظم للوحة 3- اللوحة مب مشفرة 4- اللوحة تفتح ب رتبة معينة رابط التحميل : https://up.top4top.net/downloadf-1212z2wpr1-zip.html يارب المود يعجبكم وشكراً مقدماً #~~
    1 point
  4. Podrías utilizar https://wiki.multitheftauto.com/wiki/InterpolateBetween pero es más sencillo el ejemplo que te pondré abajo: local alpha = 255 -- El alpha inicial. Pongamosle 255 local cantidad_a_disminuir = 10 -- Vamos de 10 en 10 para abajo en cada frame. local desvaneciendo = false function dibujar() if desvaneciendo and alpha > 0 then -- Si el alphaInicial es mayor a 0, osea, es visible aun... alpha = math.max( alpha - 10, 0 ) -- Vamos bajandole 10 hasta llegar a 0 end end addEventHandler( "onClientRender", root, dibujar )
    1 point
  5. وش هي مشكلتك او انت وش الي تبيه بالضبط مافهمتك
    1 point
  6. الحين الضفدع ذا وش الشيء الي يزعل فيه ههههههههههههههههه
    1 point
  7. ^ up الام تي اي من وينتا ملت :] بطل في ناس , اح ي ذاك الزمان
    1 point
  8. استخدم dxSetAspectRatioAdjustmentEnabled
    1 point
  9. الله يوفقك , شُكراً لك
    1 point
  10. الصراحة أنا مستغرب من صاحب الموضوع وايصاله للفكرة بشكل خاطئ, الموضوع ليس موضوع ترشيح أو تمثيل للعرب وما شابه هذا الفريق مختص بالأشخاص الذين ساهموا بتطوير اللعبة على مر السنين لذلك هم أصبحواً من فريق التطوير, عموماً اللي يشوف نفسه عنده استعداد يحسن من اللعبة ويطورها وخبير بلغة السي بلس بلس يراجع الرابط اللي تحت ايضاً مالها دخل انه العرب أكثر مشاركة أو الأكثر تفاعل, مافيه عربي ساهم بتطوير اللعبة حتى الآن لذلك مافيه عربي بفريق اللعبة https://github.com/multitheftauto/mtasa-blue يغلق
    1 point
  11. المشكلة ماحد بادر لالا ماهي مذلة ولا شيء حنا المنتدى الاكثر مشاركة بالمنتدى ليش مانرسل واحد منا ينضم لفريق اللعبة ؟
    1 point
  12. وش تبي نروح نجرهم بأذانيهم نقولهم عطونا شي ومن هم عشان نترجاهم , إذا يبغون ممثلين عرب هذا المنتدى مليان عرب , إذا مايبغون ليش نروح نكلمهم احنا ؟ يعني لازم نذل أنفسنا عندهم !
    1 point
  13. É melhor assim quando se utiliza várias vezes stopSound. Outra útil é pra função destroyElement: local _destroyElement = destroyElement function destroyElement( element ) if isElement(s) then return _destroyElement( element ) end end
    1 point
  14. Eu sempre faço direto a verificação na função, nunca usei desta forma, parece ser melhor.
    1 point
  15. 1 point
  16. Mas a tela preta é por causa do fading da tela que tem no spawn do play.
    1 point
  17. السلام عليكم والرحمة الله وبركاته محدثكم -------- كنترول - شيلد --------- اليوم جايب لكم موتر هايلكس 2015 ثري دي من ناحية اصطبات والخ الموتر فقط للاستعراض لو في تفاعل راح انزله تحياتي لكم : كنترول - شيلد اتركم مع الصور ----------------------------------------------------------- :-اول صورة الصورة الثانية :- الصورة الثالثة والأخيرة :- شـــــــكرا لكم لو في غلط في الموضوع اكتبو لي
    1 point
  18. Faça uma função pro spawn/camera, é porque a função fadeCamera fica nesse resource.
    1 point
  19. -- player's screen size width * (icon size / you'r screen size width) -- same with height local sw, sh = guiGetScreenSize() local mineX, mineY = 1280, 720 -- you'r current screen resolution (from video setting) local icon_width, icon_height = sw * (20 / mineX), sh * (20 / mineY) -- star.png width, height local space = sw * (1 / mineX) -- space between icons local x, y = sw - icon_width - sw * (50 / mineX), sh * 0.5 -- x, y position
    1 point
  20. تقدر ترفعها على روابط و تخليها تشتغل ورا بعض، زي مقلك لكن حتى، اذا نته ضعيف بتلاقي بنقه اترفع
    1 point
  21. O mapeas en una dimension normal y editas el archivo .map cambiando los valores del atributo dimension al numero que te parezca, o editas el archivo WORKING_DIMENSION del mapeditor.
    1 point
  22. A small sneak-peak for the next update, this is the brand new italian radio operator. Yes. Italian and british forces are coming to SAAW.
    1 point
  23. I'd recommend you just create a collision shape and when you enter it lower water level, when you raise reset water level.
    1 point
  24. مشاء الله سيرفر جميل من شخص آجمل . أستمر وتمنياتي لك بـ التوفيق , والله يعطيك خيره ويكفيك شر الناس الحاسده .
    1 point
  25. السلام عليكم ورحمة الله وبركاته أنا دلحين بعمل مود الاكواد , طبعا مسوي لوحة عمل كود كمان كل ما اضيف كود يضيف هو بس ااذا احط كود ثاني يفتح الكود ملف كلينت , function DxCode () if source == bu_Code then triggerServerEvent("CodeError", localPlayer) local AddCode = guiGetText(GUIEditor.edit[1]) if #AddCode == 0 then else triggerServerEvent("getRewads",localPlayer) guiSetEnabled ( bu_Code, false ) setTimer(function() triggerServerEvent("restartR",localPlayer) end , 5000, 0) end elseif source == CloseAdnub then showCursor(false) guiSetVisible(GUIEditor.window[1],false) elseif source == GUIEditor.button[2] then guiSetText(GUIEditor.edit[1],Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,26)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)] .."".. Generate[math.random(1,36)]) triggerServerEvent("AddCode",localPlayer) elseif source == Edit_Code then guiSetText ( "", localPlayer ) end end addEventHandler("onClientGUIClick", resourceRoot, DxCode) سيرفر , جوائز والخ ..
    0 points
×
×
  • Create New...