Garry's Mod

Garry's Mod

[wOS] Last Stand
9개 중 1~9개 표시 중
업데이트: 2020년 9월 16일 @ 오후 8시 57분

Added hook to overwrite whether someone should be incapped or not.

Example:

hook.Add( "wOS.LastStand.ShouldIncap", "ABUSIVE EXAMPLE", function( ply, dmg, dmginfo )
if ply:IsAdmin() then return false end --Admins can never be incapacitated
if ply:Team() == TEAM_HOBO then return true end --Hobos will be incapacitated whenever they take damage
end )

업데이트: 2019년 4월 28일 @ 오후 3시 14분

  • Fixed random crashing occurring on DarkRP when trying to end it all

업데이트: 2019년 4월 28일 @ 오후 2시 00분

  • Fixed crawling speed preventing it from moving

업데이트: 2019년 4월 27일 @ 오전 11시 32분

  • Added camera modes for cinematic first person, standard first person ( default ), and third person
  • Added Revive-On-Kill console command
  • Added Bleed Out console command
  • Added Crawling console command
  • Added descriptions to console commands if you input them without a value
  • Fixed suicide not working on some gamemodes
  • Made it so crouching is toggled when reviving someone ( less things to hold )

업데이트: 2018년 10월 16일 @ 오후 5시 38분

  • Refined HOLD USE TO KILL function slightly

업데이트: 2018년 10월 16일 @ 오후 5시 38분

  • Refined HOLD USE TO KILL function slightly

업데이트: 2018년 10월 16일 @ 오전 1시 20분

  • Fixed revivers being able to jump and shoot while reviving a player

업데이트: 2018년 10월 16일 @ 오전 12시 54분

  • Fixed animation not playing for reviving member
  • Added singleplayer support
  • Added basic bot support ( No falling / getting up anims )
  • Added new console commands ( See description for information )
  • Added ability to restrict reviving based on Team/DarkRP job

    업데이트: 2018년 10월 15일 @ 오후 4시 54분