Jump to content

Tete omar

Members
  • Posts

    3,267
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Tete omar

  1. رقمي للجدول لان الجدول اصلاً يرقم الانديكس بدون ما ترقمه انت index ما تحتاج تسوي ElementPosition = { {x,y,z}, -- [1] {x,y,z}, -- [2] {x,y,z}, -- [3] {x,y,z} -- [4] } ثانياً تعال هنا addEventHandler('onPlayerSpawn',root,function() if getElementModel(source) == id then local x,y,z = unpack(ElementPosition[math.random(#ElementPosition)]) spawnPlayer(source,x,y,z) end end ) Stack overflow كذا رح يجي للأخ في الدي بق حقه spawnPlayer باستخدام spawn تحدث لما اللاعب يتسواله onPlayerSpawn وش هذا الكود بالنسبة للاخ صاحب الموضوع: local respawnPositions = { { x, y, z }, { x, y, z }, { x, y, z } -- اعلى شيء بالجدول وحط الاحداثيات فيه { x, y, z }, اذا تبي تحط احداثيات جديدة استخدم } function respawnPlayer ( player, x, y, z, skin ) spawnPlayer ( player, x, y, z, 0, skin ) end function onWasted ( ) local skin = getElementModel ( source ) if ( skin == skiniD ) then local x, y, z = unpack ( respawnPositions [ math.random ( #respawnPositions ) ] ) setTimer ( respawnPlayer, 5000, 1, source, x, y, z, skin ) -- خمس ثواني ويعيده للحياة في اي احداثيات من الاحداثيات الي بالجدول end end addEventHandler ( "onPlayerWasted", root, onWasted )
  2. ماني متحمسلها مرة .. شوف حوادث السيارات كيف .. شوف لما يطيح اللاعب من السيارة كيف .. الشيء الوحيد الحلو هو الماب حقها كبير ....
  3. Or read lua tables tutorial: http://lua-users.org/wiki/TablesTutorial
  4. edit المنتدى مو شات .. لا تكرر المشاركات, اذا تبي تعدل شي اضغط زر swft
  5. يغلق ( لا ترفع المواضيع القديمة غير المهمة )
  6. ينقل الى القسم العام
  7. هذي اشاعة نشرها البندر, والاجابة هي لا .. ما رح يغيرون اللغة ل سي بلس بلس
  8. ارغام الناس على فتح مايكاتهم هو طلب غير مرغوب فيه يغلق
  9. Yes, with this function: setElementHealth
  10. I made a database through cpanel via phpmyadmin and it works fine on any website or a php script, but on mta, it doesn't work, although the database and the server are on the same host. linux centos 64-bit My question is do i need mysql files to connect to the mysql databse? and what is the requirements of connecting to the mysql database?
  11. هل استأذنت من سعد اول شي ولا المود مرخص لأي احد؟
  12. colshapeمو مربع وبس, فيه عدة اشكال مثل الدائرة مستطيل الخ .. راجع صفحة الــ
  13. طلب الاكواد والفنكشنات في قسم البرمجة ينقل الى قسم البرمجة
  14. poor لا ترفع المواضيع القديمة مرة ثانية يا يغلق
  15. ابحث هنا: https://community.multitheftauto.com/
  16. Sorry for late reply. All these questions answer is: yes but i don't know why it shows this error.
×
×
  • Create New...