Jump to content

HUNGRY:3

Members
  • Posts

    395
  • Joined

  • Last visited

Everything posted by HUNGRY:3

  1. looks cool goodluck!
  2. you're talking about the zombie?
  3. k tnx
  4. omg holy it's freaking awesome
  5. 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
  6. 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?
  7. :3 can't wait
  8. https://wiki.multitheftauto.com/wiki/TeaEncode
  9. nah learning scripting is easy
  10. It looks cool great job
  11. You're using this in DayZ?
  12. DayZ blood is not like normal blood ^^ so use setElementData( source,"blood", 400000000)
  13. Use setElementHealth
  14. :oooooooo cewwwl sheeet
  15. What does debugscript say?
  16. 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)
  17. EDIT: just a mistake
  18. try it maybe your computer will handle it
  19. 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
  20. you're using for dayz or normal things?
  21. K good but it will not work with -ffs-sniper globalchat ^^
  22. holy, so much membera
×
×
  • Create New...