HelllBladePlay 1 Posted June 3 I bind my action to the number buttons. mp.keys.bind(0x31, true, function() { mp.events.callRemote('myAction') }) is it possible to disable the gta weapons selector? Share this post Link to post Share on other sites
robearded 21 Posted June 3 https://wiki.rage.mp/index.php?title=Controls::disableControlAction Share this post Link to post Share on other sites
HelllBladePlay 1 Posted June 3 8 минут назад, robearded сказал: https://wiki.rage.mp/index.php?title=Controls::disableControlAction mp.game.controls.disableControlAction(24, 157, true) mp.game.controls.disableControlAction(24, 37, true) I wrote it to disable TAB and number 1 but it did not help Share this post Link to post Share on other sites
robearded 21 Posted June 3 (edited) 7 minutes ago, HelllBladePlay said: mp.game.controls.disableControlAction(24, 157, true) mp.game.controls.disableControlAction(24, 37, true) I wrote it to disable TAB and number 1 but it did not help Put it inside the render event function Edited June 3 by robearded Share this post Link to post Share on other sites
HelllBladePlay 1 Posted June 3 1 минуту назад, robearded сказал: Put it inside the render event function thanks you its work 1 Share this post Link to post Share on other sites