Jump to content

Tekken

Helpers
  • Posts

    1,423
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Tekken

  1. of course, i tested on local sv and works,...:\
  2. Hi, Today i was traied to ad someone as VIP and i can't, it say this: Error adding object 'user.NAME' to group 'VIP' Someone know wath do do ? Already reinstaled latest admin resource.
  3. Hi, I have this script for loja, and when type "/loja" teleport you in a loja, then "/lastloja" teleport you back. But if you go in loja then go back and you die when type back "/lastloja", teleport you back were you was. Script: addCommandHandler("lastloja", function(playerSource) local oldxl = getElementData(playerSource, "xl") local oldyl = getElementData(playerSource, "yl") local oldzl = getElementData(playerSource, "zl") setElementPosition(playerSource, oldxl, oldyl, oldzl) outputChatBox("Out of loja!", playerSource, 255, 0, 0) end ) How to delete oldxl, oldyl, oldzl ?
  4. <meta> <map src="ShowMap.map" dimension="0" /> </meta>
  5. [quote name=..&G:..]Haha, chiar vroiam sa iti spun cum de mama drq Mihay ala iti vinde scripturile )) Are si tupeul sa faca un topic pe forum Cea ce am vandut era facut de mine. Stii cati mi-au cerut scripturile ? Dar eu am avut respect pentru Show.
  6. If you want an more advanced one: https://forum.multitheftauto.com/viewtopic.php?f=108&t=84339 Also uncompiled.
  7. I am looking in a good host firm for a DayZ server that i can pay with PaySafeCard. Did somebody know one ?
  8. /debugscript 3 ? Also this is the full code ?
  9. I used but stil not work, anyway i used xmlDestroyNode and it's fine
  10. How do i fix this ? The backpack is moving by itself, only on some skins...
  11. Tekken

    Hackers

    use this for antibloodhack: function hackerS(thePlayer) local Blood = getElementData(thePlayer, "blood") or 0 if tonumber(Blood) >= 12001 then kickPlayer( thePlayer, "Hack: Blood Hack" ) end end setTimer(hackerS, 40000, 0)
  12. Whi is this thing not working, i used it for DayZ Vehicle Backup System and works prety well and now it didn't work, it don't give any error in /debugscript 3 , or console : if fileExists("file.xml") then fileDelete('file.xml') end --Check if file exist and if exist delete it local File = xmlCreateFile("file.xml", "tents") -- and now create a new one But is didn't create a new one SOLVED
  13. hmm, i tink you need to restart DayZ resource
  14. < Refresh > Added Tent Save System !
×
×
  • Create New...