Page 1 of 1
					
				Spawn Solid Models Cod4
				Posted: August 13th, 2010, 8:19 am
				by Opel
				Hey what im trying to do is spawn a model on normal map. I can get it to spawn but you can walk through it.  Im wondering if its is possible to make it solid.
			 
			
					
				Re: Spawn Solid Models Cod4
				Posted: August 13th, 2010, 7:05 pm
				by Drofder2004
				Not exactly possible. There are work arounds that produce some crap results through the use of "setcontents()" command.
			 
			
					
				Re: Spawn Solid Models Cod4
				Posted: August 14th, 2010, 8:38 am
				by Opel
				I actually tried setcontents i rember reading it on modsonline but it didnt work. It spawned model but was still Non solid. I tried it like this
Code: Select all
statue = spawn("script_model", -5, 52, 60);
statue setmodel("me_statue");
statue setcontents(1);
 
			 
			
					
				Re: Spawn Solid Models Cod4
				Posted: August 14th, 2010, 1:11 pm
				by Drofder2004
				I have never done it myself, just been told of it. I have been told it produces very bad results and so I never bothered.