News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: How to add Blips  (Read 4392 times)

0 Members and 1 Guest are viewing this topic.

Offline MadmaN

  • Bully-Board Admin Team
  • Newbie
  • *
  • Posts: 0
  • Gender: Male
  • Biblio-Techa Mods (retired)
    • View Profile
How to add Blips
« on: October 24, 2014, 10:30:47 PM »
Here...this is from my own personal notes which I have shared this with a few people as well.

BlipAddXYZ(float X, float Y, float Z, integer, blipType, BlipObject)

Example:
Code: [Select]
BlipAddXYZ(-615.17401123047, -65.581802368164, 59.661098480225, 0, 0, 7)

The last number in the code above is the number to change to one of the following in the Blip Legend below.

Blip Legend:


  • 0=Yellow X
  • 1=Blue X
  • 3=Yellow X
  • 4=$
  • 5=Grey Bell
  • 6=Grey Bell
  • 8=Book
  • 10=Shopping cart
  • 11=Wheel
  • 13=Barber pole
  • 14=Blue shirt
  • 15=Golden shop
  • 16=Bike shop
  • 19=Post office
  • 20=Trophy
  • 22=Trailer
  • 23=Yellow "H"
  • 24=Red star
  • 25=Yellow star
  • 26=Brown X
  • 29=Yellow X
  • 30=Blue X
  • 31=Yellow X
  • 32=Yellow star
  • 33=Red star
  • 34=Brown X
  • 35=Transistor
  • 36=Rubber band
  • 37=G&G card
  • 38=Gnome

Offline Mick3Mouse

  • Obam3mouse
  • Bullworth Junkie
  • ****
  • Posts: 4,343
  • Gender: Male
  • Major Mick3Mouse Algie Hunter
    • View Profile
    • My youtube
Re: How to add Blips
« Reply #1 on: October 25, 2014, 07:06:59 PM »
Nice!

Now.. One small step for Bully modding,. One giant leap for Custom missions

« Last Edit: October 25, 2014, 07:09:31 PM by Mick3Mouse »

Offline Unknownsoldier

  • Hero Member
  • ****
  • Posts: 2,773
    • View Profile
Re: How to add Blips
« Reply #2 on: October 25, 2014, 07:27:41 PM »

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: How to add Blips
« Reply #3 on: October 25, 2014, 08:01:27 PM »
Nice tutorial, and straight to the point. I got 2 things to add though.

BlipChangeIcon can change the blip icon on the radar as well, after being created if necessary.
Also you missed the blue circle blip.

2 - Blue Circle

Offline MadmaN

  • Bully-Board Admin Team
  • Newbie
  • *
  • Posts: 0
  • Gender: Male
  • Biblio-Techa Mods (retired)
    • View Profile
Re: How to add Blips
« Reply #4 on: October 25, 2014, 08:11:12 PM »
I did not add every single blip. The reason for that is my notes are a mess and I couldn't find the main listing I made way back when so I used what I was able to remember off the top of my head.

Feel free to add to this topic and even expand it with what you know since it will help everyone more in the end.  8)

Offline SWEGTA

  • Da Forum Luffs Me!
  • *****
  • Posts: 6,423
  • Gender: Male
  • Swee Gee Tee Ayy
    • View Profile
    • Bully & GTA videos
Re: How to add Blips
« Reply #5 on: October 25, 2014, 08:12:09 PM »
WIll this also add that little yellow marker on the ground?

Offline Mick3Mouse

  • Obam3mouse
  • Bullworth Junkie
  • ****
  • Posts: 4,343
  • Gender: Male
  • Major Mick3Mouse Algie Hunter
    • View Profile
    • My youtube
Re: How to add Blips
« Reply #6 on: October 25, 2014, 08:13:45 PM »
No, If you use 0 it will only appear on the radar.

Offline SWEGTA

  • Da Forum Luffs Me!
  • *****
  • Posts: 6,423
  • Gender: Male
  • Swee Gee Tee Ayy
    • View Profile
    • Bully & GTA videos
Re: How to add Blips
« Reply #7 on: October 26, 2014, 06:59:36 AM »
Let's say I use this:
BlipAddXYZ(x, y, z, 0, 0, 3)

Which of the 0's should I change and what effect will it have?

Offline Mick3Mouse

  • Obam3mouse
  • Bullworth Junkie
  • ****
  • Posts: 4,343
  • Gender: Male
  • Major Mick3Mouse Algie Hunter
    • View Profile
    • My youtube
Re: How to add Blips
« Reply #8 on: October 26, 2014, 07:36:42 AM »
The last number in the code above is the number to change to one of the following in the Blip Legend below.




Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: How to add Blips
« Reply #9 on: October 26, 2014, 09:07:37 AM »
There are 6 parameters.
First 3 are for the X,Y,Z coordinates.
The last one is for the icon.

But that leaves the 4th and 5th... what are they?

Offline SWEGTA

  • Da Forum Luffs Me!
  • *****
  • Posts: 6,423
  • Gender: Male
  • Swee Gee Tee Ayy
    • View Profile
    • Bully & GTA videos
Re: How to add Blips
« Reply #10 on: October 26, 2014, 10:52:34 AM »
There are 6 parameters.
First 3 are for the X,Y,Z coordinates.
The last one is for the icon.

But that leaves the 4th and 5th... what are they?

The question at hand.
Mad?