you dont make it "solid" you just make sure ur camera stays at the right height. I guess u could put collision on it if its an object or something but use this to keep ur camera at the right height:
Quote: "
sync on : sync rate 0
hide mouse : autocam off
make matrix 1, 1000, 1000, 20, 20
SET MATRIX HEIGHT 1, 10, 10, 50
SET MATRIX HEIGHT 1, 9, 9, 50
SET MATRIX HEIGHT 1, 10, 9, 50
SET MATRIX HEIGHT 1, 9, 10, 50
update matrix 1
position matrix 1, -500,0,-500
do
control camera using arrowkeys 0, .25, .25
position camera camera position x(), get ground height(1,camera position x()+500,camera position z()+500)+5, camera position z()
sync
loop
"
that should help
o and plz dont double post, meaning dont make two post about the same thing, i heard u can get into trouble with the mod's for it, cause i accidentally did it too