Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. X setControlState طيب مو الاعب عنصر بيد؟ وش الفرق
  2. يستخدم لوضع كلام يظهر في المواقع الي فيها قائمة سيرفرات setRuleValue الفنكشن SERVER VARIABLES راح يظهر الكلام ضمن game-state.com مثل موقع
  3. Isn't spawnBot from another resource? if so you'll need to use exports.
  4. ينقل إلى قسم البرمجة
  5. The error say you have mixed version server files and advised you to reinstall the server, which is the easiest solution? Btw, we now reached version '1.5' .
  6. TAPL

    [help]job

    This ridiculous you didn't even bother to open the wiki and read.
  7. ركبت المود الي بالرابط و شغلته؟
  8. ذا مثال على التايمر
  9. ليش يصنعها اول ما يشتغل المود إذا هو يحتاجها بعد 30 ثانية من تشغيل المود
  10. function OPeNs() GUIEditor.window[1] = guiCreateWindow(.....) Button = guiCreateButton(......) end setTimer(OPeNs, 30000, 1)
  11. موجود بالرابط
  12. https://forum.multitheftauto.com/viewtopic.php?f=160&t=52702
  13. TAPL

    [help]job

    I couldn't find your try "when click on ped", can you point to the specific code where you've tried to make the window show when click on ped?
  14. حسب معلوماتي المشكلة ذي تصير إذا كان الفبس عالي افضل شي تحط حد الفبس 65
  15. TAPL

    Passworded ?

    Why you need multiple lines for password field? Use edit instead, and this function to make it ***** guiEditSetMasked
  16. "Level 1" L = 1 e = 2 v = 3 e = 4 l = 5 = 6 1 = 7 الكود ذا رح يتخطى اول 6 حروف و يبدأ من الحرف 7 local data = tonumber(string.sub(sValue, 6))
  17. ممكن وايرلس جهاز اخوك اقوى من وايرلس جهازك
  18. addEvent("addTeleport",true) addEventHandler("addTeleport", root, function(tpname, tpdesc) local x, y, z = getElementPosition(source) local rx, ry, rz = getElementRotation(source) -- fetch all the necessary info for the teleport local int = getElementInterior(source) local dim = getElementDimension(source) table.insert(data, {tostring(#data+1), tpname, tpdesc, x, y, z, int, dim, rz}) end) findNextTeleportID not needed.
  19. احتمال انت جالس بعيد عن المودم و الوايرلس ضعيف و يفصل
  20. جرب استخدم الفنكشن ذا https://wiki.multitheftauto.com/wiki/CenterWindow
  21. بالغالب الألمنت داتا سترنق و فيه كلمة لفل "Level 1" شي زي كذا تحتاج تجيب الرقم لحاله عشان تقدر تستخدمه ب المقارنة جرب استبدل ذا السطر local data = sValue بذا: local data = tonumber(string.sub(sValue, 6))
  22. يفترض عندك نسخة للمودات غير مشفرة
  23. https://forum.multitheftauto.com/viewtopic.php?f=130&t=75051
  24. شو يبي فيهم اذا هو يبي يتعلم
×
×
  • Create New...