Hi all,

I made some blocks that people dont go outside. When the collission of players is enabled (they cant go through each other, the block is working). When its disable, players can also go through this block and it doesnt block anymore.
Code:
naarbuiten1()
{
	origin=(-1277,-16209,58);
	col1  = spawn("script_origin", origin);
      	col1 setcontents(1);
      	col1 solid();
}
How to fix it?