Jullul7000 Posted January 19, 2014 Posted January 19, 2014 Can someone send me a code from a WORKING player blips with teamcolor? Thanks for answer
Moderators IIYAMA Posted January 19, 2014 Moderators Posted January 19, 2014 no, You're Welcome. Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
Bonsai Posted January 19, 2014 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)
Anubhav Posted January 19, 2014 Posted January 19, 2014 We are not going to script for you for free. Use community guyz. See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
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