Jump to content

[Help]Blip


Recommended Posts

2 hours ago, Resulcan said:

i am waiting :D 

I am sorry for my late

Download the script

https://www.up-00.com/5nafq5cjthzg

---

--function 

createTextAttachedTo( 'your text' ,your blip Name,[color,x,y,scale,font])

Ex

-- Blip Gun
Blip1 = createBlip ( -2625, 208, 0 ,6 ,2,255,0,0,25)
exports.cTextBlip:createTextAttachedTo('#FF0000Gun',Blip1)
-- Blip Airyard
Blip2 = createBlip (-1474, -336,0 ,5,2,255,0,0,25)
exports.cTextBlip:createTextAttachedTo('Airyard',Blip2,0xFF00FF00)
-- Blip Poilce
Blip3 = createBlip (1553, -1675, 0 ,30,2,20,20,255)
red, green, blue = getBlipColor ( Blip3 )
exports.cTextBlip:createTextAttachedTo('Police',Blip3,tocolor(red, green, blue,255),15,15,1)
----Yor Name
exports.cTextBlip:createTextAttachedTo(getPlayerName(localPlayer),localPlayer,skip_color,10,10)

Image

spacer.png

Edited by #\_oskar_/#
Link to comment
3 hours ago, #\_oskar_/# said:

I am sorry for my late

Download the script

https://www.up-00.com/5nafq5cjthzg

---


--function 

createTextAttachedTo( 'your text' ,your blip Name,[color,x,y,scale,font])

Ex


-- Blip Gun
Blip1 = createBlip ( -2625, 208, 0 ,6 ,2,255,0,0,25)
exports.cTextBlip:createTextAttachedTo('#FF0000Gun',Blip1)
-- Blip Airyard
Blip2 = createBlip (-1474, -336,0 ,5,2,255,0,0,25)
exports.cTextBlip:createTextAttachedTo('Airyard',Blip2,0xFF00FF00)
-- Blip Poilce
Blip3 = createBlip (1553, -1675, 0 ,30,2,20,20,255)
red, green, blue = getBlipColor ( Blip3 )
exports.cTextBlip:createTextAttachedTo('Police',Blip3,tocolor(red, green, blue,255),15,15,1)
----Yor Name
exports.cTextBlip:createTextAttachedTo(getPlayerName(localPlayer),localPlayer,skip_color,10,10)

Image

spacer.png

thanks bro

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