Garry's Mod
[wOS] Last Stand
Εμφάνιση 1-9 από 9 καταχωρίσεις
Ενημέρωση: 16 Σεπ 2020 στις 20: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 )

Ενημέρωση: 28 Απρ 2019 στις 15:14

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

Ενημέρωση: 28 Απρ 2019 στις 14:00

  • Fixed crawling speed preventing it from moving

Ενημέρωση: 27 Απρ 2019 στις 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 )

Ενημέρωση: 16 Οκτ 2018 στις 17:38

  • Refined HOLD USE TO KILL function slightly

Ενημέρωση: 16 Οκτ 2018 στις 17:38

  • Refined HOLD USE TO KILL function slightly

Ενημέρωση: 16 Οκτ 2018 στις 1:20

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

Ενημέρωση: 16 Οκτ 2018 στις 0: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

    Ενημέρωση: 15 Οκτ 2018 στις 16:54