Jump to content

alaasalah625

Members
  • Posts

    4
  • Joined

  • Last visited

Details

  • Gang
    Riots

alaasalah625's Achievements

Vic

Vic (3/54)

0

Reputation

  1. انا مو اعرف اصنعو ممكن بس تجبلي الكود كامل اضيفو في ملف كلنت وانا بس اضيف الاحداثيات مثلن مثل هيك gate = createObject(971,2481.1999511719,-1722.1999511719,16.10000038147,0,0,0) function opendoor() moveObject (gate, 5000, 2481.1999511719, -1722.1999511719, 16.10000038147 ) end addCommandHandler("close1", opendoor) زر اغلاق الباب الاول function closedoor() moveObject (gate, 5000, 2481.1999511719, -1722.1999511719, 22.700000762939 ) end addCommandHandler("open1", closedoor) زر فتح الباب الاول ---------------------------------------------------------------- gate2 = createObject(971,2420.8999023438,-1659.0999755859,16,0,0,90) function opendoor() moveObject (gate2, 5000, 2420.8999023438, -1659.0999755859, 16 ) end addCommandHandler("close2", opendoor) زر اغلاق الباب الثاني function closedoor() moveObject (gate2, 5000, 2420.8999023438, -1659.0999755859, 21.10000038147 ) end addCommandHandler("open2", closedoor) زر فتح الباب الثاني انا بدي مثلو بس بكلمت سر من ف8 مو زر
  2. بدي كود الي يخلي بوابه تفتح برقم سري ادخله في ف8 يفتح البوابه ولو كتبتو تاني تقفل البوابه
×
×
  • Create New...