Garry's Mod

Garry's Mod

[wOS] Last Stand
Showing 1-9 of 9 entries
Update: 16 Sep, 2020 @ 8:57pm

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 )

Update: 28 Apr, 2019 @ 3:14pm

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

Update: 28 Apr, 2019 @ 2:00pm

  • Fixed crawling speed preventing it from moving

Update: 27 Apr, 2019 @ 11:32am

  • 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 )

Update: 16 Oct, 2018 @ 5:38pm

  • Refined HOLD USE TO KILL function slightly

Update: 16 Oct, 2018 @ 5:38pm

  • Refined HOLD USE TO KILL function slightly

Update: 16 Oct, 2018 @ 1:20am

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

Update: 16 Oct, 2018 @ 12:54am

  • 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

    Update: 15 Oct, 2018 @ 4:54pm