][sojn][ Posted February 19, 2013 Share Posted February 19, 2013 (edited) setTimer(function() guiSetProperty( الزر, 'NormalTextColour', string.format("%.2X%.2X%.2X%.2X", 255, math.random(255), math.random(255), math.random(255))) end, 250, 0) شباب زي ما انتم شايفين الكود ذا يخلي زر معين يتلون الوان مختلفه انا ابي اخلي كل الازار الي بالنافذه تتلون تعب اسوي لكل زر وظيفه ابي كود واحد يخليها كلها تتلون زي الي فوق Edited February 19, 2013 by Guest Link to comment
][sojn][ Posted February 19, 2013 Author Share Posted February 19, 2013 الحين اركبه باللوحه بملف الكلينت وما اغير فيه اي شيء Link to comment
][sojn][ Posted February 19, 2013 Author Share Posted February 19, 2013 يا برستيج وين ردك ؟ ليه تحذفه؟ Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 ذذ كان فية خطأ كذا يصير : addEventHandler("onClientResourceStart", resourceRoot, function() setTimer(function() for _, random in ipairs(getElementsByType('gui-button',getResourceRootElement(getThisResource()))) do guiSetProperty(random, 'NormalTextColour', string.format("%.2X%.2X%.2X%.2X", 255, math.random(255), math.random(255), math.random(255))) end end, 250, 0) end) Thanks To "TAPL" . 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