Jump to content

HUNGRY:3

Members
  • Posts

    395
  • Joined

  • Last visited

Everything posted by HUNGRY:3

  1. you're talking about the zombie?
  2. it needs hard work and you must have decompiled Dayz you can do it in inventroy.lua,spawn.lua,login.lua,survivorsystem.lua,vehicle_spawns
  3. function vipdayz( source ) if getElementData( source,"VIP", true) then setElementData( source,"blood", 15000) outputChatBox("HEALED", source, 255, 0, 0) end addCommandHandler("heal", vipdayz) what's the problem?
  4. https://wiki.multitheftauto.com/wiki/TeaEncode
  5. nah learning scripting is easy
  6. You're using this in DayZ?
  7. DayZ blood is not like normal blood ^^ so use setElementData( source,"blood", 400000000)
  8. What does debugscript say?
  9. local weaponsToDamageSwat = { [36] = true, [35] = true, } function handleSwatDamage(attacker, weapon, loss, x, y, z, tyre) if (weapon and getElementModel(source) == 601 and loss > 0) then if (weaponsToDamageSwat[weapon]) then setElementHealth(source,getElementHealth(source) - 500) setVehicleDamageProof(source, false) end end end end addEventHandler("onClientVehicleDamage", root, handleSwatDamage)
  10. try it maybe your computer will handle it
  11. function seatbelton ( player ) if isPedInVehicle ( player ) then if getElementData ( player, "seatbelt" ) ) then cancelEvent () end addEventHandler ( "onVehicleStartExit", getRootElement(), seatbelton ) not tested dunno if it will work
  12. you're using for dayz or normal things?
  13. K good but it will not work with -ffs-sniper globalchat ^^
×
×
  • Create New...