Hypnos Posted July 26, 2014 Posted July 26, 2014 GridList Hide Color Code Please could you help on this topic? Waiting For Help
Et-win Posted July 26, 2014 Posted July 26, 2014 string.gsub(What-String?, "#%x%x%x%x%x%x", "") This removes the hex-colors.
Hypnos Posted July 26, 2014 Author Posted July 26, 2014 my gridlist name: GridList I add this player. Set the color code for GridList can you give?
Hypnos Posted July 27, 2014 Author Posted July 27, 2014 For example my name is #e4e4e4Hypnos and gridlist is showing #e4e4e4Hypnos. But i want to showing like this Hypnos.
Et-win Posted July 27, 2014 Posted July 27, 2014 string.gsub(What-String?, "#%x%x%x%x%x%x", "") This removes the hex-colors.
Dealman Posted July 27, 2014 Posted July 27, 2014 For example; guiGridListSetItemText(GridList, RowID, ColID, string.gsub(getPlayerName(playerElement), "#%x%x%x%x%x%x", ""), false, false)
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