Garry's Mod
930 คะแนน
Prop Destruction
2
2
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
Content Type: Addon
Addon Type: Tool
Addon Tags: Roleplay, Realism
ขนาดไฟล์
โพสต์
อัปเดต
530.563 KB
26 เม.ย. 2019 @ 11: 42pm
7 ก.ค. 2022 @ 6: 48am
21 หมายเหตุการเปลี่ยนแปลง ( ดู )
คำอธิบาย
Simple Prop Destruction system without looping on gamemode.

This addon provides prop destructing experience. It can be useful on different servers and gamemodes. You can setup it on DarkRP or Sandbox or whichever gamemode you want.
It doesn't matter.

Important aspects:
  • Re-shot will interrupt the recovering process.
  • The health of the prop is 2.25x of it's mass.
  • Unstable prop is a prop without ability to recover.

  • Simple and conflict-free code.
  • Little things are soundless.
  • Works only with your spawned props.

Available ConVars:
  • pd_enabled 0/1 to enable/disable the addon.
  • pd_recovering 0/1 to enable/disable the recovering process.
  • pd_poor 0/1 to enable/disable spawning with 1 HP.
  • pd_cracks 0/1 to enable/disable cracks on props.
  • pd_hud 0/1 to enable/disable HUD of the addon.

Available on GitHub.[github.com]

You can also check another interesting addons:






กระดานสนทนายอดนิยม ดูทั้งหมด (4)
33
13 พ.ย. 2024 @ 3: 55pm
ถูกปักหมุด: Suggestions
crester
14
30 ต.ค. 2021 @ 11: 50am
ถูกปักหมุด: Bugs?
crester
6
9 ธ.ค. 2022 @ 4: 29am
Props shouldn't spawn with 1hp
PanzerFaust
102 ความเห็น
fwmedizORnot 15 ม.ค. @ 5: 16am 
kinda sucks
Ishmael from Limbus Company 17 ก.ค. 2024 @ 10: 44am 
Cant change HP. This is a serious omission in my opinion:steamsad:
MERCY_ALL 19 เม.ย. 2024 @ 2: 13pm 
I'm pretty sure sandbags (from another addon in prop mode) shouldn't be hit with a tube of toothpaste and break all said sandbags at once
tralalero tralala 27 ม.ค. 2024 @ 3: 45am 
Оно не работает даже когда я ввожу команду pd_enabled 1.
консоль просто не реагирует на команду:steamthumbsdown:
eoka #skinape 28 ต.ค. 2023 @ 6: 21pm 
понятно но хотя мне это уже не нужно всё равно спасибо :FH5Kudos:
ZXC 28 ต.ค. 2023 @ 6: 20pm 
хотел на русском написать
но символов много
ZXC 28 ต.ค. 2023 @ 6: 19pm 
не благодари )))
eoka #skinape 28 ต.ค. 2023 @ 6: 19pm 
ура хоть кто то ответил
ZXC 28 ต.ค. 2023 @ 6: 13pm 
in order to change the number (hp of popes), go to the mod directory, then follow these paths - Prop Destruction/ lua /pd/ sh_init.lua, open this lua code and measure these parameters

local strength = phys:GetMass() * 2.95
(example - local strength = phys:GetMass() * 50

- change the multiplier of the permissible mass by an integer, for example 50
, this number will automatically multiply the number of hp for all priests, and you will not have to adjust the hp for each missed one.


strength > 2000 then - this line shows the number of hp
strength = 2000 - this line displays the maximum allowable number of hp prop

(example)
strength > 15000 then
strength = 15000

here you have to put the maximum number of hp multiplication I recommend putting up to 15,000 in both lines, then save the code and start the server.

P.s
not in advance for that))))))
eoka #skinape 2 พ.ค. 2023 @ 4: 22pm 
КАК ИЗМЕНИТЬ ХП :steamthumbsdown: