Mike269 Posted March 16, 2015 Share Posted March 16, 2015 Hello guys, I just made blips for my radar but I want to use them for F11 map too, it's possible to do it? There should be script with normal blips in the server already right? I just need the name to replace the pictures with mine. Thanks! Link to comment
Tekken Posted March 16, 2015 Share Posted March 16, 2015 Here is the defauld folder MTA San Andreas 1.4\MTA\cgui\images\radarset I don't know if you can replace them via scripting. Link to comment
Mike269 Posted March 16, 2015 Author Share Posted March 16, 2015 yeah but if i edit that, only i will see it right? Link to comment
Seddo Posted March 16, 2015 Share Posted March 16, 2015 try this script https://community.multitheftauto.com/index.php?p= ... ils&id=381 Link to comment
Mike269 Posted March 16, 2015 Author Share Posted March 16, 2015 but if i have this how can I turn off normal blips then? Link to comment
SpecT Posted March 17, 2015 Share Posted March 17, 2015 but if i have this how can I turn off normal blips then? addEventHandler( "onClientKey", root, function(button) if button == "F11" then cancelEvent() end end ) Link to comment
3B00DG4MER Posted March 18, 2015 Share Posted March 18, 2015 toggleControl ("radar",false) This one is better 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