FuriouZ Posted December 7, 2013 Share Posted December 7, 2013 Hello, i have a question How to do if i press f11 then blip doesn't show or how to hide blip from f11 map i mean that in minimap (gps) i can see blip but in f11 i cant Link to comment
TrapLord Studios™ Posted December 7, 2013 Share Posted December 7, 2013 I' Don't think thats possible. but you can disable the F11 menu. Link to comment
FuriouZ Posted December 8, 2013 Author Share Posted December 8, 2013 I' Don't think thats possible. but you can disable the F11 menu. How ? Link to comment
TrapLord Studios™ Posted December 8, 2013 Share Posted December 8, 2013 [url=https://wiki.multitheftauto.com/wiki/ShowPlayerHudComponent]https://wiki.multitheftauto.com/wiki/Sh ... dComponent[/url] showPlayerHudComponent("radar", false) Link to comment
Dzsozi (h03) Posted March 15, 2014 Share Posted March 15, 2014 I' Don't think thats possible. but you can disable the F11 menu. How ? To disable the F11 map use this: toggleControl("radar", false) And if you want to add an information about why is this disabled: toggleControl("radar", false) bindKey("F11", "down", function() outputChatBox("Your text here", thePlayer, 255, 0, 0, true) end ) OR if you use this notifications system: https://community.multitheftauto.com/in ... ls&id=5812 then it's: toggleControl("radar", false) bindKey("F11", "down", function() exports.notifications:showBox('info', "Your text here") end ) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now