Castillo Posted March 23, 2014 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.
Karuzo Posted March 23, 2014 Posted March 23, 2014 I think he means the nametags. If so , please tell us which nametag script you have .
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