Hello I'd like to know, is it possible (and how) to make a wall using amxx, that can stop bullets.
I asked my friend for map with many func_breakable and func_wall (map in attachments). By testing it i discovered that multiple walls (func_breakable and func_wall) can stop bullets, and the most efficient way to do it is by making 2x funk_breakable and 1 func_wall.
Before I started to make it, I used modified blockmaker plugin (modification: every block is funk_breakable, health 100.0, takedamage 1.0 [bbox standard]). Even truth I could destroy a block, even a +8 small blocks of func_breakable couldn't stop bullets
Did I miss something? Is there a way to do it?