Jump to content

S3LOK

Members
  • Posts

    4
  • Joined

  • Last visited

Details

  • Gang
    war

S3LOK's Achievements

Vic

Vic (3/54)

0

Reputation

  1. ابي مود اول ما يدخل العاب يضهر له كلمة لكن مو بنفس الون اعرف اسويها ابيها تتلون مثلا احط ouputChatBox ("#ff00ff welcome #0000ff to #f01f58 server") هيك اكثر من لون ومود ثاني من تحت على جهة اليمين صورة انا احطها للسيرفر
  2. السلام عليكم ورحمة الله وبكراته انا سويت مود الي هو function stopMinigunDamage ( attacker, weapon, bodypart ) type = getElementType ( attacker) if type == "player" then outputChatBox("You Were Killed by" .. getPlayerName(attacker),51,102,153,true) end if bodypart == 9 then playSound("headShot.mp3") end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), stopMinigunDamage ) meta > ="client2.lua" type="client" /> src="headShot.mp3" />> وابي دروس افهم البرمجة واستعمل ويكي
  3. السلام عليكم ورحمة الله وبكراته انا مبتدا بلبرمجة بديت من الصفر بديت بمود بسيط مود بس يدخل الاعب يطلع له ترحيب الكود يقول خطا ما يرضى يشتغل addEventHandler("onPlayerJoin",root,function() outputChatBox ("Welcome",root,255,255,255,true) outputChatBox ("Welcome",souce,255,255,255,true) end ) والميتا > ="Client.lua" type="client" /> >
×
×
  • Create New...