Resto Posted March 23, 2014 Share Posted March 23, 2014 (edited) DELETE Edited March 23, 2014 by Guest Link to comment
Castillo Posted March 23, 2014 Share Posted March 23, 2014 You mean remove the HEX colors from their nicks? addEventHandler ( "onPlayerJoin", root, function ( ) local oldName = getPlayerName ( source ) local newName = oldName:gsub ( "#%x%x%x%x%x%x", "" ) if string.find ( oldName, "#%x%x%x%x%x%x" ) then setPlayerName ( source, newName ) end end ) Server side script. Link to comment
Karuzo Posted March 23, 2014 Share Posted March 23, 2014 I think he means the nametags. If so , please tell us which nametag script you have . 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