Jump to content

How to add north blip to radar script?


Turbe$Z

Recommended Posts

Posted
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?

Posted (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 by 3aGl3

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...