public void Tick(List<TickNametagData> data)
{
RAGE.Game.Pad.DisableControlAction(2, 22, true);
RAGE.Game.Pad.DisableControlAction(2, 102, true);
RAGE.Game.Pad.DisableControlAction(2, 24, true);
RAGE.Game.Pad.DisableControlAction(2, 25, true);
RAGE.Game.Pad.DisableControlAction(2, 69, true);
RAGE.Game.Pad.DisableControlAction(2, 70, true);
RAGE.Game.Pad.DisableControlAction(2, 92, true);
RAGE.Game.Pad.DisableControlAction(2, 140, true);
RAGE.Game.Pad.DisableControlAction(2, 141, true);
RAGE.Game.Pad.DisableControlAction(2, 142, true);
RAGE.Game.Pad.DisableControlAction(2, 257, true);
RAGE.Game.Pad.DisableControlAction(2, 263, true);
RAGE.Game.Pad.DisableControlAction(2, 265, true);
}