Resulcan Posted May 5, 2020 Share Posted May 5, 2020 Blip and I want them to overwrite, how can I https://hizliresim.com/0dfYLS want to do like this? Link to comment
#\_oskar_/# Posted May 5, 2020 Share Posted May 5, 2020 the pic is small + what do you want? Link to comment
Resulcan Posted May 5, 2020 Author Share Posted May 5, 2020 1 hour ago, #\_oskar_/# said: the pic is small + what do you want? https://hizliresim.com/65NAlH I want to write blip on it Link to comment
#\_oskar_/# Posted May 6, 2020 Share Posted May 6, 2020 @Resulcan I did not understand your request well, but I think this is what you want ? customblips Link to comment
Resulcan Posted May 6, 2020 Author Share Posted May 6, 2020 9 hours ago, #\_oskar_/# said: @Resulcan I did not understand your request well, but I think this is what you want ? customblips https://hizliresim.com/CwQCHv I want the text in the black area in the image Link to comment
#\_oskar_/# Posted May 6, 2020 Share Posted May 6, 2020 2 hours ago, Resulcan said: I want the text in the black area in the image https://wiki.multitheftauto.com/wiki/GetPlayerMapBoundingBox Link to comment
Resulcan Posted May 6, 2020 Author Share Posted May 6, 2020 (edited) 10 minutes ago, #\_oskar_/# said: https://wiki.multitheftauto.com/wiki/GetPlayerMapBoundingBox script can you throw it in case brom createBlip ( -2625.64258, 208.83575, 4.62176, 6,2,0,255,0, 255,0, 100) this is the location how will i write this Edited May 6, 2020 by Resulcan Link to comment
#\_oskar_/# Posted May 6, 2020 Share Posted May 6, 2020 8 hours ago, Resulcan said: createBlip ( -2625.64258, 208.83575, 4.62176, 6,2,0,255,0, 255,0, 100) this is the location how will i write this getElementPosition -- get location Link to comment
Resulcan Posted May 7, 2020 Author Share Posted May 7, 2020 3 hours ago, #\_oskar_/# said: getElementPosition -- get location can you throw me a script ? Link to comment
#\_oskar_/# Posted May 7, 2020 Share Posted May 7, 2020 3 minutes ago, Resulcan said: can you throw me a script ? ok .. wait Link to comment
Resulcan Posted May 7, 2020 Author Share Posted May 7, 2020 9 hours ago, #\_oskar_/# said: ok .. wait i am waiting Link to comment
#\_oskar_/# Posted May 7, 2020 Share Posted May 7, 2020 (edited) 2 hours ago, Resulcan said: i am waiting 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 Edited May 7, 2020 by #\_oskar_/# Link to comment
Resulcan Posted May 7, 2020 Author Share Posted May 7, 2020 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 thanks bro Link to comment
#\_oskar_/# Posted May 7, 2020 Share Posted May 7, 2020 20 minutes ago, Resulcan said: thanks bro your welcome ☺ Link to comment
Resulcan Posted May 7, 2020 Author Share Posted May 7, 2020 (edited) 13 minutes ago, #\_oskar_/# said: your welcome ☺ Edited May 7, 2020 by Resulcan Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now