Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. TAPL

    Help my script

    + dxDrawText need event onClientRender. + A mess here: local text = source, "#FFFFFF" ..join.. " #0080FFis logged!"
  2. You might have other resource that use outputChatBox combined with onPlayerChat. A known resource do this is freeroam.
  3. ._. لايوجد اي خطأ بملف قاعدة البيانات و الكود شغال عندي و مافيه أخطاء كيف انت يجي عندك خطأ! عطني الآي بي و البورت لسيرفرك
  4. yup
  5. ارفعه على موقع و عطني الرابط
  6. تأكد ملف قاعدة البيانات موجود؟
  7. debugscript 3?
  8. جربت الكود و لم يظهر لي اي خطأ و الفلوس تنحفظ و كل شي شغال ممكن يكون عندك مشكلة في ملف قاعدة البيانات بسبب انك كنت تعدل بالكود جرب احذف ملف قاعدة البيانات و شغل المود من جديد عشان ينعمل ملف قاعدة بيانات جديد
  9. ~_~ ما فهمت
  10. ؟server متأكد ان عندك مود اسمه connection = dbConnect( "sqlite", ":server/databases/moneys.db" ) ؟global databases أو انت تبي تحط ملف الداتا بيس في مسار / إذا كذا لازم تحط server او لازم يكون عندك مود اسمه connection = dbConnect( "sqlite", ":/server/databases/moneys.db" ) عندك خطأ هنا addEventHandler("onPlayerLogout",root, function (_,account) البارتمار الثاني هو الحساب الي اللاعب حالياً داخل فيه بعد ما سجل خروج guest في الغالب بيكون حساب https://wiki.multitheftauto.com/wiki/OnPlayerLogout التعديل: addEventHandler("onPlayerLogout",root, function (account) ------------------ ينقل إلى قسم البرمجة ------------------
  11. https://wiki.multitheftauto.com/wiki/OnPlayerBan https://wiki.multitheftauto.com/wiki/OnPlayerMute
  12. Was you talking about mysql? I can't find anything related to mysql in your code, as i can see it's seems you did nothing at all. From variable names: windowhelp and rulesEN and copy past wiki example from function xmlCreateFile. It seems to me you are trying to do a mix of codes from other resources and wiki examples? Can this mix give you a working script at the end? Nope rather than that, try to learn something instead of the mixture you posted here because it make no sense at all.
  13. This user uploading stupid stuff. https://community.multitheftauto.com/index.php?p=profile&id=362211 DONE
  14. Predefined variable? wtf cash is not even a variable, it's a string key used to stored/retrieved string. Did you ever read the wiki? https://wiki.multitheftauto.com/wiki/SetAccountData https://wiki.multitheftauto.com/wiki/GetAccountData
  15. وش نوع الأستضافة؟ إذا استضافة مواقع يعني ما تقدر تقدر ترفع ملفات سيرفر الأم تي اي بس ما تقدر تشغله
  16. You're welcome.
  17. You want only vehicle created from JOBpl to be destroyed? You can use getResourceRootElement. addEventHandler("onVehicleExplode", getResourceRootElement(getResourceFromName("JOBpl")), function() destroyElement(source) end)
  18. How about destroy the vehicle when it exploded? onVehicleExplode destroyElement
  19. نسوي لك شوب كامل!؟ رح دور لك شوب جاهز و خذ منه اكواد
  20. ؟؟؟ وين كود الضغط على زر و التريقر؟
  21. شوف فيه احتمالين 1- ما عندك المنت داتا حق عدد القتل و الموت 2- فيه خطأ في الكلينت في الكود حق الضغط على الزر او/و التريقر
  22. هذا قبل كان الحد 1024 الحين 4096 انا حاط 4096 بسيرفر الي بجهازي
  23. وين كود الكلينت
  24. ايش الي ما زبط
  25. 1024? سيرفرات ام تي اي الحين العدد يوصل إلى 4096
×
×
  • Create New...