Jump to content

help me please, small favor


zombienation

Recommended Posts

hello,

i have bin searching for how i can change my map icons to the way they only shows on the radar when u get closer to them, now they are always on on the radar, and you cant see much anymore on the radar,

i'll put an example of 1 map icon code,

can somebody please show me an example with that code of the right code for what i want?

thanks

loop = createBlip ( -1338, -2075, 23, 37, 0, 1, 255, 0, 500, getRootElement () )

Link to comment
You're welcome ;).

I'm sorry but i feel stupid :P i must do it wrong the whole time cuz no icons showing on the map :(

I do have a back up of my original icon script but i rly prefer to learn the old way,

Could you or anybody alse please show me how to do this right with this code as example?

Sorry and thank you.

loop = createBlip ( -1338, -2075, 23, 37, 0, 1, 255, 0, 500, getRootElement () )

Link to comment
-- client side:
exports.customblips:createCustomBlip ( -1338, -2075, 23, 37, "myBlipImage.png", 500 ) 

Thank you solide,

So when i use a normal blip id, i replace myblip.. with the id nr?

And when saved it the map icon will be not available to see on the radar from far distance?

Or is this just the code to change the map icon?

Thanks man

Link to comment
-- client side:
exports.customblips:createCustomBlip ( -1338, -2075, 23, 37, "myBlipImage.png", 500 ) 

Thank you solide,

So when i use a normal blip id, i replace myblip.. with the id nr?

And when saved it the map icon will be not available to see on the radar from far distance?

Or is this just the code to change the map icon?

Thanks man

What...? to create a custom icon just use a IMAGE file, what's the point of using the normal blips if you want custom?

Link to comment
-- client side:
exports.customblips:createCustomBlip ( -1338, -2075, 23, 37, "myBlipImage.png", 500 ) 

Thank you solide,

So when i use a normal blip id, i replace myblip.. with the id nr?

And when saved it the map icon will be not available to see on the radar from far distance?

Or is this just the code to change the map icon?

Thanks man

What...? to create a custom icon just use a IMAGE file, what's the point of using the normal blips if you want custom?

No its true, i dont asked for custom blip, when u see my message i opened this topic with u can see its not for cusyom blip..

Thanks anyway solidsnake, im sorry if we missunderstand each other..

But could you show me how to how to make the icons visible on radar only when u are getting closer to that location please? :)

Link to comment

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...