Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. https://bugs.multitheftauto.com/view.php?id=6571
  2. عندك خيارين الأول: getPlayerMoney takePlayerMoney 'onVehicleExplode' destroyElement الثاني:
  3. TAPL

    no warp!

    fr_client Delete line 588 and 591. server.warpMe(player)
  4. "Resource started" will appear to all players when any player join and his/her resource started. And resourceRoot isn't player, you should use client.
  5. TAPL

    no warp!

    Post the code you tried.
  6. What does the debug say?
  7. area.nome -> areia.nome?
  8. TAPL

    no warp!

    There's two check boxs in freeroam window, one for the "jetpack" and the other for "fall off", you can see how they work and apply the same code in the topic without using the commands.
  9. ^^ vehicle استخدم لوكل للمتغير يعني اللاعب معه سيارة قبل ما تصلحها عشان ما يجي خطأ في الدي بق false تحقق ان المتغير مو +
  10. تأكد ان مود الأدمنية مضاف في قروب ادمن + صلاحيات قروب الأدمن مو خابص فيها شي
  11. هذا السطر أيش وضعه؟
  12. https://community.multitheftauto.com
  13. It use "team" element data, not "Class". Also you might need a timer as the element data is set after spawning the player.
  14. ^^ The meta is wrong.
  15. sTable = { ["playerSerial1"] = {"somedata", "someotherdata"}, ["playerSerial2"] = {"somedata2", "someotherdata2"}, ["playerSerial3"] = {"somedata3", "someotherdata3"} } if sTable[serial] then -- print(sTable[serial][1]) -- print(sTable[serial][2]) return true else return false end Also don't use table as variable name because it can conflict with functions such as table.insert and table.remove.
  16. لا اعلم تقدر تبحث و تشوف او تجرب و تستكشف المود و تتعلم بنفسك
  17. ^^ التايمر مافيه سورس، حط بداله روت
  18. https://wiki.multitheftauto.com/wiki/Client_Scripting_Functions#GUI_functions https://community.multitheftauto.com/index.php?p=resources&s=details&id=141
  19. addEventHandler("onPlayerSpawn", root, function() if getElementData(source, "Class") == "Heavy" then setPedArmor(source, 100) else setPedArmor(source, 0) end end)
  20. سويت لوحة بعدين عدلتها كيف تجي؟ ما تجي ذا مود السيارات حقي ._.
  21. https://community.multitheftauto.com/index.php?p=resources&s=details&id=11265
×
×
  • Create New...