Reply To: Using LUA commands for empty car
Home / Forums / Modders Corner / Mafia Editing / Mafia II mods / Using LUA commands for empty car / Reply To: Using LUA commands for empty car
Bank Notes: 1,130
OK. I made it work. For anyone interested, use injector v6 with this commands. You will have a remote car-bomb
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/biggrin@2x.png 2x” width=”20″ height=”20″>
Vito = game.game:GetActivePlayer()
Vitocar = Vito:GetOwner()
bindKey (“T”, “Vitocar:Explode()”)
bindKey (“U”, “Vitocar:SetSpeed(20)”)
bindKey (“J”, “Vitocar:SetSpeed(0)”)
bindKey (“H”, “Vitocar:SetAddSteer(50)”)
bindKey (“K”, “Vitocar:SetAddSteer(-50)”)
bindKey (“N”, “Vitocar:SetAddSteer(0)”)
