Jump to content

blips


Monty

Recommended Posts

To place a blip on the map from the begging you have to script it (?)

That resource he gave you is basically the same as

createBlip 

just that you need to use the export function

exports.customblips:createCustomBlip ( 0,0, 20, 20, "icon.png" ) 

Link to comment

No, you must use:

 exports.customblips:createCustomBlip ( x, y, sizex, sizey, "icon.png" ) 

, in your exemple :

  
exports.customblips:createCustomBlip ( 193.248, 1890.01, 20, 20, "icon.png" )  

Note: the customblips ressource must be started before the script that contains this.

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