Turbe$Z Posted February 19, 2017 Share Posted February 19, 2017 function North () local north = createBlipAttachedTo ( north, 4 ); dxDrawImage(north, 20, 20, 'files/images/blips/north.png', 0, 0, 0, tocolor(0, 0, 0, 255), false); end i tried this, but doesn't working. how to add north blip to a radar script? Link to comment
3aGl3 Posted February 19, 2017 Share Posted February 19, 2017 (edited) Create a blip like this: local north = createBlip( 0, 10000, 0, 4 ) If you already have a working custom radar it should just draw the blip like any other. Edited February 19, 2017 by 3aGl3 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