Jullul7000 Posted January 19, 2014 Share Posted January 19, 2014 Can someone send me a code from a WORKING player blips with teamcolor? Thanks for answer Link to comment
Moderators IIYAMA Posted January 19, 2014 Moderators Share Posted January 19, 2014 no, You're Welcome. Link to comment
Bonsai Posted January 19, 2014 Share Posted January 19, 2014 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
Anubhav Posted January 19, 2014 Share Posted January 19, 2014 We are not going to script for you for free. Use community guyz. 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