Could anyone give me an example on how to make a wall "func_wall" going from for example (x,y,z) from (1.0, 1.0, 1.0) to (8.0, 28.0, 1.0) (the two lower corners) with a height of 20.0 and a thickness of 10.0 ?
there's...
create_entity("func_wall")
After that, for setting its origin and all I'm fine.
But how the heck to I set its dimensions?