Jump to content

A little help here ?


intechz

Recommended Posts

Posted

well i was wondering if anyone knows what is the resource to get these things on the map. I already found one but does not get up in the pink with the information, if they can help me thank you very much.

SemTtulo.png

I'm using this resource but not what appears to pink over here let the coding

-- Pickups here 
i1 = createPickup (-1609, 713, 13.3, 3, 1239, 60 ) 
  
--Attached blips to them, if u want 
createBlipAttachedTo(i1,0,1, 255, 255, 0, 255, 0, 1) 
  
--Messages below, empty ones for clearing chatbox 
function info1(source) 
outputChatBox("````````````````````````````````````Info````````````````````````````````````",source,255,255,255) 
outputChatBox("text text text",source,255,185,15) 
outputChatBox("`````````````````````````````````````````````````````````````````````````````",source,255,255,255) 
end 
addEventHandler("onPickupHit",i1,info1) 

but my server only appears in the chat and I want to appear over the icon like this in the picture

Posted

Sorry, but you would need to ask the author if you're allowed to edit the code, because we only help people trying to create their own code/script.

Posted
Sorry, but you would need to ask the author if you're allowed to edit the code, because we only help people trying to create their own code/script.

but I just want to know what is the code for the text appear over the icon

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