AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [Any] Prop Take Damage effect (https://forums.alliedmods.net/showthread.php?t=174644)

Master53 12-23-2011 07:29

[Any] Prop Take Damage effect
 
2 Attachment(s)
This plugin allows any prop_physics to take damage. As this plugin doesn't actually damage the props it changes its colour and after a certon amount of colour added the prop gets removed.

i have also added a cool spark effect when a prop breaks or gets its colour is has changed to much.

any RGB colours can be used but will require a 2 line script edit to change the array of the colours.

This plugin would be usefull for Zombie servers or Roleplaying servers or even Fun Cheat servers but its up to you.

All work has been released by and from http://unitservers.com/

http://unitservers.com/Banner12.gif

pubhero 10-08-2012 23:45

Re: [Any] Prop Take Damage effect
 
Code:

// enable/disable player connet announce default (1)
// -
// Default: "3"
sm_prop_max_damage "3"

// enable/disable player disconnet announce default (1)
// -
// Default: "5"
sm_prop_min_damage "5"

Sorry. My english not good, but what is this?
Enable - disable the connect / disconnect announce messages? For a prop damage effect plugin?
Bad comments, or i am stupid? :oops:

MasterOfTheXP 10-08-2012 23:57

Re: [Any] Prop Take Damage effect
 
That's a lot of comments and spaces between lines.
Also, if you're only using stock includes, don't attach the smx.
Quote:

Originally Posted by pubhero (Post 1815334)
Enable - disable the connect / disconnect announce messages? For a prop damage effect plugin?
Bad comments, or i am stupid? :oops:

It's easy to make that mistake, at least, for me.

Huntereb 10-19-2012 17:35

Re: [Any] Prop Take Damage effect
 
I just added a tiny prop spawning plugin to my server, this will come in handy for stopping people from blocking off paths! Thanks!

InfoTheRalle 10-25-2016 04:56

Re: [Any] Prop Take Damage effect
 
Anyway possible to disable weapon damage?, or that only the T (Zombie) side can make damage props?

greetings

Master53 09-18-2017 14:35

Re: [Any] Prop Take Damage effect
 
1 Attachment(s)
updated with team only cvar

alex123pavlov 06-20-2018 11:51

Re: [Any] Prop Take Damage effect
 
Quote:

Originally Posted by Master53 (Post 2549511)
updated with team only cvar

Help fix.
Code:

/home/groups/sourcemod/upload_tmp/phps085al.sp(7) : warning 207: unknown #pragma
/home/groups/sourcemod/upload_tmp/phps085al.sp(7) : error 038: extra characters on line
/home/groups/sourcemod/upload_tmp/phps085al.sp(23) : error 001: expected token: "}", but found "-label-"
/home/groups/sourcemod/upload_tmp/phps085al.sp(91) : error 017: undefined symbol "TeamOnmly"
/home/groups/sourcemod/upload_tmp/phps085al.sp(127) : error 017: undefined symbol "Client"
/home/groups/sourcemod/upload_tmp/phps085al.sp(130) : error 029: invalid expression, assumed zero


alex123pavlov 07-05-2018 19:04

Re: [Any] Prop Take Damage effect
 
1 Attachment(s)
Repair please


All times are GMT -4. The time now is 03:55.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.