Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. function buyWeed(localPlayer) ^^ Remove localPlayer. function buyWeed()
  2. هو ما شاء الله عليه في دقيقتين فتح صفحة الويكي لكل فنكشن Post by TAPL on Sun Sep 29, 2013 2:13 pm Post by ABU-WaLeD. on Sun Sep 29, 2013 2:15 pm
  3. تيتي كم عمرك؟
  4. اي فنكشن بالضبط الي ما فهمته؟
  5. bindKey guiCreateStaticImage guiStaticImageLoadImage guiSetVisible setTimer
  6. TAPL

    [Help] export

    https://wiki.multitheftauto.com/wiki/Call
  7. Post your code.
  8. You all using it wrong way. Syntax: bool triggerClientEvent ( [element sendTo=getRootElement()], string name, element theElement, [arguments...] ) The first argument is 'sendTo' that mean who you want trigger to, if you haven't specific the sendTo it will be root by default (for all). While the third argument will be the source of the event at the client side (every event have source isn't it? the same with custom events).
  9. https://forum.multitheftauto.com/viewtopic.php?f=104&t=15151
  10. You don't need server side, it can be done client side. function arrestGui() local arrest = getElementData(localPlayer, "arrest") if arrest then outputChatBox("arrest: "..arrest) guiSetVisible(windowArrest, true) showCursor(true) guiSetText(GUIEditor_Label[2], "arrests: "..arrest) else outputChatBox("you don't have any arrest") end end addCommandHandler("arrest", arrestGui)
  11. TAPL

    Farmer

    This function also should be used. getElementType
  12. TAPL

    ped health

    Objects also can have health.
  13. اي مود ما تلقاه في الكومنتري على الأغلب ما بتلقاه في اي مكان ثاني يعني ما يحتاج تسوي قروشة محد راح يبرمج لك مجاناً خلاص بطل مواضيع طلبات تعلم برمجة و برمج بنفسك
  14. Who is Xiti? https://community.multitheftauto.com/index.php?p=resources&s=details&id=1295 Author: Greacius Whatever.
  15. TAPL

    ped health

    setElementHealth
  16. TAPL

    [Question]

    There two ways: 1- Use this function: setObjectBreakable 2- Use this event: onClientObjectBreak cancelEvent
  17. TAPL

    help

    Vahalla? We don't give support with leaked scripts.
  18. getElementID
  19. الدي بق ما راح يقول شي بس اللون ما بيجي بيصير ابيض بس
  20. تقول للزر انتظر 5 ثواني؟ بالكلينت visibleTo اصلاً مافيه ارقمنت
  21. لما تضغط على الزر تتحقق ان كان التايمر موجود isTimer إذا موجود تقول له انتظر 5 ثواني إذا مو موجود تسوي الوظيفة الي تبيها + تسوي التايمر setTimer
  22. setTimer isTimer
  23. حط كود الملف هنا شكلك خبصت فيه و مسحت شي من الأقواس
×
×
  • Create New...