Author Topic: Bricks turn red when I shoot them with a projectile.  (Read 693 times)

Hello forums, I noticed recently if I shoot a brick with a gun it turns red, I can't find any conflicting addons in my addon list that may be causing this. Also it's not just the save i'm loading, it's on every brick I shoot.
Help?

Error in coding on a weapon then I guess.

Error in coding on a weapon then I guess.
Every weapon does this.

And one of those weapons must have an error in their coding.

Can you give me your console.log?

start server
open console
trace(1); in console
shoot brick
close game
post console.log

if you disable all of your addons, does it still happen?
if you only enable half of your addons, does it still happen?
narrow it down until you find the addon causing it

Sorry about the delay, I posted the console.log here

Entering paintProjectile::onCollision seems to be the trouble-causer.
I noticed something off with bdaypartydeath. Try disabling that.

Be easier to find the problem if you didn't do two million things after tracing.

Entering paintProjectile::onCollision seems to be the trouble-causer.
I noticed something off with bdaypartydeath. Try disabling that.
Fixed it, thank you Dannu!
I dunno if Masterlegodude fixed it yet, i'll tell him.
locking