SkatCh Posted September 2, 2014 Posted September 2, 2014 guys please i have a question i create a Radar Area and i want to select a random color for it what can i do . createRadarArea(X, Y, Z, S, ) -- i want a random color . i'm sorry about my english. Failure is simply an opportunity to begin again more intelligently - Henry Ford
Anubhav Posted September 2, 2014 Posted September 2, 2014 local r,g,b = math.random(0,255),math.random(0,255),math.random(0,255) createRadarArea(X, Y, Z, S, r, g, b, 170) 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
SkatCh Posted September 2, 2014 Author Posted September 2, 2014 thx bro but i already create it anyways thx for ur help , next time i will try before i post i'm sorry. Failure is simply an opportunity to begin again more intelligently - Henry Ford
Anubhav Posted September 2, 2014 Posted September 2, 2014 No problem. EDIT: 900th post 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