Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. TAPL

    Help

    https://wiki.multitheftauto.com/wiki/OnPlayerPickupHit https://wiki.multitheftauto.com/wiki/CancelEvent
  2. You don't want use elementdata? Well another way, let everyone do the trigger and in the same time in server side put all players in the server in a table and when the trigger come from the client check if the source of the trigger was in the table or not.
  3. TAPL

    car spawer

    Did you forgot the fucnction spawnVehp or what?
  4. -- Client Side -- addEventHandler("onClientResourceStart", resourceRoot, function() if getElementData(localPlayer, "Whatever") then triggerServerEvent("clientLoaded", localPlayer) end end) -- Server Side -- addEventHandler("onResourceStart", resourceRoot, function() for i, player in ipairs (getElementsByType("player")) do setElementData(player, "Whatever", true) end end)
  5. أها أنت كنت تقصد الأف بي أس عندك 4 - 3 و قبل كان 12 يا رجال 12 تقول عنه سريع خخخ ذا يمديك تصوب فيه؟ و إلا لو جيت تركب سيارة يبي له سنة على ما يفتح الباب و يركب و عاد ردد يا ليل مطولك على ما تتحرك السيارة و ثقيله بعد خخخ
  6. المشكلة بسرعة أتصالك او اتصال السيرفر الي انت تخشه على الأغلب
  7. وين قروب ادمن؟ الي عندك نصه ناقص جديد ACL حمل http://linux.multitheftauto.com/dl/132/baseconfig.tar.gz
  8. https://wiki.multitheftauto.com/wiki/OnClientPlayerHeliKilled
  9. مثل عدم وجوده return وجود
  10. server if playerWhoUses == localPlayer then What does localPlayer do in server side?
  11. ^^ مو معرف داخل التايمر؟ player
  12. https://code.google.com/p/mtasa-blue/source/detail?r=5325 لا تتعب نفسك و تسوي كود^^ حاطه ذا كود كـ بداية للفكره Kenix و الكود الي بتحتاج أنميشن + الأفضل تسويه سيرفر و بتحتاج أضافات بالكود يعني مو كل طلقة توقف اللاعب
  13. TAPL

    Question

    getPlayerAccount setAccountData getAccountData
  14. You have error somewhere else and the debug showing you other thing. It's better to post full code or no one can help you.
  15. لا حماية و لابطيخ لا تعطي اي احد ادمنية + حط باسورد صعب زي الناس لحسابك المودات الي تقول احذفها بالعكس ذي مودات مهمه و لها فوائد للي يعرف يستخدمها طبعاً
  16. نسيت تشرح أن من الممكن وضع رقم واحد فقط أو عدم وضع أي رقم
  17. فقط resource-cache الموجود في http-client-files تحط الملفات الي في المجلد
  18. TAPL

    isPedBlood ?

    You didn't understand, you are looking for a solution to those players whom don't lost health when you shot them, but they bleed in same time. And i gives you the solution but maybe you didn't understand it or you don't want it or you want someone give you ready solution (copy + paste).
  19. TAPL

    Clan

    I cant open the gui You forgot to read the description?
  20. TAPL

    isPedBlood ?

    Possible what? I told you the event get trigger when YOU saw in YOUR SCREEN any player getting hit regardless he lost health or not. This is up to you about what you going to do.
  21. كلينت إلى عنصر مسويه من سيرفر destroyElement ما يمديك تسوي
  22. TAPL

    isPedBlood ?

    I've already told you ^^ If you can not understand it, i am sorry but scripting isn't for you.
  23. TAPL

    isPedBlood ?

    The Event: onClientPlayerDamage is always get trigger when any player got damaged/bleed or whatever (IN YOUR SCREEN).
×
×
  • Create New...