Jump to content

./BlackBird#

Members
  • Posts

    1,355
  • Joined

  • Last visited

Everything posted by ./BlackBird#

  1. ما تشتغل wav اتوقع صيغه
  2. https://community.multitheftauto.com/index.php?p= ... ls&id=6022 DONE
  3. marker = createMarker( ... ) addEventHandler('onClientMarkerHit',marker, function() sound = playSound( .. ) setTime(4,00) end) addEventHandler('onClientMarkerLeave',marker, function() stopSound(sound) end)
  4. اللعبة اصدارها في 2013 البعض يقولو راح تكون اكثر من رائعة يب شهر 3 انا متحمس لها من زمان من اول يوم بشتريها مني راجع الاو مختمها
  5. ترايلر حلوو GTA 5 و هذا مقطع خطيييير لتجربه تصادم للعبه الـ
  6. It's Handler not Hanlder -.- ادري بس انا كتبت مستعجل و ما شفت الرد
  7. marker = createMarker(..) addEventHanlder("onClientMarkerHit",marker, function() sound = playSound3D(..) setTime(..) end)
  8. جرب ذذ function stopAllSounds() stopSound(sound1) stopSound(sound2) stopSound(sound3) end function onImageClick() if source == policeImage then triggerServerEvent("setTeam", localPlayer, "police") stopAllSounds() sound1 = playSound("1.mp3") elseif source == groveImage then triggerServerEvent("setTeam", localPlayer, "grove") stopAllSounds() sound2 = playSound("2.mp3") elseif source == ballasImage then triggerServerEvent("setTeam", localPlayer, "ballas") stopAllSounds() sound3 = playSound("3.mp3") end
  9. اسف لاني انا بالاول جربت الكود سيرفر و بعدين خليته كلنت و نسيت اغير العنصر
  10. حطيته كلنت بس المشكله Bad argument @ 'getPlayerTeam' [Expected player at argument 1 ,got marker]
  11. مشكور ما فكرت بكذاا بس لازم كلنت لان الماركر حاطه بالسيرفر
  12. اخوي طلال هذا لما يشتغل المود و لما يدخل انا ابيه كل شوي عشان لو واحد تغير تيمه ما راح يشوف الماركر
  13. اخوي طلال معطيني ااكود شغال بس شوف طلبي الثاني^
  14. جربتها بس ما ظبط setTimer(function() if(getTeamName(getPlayerTeam(source))=="name")then setElementVisibleTo(marker,true) else setElementVisibleTo(marker,false) end end ,51,0)
×
×
  • Create New...