Spawn Solid Models Cod4
Moderator: Core Staff
- 
				Opel
														 - CJ Fan

 - Posts: 188
 - Joined: September 15th, 2008, 12:28 pm
 - Location: Scotland
 
Spawn Solid Models Cod4
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.
			
			
									
									
						- 
				Drofder2004
														 - Core Staff

 - Posts: 13315
 - Joined: April 13th, 2005, 8:22 pm
 - Location: UK, London
 
Re: Spawn Solid Models Cod4
Not exactly possible. There are work arounds that produce some crap results through the use of "setcontents()" command.
			
			
									
									
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010
- 
				Opel
														 - CJ Fan

 - Posts: 188
 - Joined: September 15th, 2008, 12:28 pm
 - Location: Scotland
 
Re: Spawn Solid Models Cod4
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);
- 
				Drofder2004
														 - Core Staff

 - Posts: 13315
 - Joined: April 13th, 2005, 8:22 pm
 - Location: UK, London
 
Re: Spawn Solid Models Cod4
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.
			
			
									
									
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010