Jump to content

Tete omar

Members
  • Posts

    3,267
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Tete omar

  1. حتى يتمكن مستخدمين اكثر من قراءته wikiلماذا لم تضع هذا الشرح في المنتدى او ال
  2. Use: engineLoadTXD engineImportTXD engineLoadDFF engineReplaceModel Jetpack model: 370.
  3. function getHealthColor() local health = getElementHealth(localPlayer) if (health) then local r, g, b = interpolateBetween ( 255, 0, 0, 103, 188, 107, health / 100, "Linear" ) return r, g, b else return 0, 255, 0 end end Enjoy
  4. Summary: Whatever is globally defined within the same resource and within the same side (server/client) can be accessed by another file. But if you want to access a function from another resource, use: call.
  5. ببساطة اكتشفت انه ليس من صنعك عن طريق ملاحظة ان كودك ليس كامل, وكأنه جزء من كل.. فمثلاً ؟Vehcile وين جدول ؟id وكيف تم تعريف واسماء الوظائف تدل على ان غرض الكود هو انه كلما يدخل لاعب مركبة محددة يلبس خوذة لأن Helmet = خوذة
  6. First: You don't need an element data since you can just place variables instead (unless you want to declare that the player is wearing a seatbelt to the whole server), generally because you wouldn't want a pointless consumption of the server's CPU and clients' network traffic. Using variables is recommended. Second: onVehicleEnter is a server-side event while both guiGetScreenSize and guiCreateStaticImage are client-sided, So don't confuse both sides with each other. Use onClientVehicleEnter instead. And don't forget to define thePlayer argument/parameter in the handler function.
  7. :كمل في موضوعك الاصلي عن المشكلة https://forum.multitheftauto.com/viewtopic.php?f=160&t=83491 يغلق
  8. ..يبدو ان الكود ليس من صنعك
  9. Continue with your original topic: https://forum.multitheftauto.com/viewtopic.php?f=91&t=82553. Locked
  10. ينقل إلى قسم دروس في البرمجة
  11. تحذير: فقط للبالغين اصحاب القلوب القوية انظروا الى جرائم العالم الغربي في تعذيب الحيوانات حتى الموت, لا تخدعك اقوالهم عن الرأفة بالحيوان (طبعاً ليس جميعهم), الحمد لله على نعمة الاسلام
  12. A: Any delicious food. Q: iPhone 6 or Sony Xperia Z3?
  13. A: Cheaters. Q: Once you have a chance to emigrate from your country, to what country would you like to move?
  14. ينقل إلى القسم الرئيسي للحصول على مساعدة اكثر
  15. The population of the whole world didn't even reach to that number.
  16. سؤال: هل تعتقد ان العاب جي تي اي متبندة في الشرق الاوسط؟, لأن صفحاتها على الستيم ماهي غير متاحة إلا للشرق الاوسط اعتقد
  17. الواضح انك لم تهتم بما قلته في السابق, هذه اخر مرة لك, بعدها تحذير ينقل إلى القسم العام
  18. الحرام هو انك تحلل وتحرم بكيفك, يعني تقول هذا حلال وهذا حرام, اعياد الميلاد بدعة ابتدعها العالم الغربي, ما فيه مشكلة انك تخصص عيد ميلادك لزيادة معيار عبادتك لله سبحانه وتعالى, وما فيه مشكلة انك تعتبر عيد ميلادك كذكرى, والله اعلم
  19. ينقل إلى القسم العام بالتوفيق
×
×
  • Create New...