Reply To: Mafia 2 Hilwood Sign
Home / Forums / Modders Corner / Mafia Editing / Mafia II mods / Mafia 2 Hilwood Sign / Reply To: Mafia 2 Hilwood Sign
bindKey (“I”,”v = game.game:GetActivePlayer():GetPos() v.y = v.y + 1 game.game:GetActivePlayer():SetPos(v)”)
bindKey (“J”,”v = game.game:GetActivePlayer():GetPos() v.x = v.x – 1 game.game:GetActivePlayer():SetPos(v)”)
bindKey (“K”,”v = game.game:GetActivePlayer():GetPos() v.y = v.y – 1 game.game:GetActivePlayer():SetPos(v)”)
bindKey (“L”,”v = game.game:GetActivePlayer():GetPos() v.x = v.x + 1 game.game:GetActivePlayer():SetPos(v)”)
bindKey (“U”,”v = game.game:GetActivePlayer():GetPos() v.z = v.z + 1 game.game:GetActivePlayer():SetPos(v)”)
bindKey (“O”,”v = game.game:GetActivePlayer():GetPos() v.z = v.z – 1 game.game:GetActivePlayer():SetPos(v)”)
What to do with that code ?
