Home / Forums / Modders Corner / Mafia Editing / Mafia II mods / Change your player model at any time and anywhere

Change your player model at any time and anywhere

Home / Forums / Modders Corner / Mafia Editing / Mafia II mods / Change your player model at any time and anywhere

3 replies
13 years, 8 months ago
#6894

Change your player model with only one lua button at any time and anywhere.

Total of 12 different models.

100% working, just not in the car. biggrin.png” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/biggrin@2x.png 2x” width=”20″ height=”20″> See in the video.

 

http://www.youtube.com/watch?v=45aD1MC1XWo

 

 

ply=game.game:GetActivePlayer()

if i==nil then i=0 end i=i+1 if i==13+1 then i=1 end

DelayBuffer:Insert(function(l_1_0)if i==1 then game.game:ChangePlayerModel(“vitarmy”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i==2 then game.game:ChangePlayerModel(“vitksl2”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i=smile3.gif then game.game:ChangePlayerModel(“vitnah_t”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i==4 then game.game:ChangePlayerModel(“vitoveral”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i==5 then game.game:ChangePlayerModel(“vitspo”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i==6 then game.game:ChangePlayerModel(“vittel”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i==7 then game.game:ChangePlayerModel(“vitukl”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i==8 then game.game:ChangePlayerModel(“vitvez”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i==9 then game.game:ChangePlayerModel(“vitvop”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i==10 then game.game:ChangePlayerModel(“vitvov”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i==11 then game.game:ChangePlayerModel(“vitvov2i”)end end,{l_1_0},250,1,false)

DelayBuffer:Insert(function(l_1_0)if i==12 then game.game:ChangePlayerModel(“vitvov3”)end end,{l_1_0},250,1,false)

 

13 years, 8 months ago
#12529

If we are being chased by the police, will this take out the condition??  <!-- s:huh: --/>:huh:<!-- s:huh: --> ” data-emoticon=””></p>
					</div>
				</section>

			</article>

					
			<article class=

13 years, 8 months ago
#12531

Not, still you wanted. wacko.png

13 years, 8 months ago
#12532

Mafioso

 

it’s just a change of Skin, for the game you always have the same clothes.

 

Director

you like this command “SetControlStyle”, but once again completely useless.

 

Look here:

http]

  • You must be logged in to reply to this topic.