Jump to content

Ahmed toap

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Ahmed toap

  1. مشكور بس ممكن مود جاهز انا جديد في البرمجة ما اعرف اعمل اكواد عشان محتاجه جدا والله
  2. السلام عليكم اانا ابي كود منع اخراج الصوت لكل الاعبين اذاي مثال انا معي مود السينما اول ما اشغل فيديو السيرفر كله يسمع الصوت انا مش عايز غير الداخل السينما بس يسمع شكرا
  3. برضو لا buttons = { ['F1'] = true, ['F3'] = true, ['b'] = true, ['F4'] = true, ['F5'] = true, ['F6'] = true, ['F7'] = true, ['F9'] = true, ['p'] = true, ['h'] = true, } addEventHandler( 'onClientKey',root, function ( Player, button, prees ) if not getPlayerSerial () == 'A8DACEB58D5778E96830D652B8950384' then if prees and getElementDimension ( localPlayer ) == 30 then if buttons [ button ] then outputChatBox ( 'غير مصرح لك بفتح اللوحة',255,0,0 ) cancelEvent ( ) end end outputChatBox ( 'تم فتح اللوحة',0,255,0 ) end end ) addEventHandler("onClientRender",getRootElement(),function() if tostring(getElementData(getLocalPlayer(),"onCrossMap")) == "yes" then setWorldSpecialPropertyEnabled("aircars", false) setWorldSpecialPropertyEnabled("extrajump", false) setWorldSpecialPropertyEnabled("hovercars", false) end end) ها هو الكلنت
  4. انا لقيته و اخت منه الكود ما نجح عشان كدا سويت موضوع جربت كل الاكود حق الموضوع و ما نجح
  5. السلام عليكم عندي مشكلة في كود منع اخراج اللوحات في اليدربي و برضو تطلع client انا احطه في ملف ها هو الكود (شكرا buttons = { ['F1'] = true, ['F3'] = true, ['b'] = true, ['F4'] = true, ['F5'] = true, ['F6'] = true, ['F7'] = true, ['F9'] = true, ['p'] = true, ['h'] = true, } addEventHandler( 'onClientKey',root, function ( Player, button, prees ) if not getPlayerSerial ( Player ) == 'A8DACEB58D5778E96830D652B8950384' then if prees and getElementDimension ( localPlayer ) == 30 then if buttons [ button ] then outputChatBox ( 'غير مصرح لك بفتح اللوحة',255,0,0 ) cancelEvent ( ) end end outputChatBox ( 'تم فتح اللوحة',0,255,0 ) end end )
  6. مشكور يا غالي بس لو اتعبك معي ممكن مود عشان ما افهم منيح في البرمجة
  7. السلام عليكم ابي مساعدة انا دورت على مود منع اخراج الاسلحة في الشوارع ما لقيته لو معكم اعطوني المود شكرا
×
×
  • Create New...