Baseplate Posted August 2, 2012 Posted August 2, 2012 well, title says all is there any way to change the _ to space in nicks?
Castillo Posted August 2, 2012 Posted August 2, 2012 You can make a custom "nick" system which uses element data. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Baseplate Posted August 2, 2012 Author Posted August 2, 2012 and how to make it or is it available at community?
Anderl Posted August 2, 2012 Posted August 2, 2012 local szName = string.gsub( getPlayerName( pPlayer ), '_', ' ' ); Now use it on chat/your scripts. "[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007
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