FuriouZ Posted December 7, 2013 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 Homepage @ http://rageresources.blogspot.com/ Offical Facebook @ https://www.facebook.com/pages/Rage-Scr ... fref=photo
TrapLord Studios™ Posted December 7, 2013 Posted December 7, 2013 I' Don't think thats possible. but you can disable the F11 menu. Visit TrapLord Studios™
FuriouZ Posted December 8, 2013 Author Posted December 8, 2013 I' Don't think thats possible. but you can disable the F11 menu. How ? Homepage @ http://rageresources.blogspot.com/ Offical Facebook @ https://www.facebook.com/pages/Rage-Scr ... fref=photo
TrapLord Studios™ Posted December 8, 2013 Posted December 8, 2013 [url=https://wiki.multitheftauto.com/wiki/ShowPlayerHudComponent]https://wiki.multitheftauto.com/wiki/Sh ... dComponent[/url] showPlayerHudComponent("radar", false) Visit TrapLord Studios™
Dzsozi (h03) Posted March 15, 2014 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 ) Your signature image is too large. Removed
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