Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. من وين جايب الكلام ذا
  2. outputChatBox client-side don't require player element. Check the wiki: https://wiki.multitheftauto.com/wiki/OutputChatBox
  3. من متى حنا نشتري برامج شوف لك كراك أنا كنت محمل البرنامج بتورنت
  4. Adobe Dreamweaver في برنامج اسمه لبروجيكت الجامعة html استخدمته لتصميم موقع اضن انه افضل من الفرونت بيج
  5. أتوقع ان كل سيرفرات البيس مود (ان وجد) مركب فيها مود سي بق الحين حتى الهجولة صارو يركبون سي بق
  6. بصراحة ما سمعت ان في اكواد برمجة للديب فريز انت تحشش ولا كيف؟ بالنسبة للبرنامج نفسه ما عندي رابط أبحث بالعم قوقل و بتلقاه
  7. هههههههههههههههههههههههههههه هياط تايم تــــــــــــــحشيش تـــــــــــــــــــــــــــــــايم
  8. اكواد؟؟ ليش هو سكربت و لا وش
  9. This command is in-game only (F8).
  10. ديب فريز؟
  11. The meta look fine. It could be the other codes on the same file. Check the debugscript 3 so you can know where is the problem.
  12. TAPL

    player sync

    This might help. https://wiki.multitheftauto.com/wiki/Sync_interval_settings https://wiki.multitheftauto.com/wiki/Server_mtaserver.conf#bandwidth_reduction
  13. The script should be client-side, post your meta.
  14. Replace this: outputChatBox("getPlayerName(p).." pushes "..getPlayerName(pushPlayer).." up!", root, 255, 0, 0) With this: outputChatBox(getPlayerName(p).." pushes "..getPlayerName(pushPlayer).." up!", root, 255, 0, 0)
  15. ذا وش وضعه تبي الماركر يروح عالم 1 إذا كان اللاعب في سيارة و لا كيف setElementDimension Markers = { [1] = {1557.84558, -1606.64563, 13.382}, [2] = {1570.60059, -1607.84277, 13.3828}, [3] = {1585.99573, -1607.66797, 13.38281}, } addEventHandler("onClientResourceStart", resourceRoot, function() for _, TheMarkers in ipairs(Markers) do TheMarker = createMarker(TheMarkers[1], TheMarkers[2], TheMarkers[3] - 1, "cylinder", 1.5, 0, 0, 255, 150) if isPedInVehicle(localPlayer) then guiSetVisible(myWindow, false) -- غير اسم النافذة setElementDimension(TheMarker, 1) end end end)
  16. http://files.mtasa.com/apps/tools/MTADiag.exe دائماً ينصح بأستخدام الأداه ذي الأداه بتحمل آخر أصدار لأم تي اي + آخر تحديث للدايركت اكس ثم بيجيك رابط اسدحه هنا إذا ما انحلت المشكلة
  17. Have you check the wiki page for createColCircle? Because it has only 3 arguments while in your script there 4 arguments.
  18. function pedLoad(thePlayer) local x, y, z = getElementPosition(thePlayer) local thePed1 = createPed(120, x + 1, y, z) exports.extrahealth:setElementExtraHealth(thePed1, 50) -- I don't see a point for this local thePed2 = createPed(0, x + 1, y, z) exports.extrahealth:setElementExtraHealth(thePed2, 250) local thePed3 = createPed(0, x, y + 1, z) exports.extrahealth:setElementExtraHealth(thePed3, 1000) local stat3 = exports.extrahealth:getElementExtraHealth(thePed3) outputChatBox("Stat3: "..stat3) end addCommandHandler("probe", pedLoad)
  19. TAPL

    [Help] DFR

    What was this? It's really simple: if you are looking for script then do it yourself, if you don't know how to do it then learn, if you can't learn then pay someone to do it for you, if you don't have money then DON'T EVER TRY TO OPEN SERVER.
  20. TAPL

    Clan system

    Hello Steven, You're in Arabic section where every topics and posts should be in Arabic. Moved to Scripting.
  21. exports is needed. "How to use" is explains "How you can use it", not "How to copy paste".
  22. حط الفيديو بنفس الموضوع الرئيسي للأستضافة ما يحتاج تعمل فلوده مواضيع عن الأستضافة بالقسم موضوع واحد كفاية
  23. أضن في موضوع خاص بالأستضافة يعني كل شي يتعلق بالأستضافة خله بالموضوع ذا viewtopic.php?f=165&t=58564&start=45 ما يحتاج تملي القسم كله مواضيع عن الأستضافة موضوع واحد يكفي و مبروك الأدمنية
×
×
  • Create New...