Reply To: First person mod

Home / Forums / Modders Corner / Mafia Editing / Mafia II mods / First person mod / Reply To: First person mod

Bank Notes: 400
July 27, 2012 at 6:12 pm #14261

ok, I got the injector and unpacked it into the pc folder as it requests, and now what I do with this information:

 

with injector:

In Car

DelayBuffer:Insert(function(l_1_0)

game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),true)

game.game:GetActivePlayer():ShowModel(false)

end,{l_1_0},250,1,false)

Out Car

DelayBuffer:Insert(function(l_1_0)

game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),false)

game.game:GetActivePlayer():ShowModel(true)

end,{l_1_0},250,1,false)

 

It’s just open either of the 12 lua archives and copy the information above inside? Thanks