Reply To: Free Ride for DLC Joe’s Adventures v2.0
Home / Forums / Modders Corner / Mafia Scene Modders / eXistenZ34’s Mods / Free Ride for DLC Joe’s Adventures v2.0 / Reply To: Free Ride for DLC Joe’s Adventures v2.0
Shoot From Car is possible
he must disable the police, for get into a police car and have a chauffeur
ai.police:IgnorePerson(game.game:GetActivePlayer():GetGuid(), true)
ai.police:ClearKnownCars(game.game:GetActivePlayer():GetGuid(), true)
ai.police eactivateOffence(game.game:GetActivePlayer():GetGuid(), true)
but must disable the police, just when you get into the police car. it’s pretty easy to manage.
and in my script change
if game.game:GetActivePlayer():GetControlStyleStr()~=”CS_NORMAL” then game.game:GetActivePlayer():SetControlStyleStr(“CS_NORMAL”)end
by
if game.game:GetActivePlayer():GetControlStyleStr()~=”CS_ENABLESHOOTFROMCAR” then game.game:GetActivePlayer():SetControlStyleStr(“CS_ENABLESHOOTFROMCAR”)end
