• How can I make printers destructible?
    5 replies, posted
Okay so i have a printer addon for my Gmod but there is a problem and that is that the printers cannot be destroyed.. So i wanted to ask does anyone know what do i have to add to the code for it to be destructible? I have added these lines to the entity.         health = 100,         indestructible = false, But it doesnt do anything as the printer still cannot be destroyed.. Please help me!
We neither know what addon your using, nor the code. Or config. Or anything. If you just typed somewhere "indestructable = false" that sure wont do it.. do people think facepunch users are wizards and just know every single detail??
1) What printer addon? 2) Adding: health = 100, indestructible = false, Won't do shit.
Perfect representation of the preconceived notions that people without programming experience have.
So you have set 2 variables. Doing that is the start now you need to use a hook such as ENTITY/OnTakeDamage and modify said variables.
you literally repeated my reply XD
Sorry, you need to Log In to post a reply to this thread.