Reply To: Mafia II – Taxi Ride
Home / Forums / Modders Corner / Mafia Editing / Mafia II mods / Mafia II – Taxi Ride / Reply To: Mafia II – Taxi Ride
Bank Notes: 880
July 23, 2012 at 1:46 pm
#14094
I opened the “basic_anim2” with SDS explorer, and I found this script:
ply=game.game:GetActivePlayer()
DelayBuffer:Insert(function(l_1_0)
CommandBuffer:Insert(l_6_0,{
function(l_1_0)return ply:SetControlStyle(enums.ControlStyle.LOCKED)end,
function(l_2_0)return ply:AnimPlay(“TAXI_CALL-A”, false)end,
function(l_3_0)return ply:AnimPlay(“TAXI_CALL-B”, false)end,
function(l_4_0)return ply:SetControlStyle(enums.ControlStyle.FREE)end})
end,{l_1_0},500,1,false)
Animation of stopping the taxi
