Jump to content

Player blips with team color


Jullul7000

Recommended Posts

You are some helpful people.

  
    local name = getPlayerName(source) 
    local c1, c2 = string.find(name, '#%x%x%x%x%x%x') 
    if c1 then 
    r, g, b = getColorFromString(string.sub(name, c1, c2)) 
    else 
        blipr = 255 
        blipg = 255 
        blipb = 255 
    end 
    createBlipAttachedTo ( source, 0, 2, r, g, b, 255, 0, 10000, root) 
  
  

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