Mafia Scene - Mafia I & II Game Fan Site
		Modders Corner => Mafia Editing => Mafia II mods => Topic started by: crazypreacher on August 22, 2012, 11:22:54 AM
		
			
			
				To make a character invisible, i would like to shoot video but the character is always in the picture, and i would like to make a video with playable character. Just like if the camera is in front
			
			
			
				Did you tried frm_seton?
			
			
			
				Never eard of it   ???
			
			
			
				Oh, I thought you mean firs Mafia, sorry  :-[
			
			
			
				Thanks anyway, but i din't specified that is for mafia 2
			
			
			
				But this topic is in Mafia2 mods, but I didn't noticed it.
			
			
			
				I used to have "no model" bug while changing player models. There was really no model (cops didn't see me), but I still could move. Unfortunately, I don't know which lua commands did I use then   <img src="/wp-content/uploads/invision_emoticons/sad.png" alt="(//frown.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/sad@2x.png 2x" width="20" height="20">
			
			
			
				maybe just replace the character and clothes texture into transparent? (using photoshop dds plugin)
			
			
			
				with injector
 
game.game:GetActivePlayer():ShowModel(false)
 
and to view player
game.game:GetActivePlayer():ShowModel(true)
			
			
			
				Quotewith injector 
game.game:GetActivePlayer():ShowModel(false)
 
and to view player
game.game:GetActivePlayer():ShowModel(true)
 Thanks    <img src="/wp-content/uploads/invision_emoticons/smile.png" alt="(//smile.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/smile@2x.png 2x" width="20" height="20">