Negriukas Posted September 3, 2014 Share Posted September 3, 2014 Hi, how i can get the first letter of a specified player name? thanks. Link to comment
Saml1er Posted September 3, 2014 Share Posted September 3, 2014 local str = getPlayerName ( player ) -- make sure player is defined local FL = string.sub (str,0,-string.len(str)) outputChatBox (FL) Link to comment
Negriukas Posted September 4, 2014 Author Share Posted September 4, 2014 local str = getPlayerName ( player ) -- make sure player is defined local FL = string.sub (str,0,-string.len(str)) outputChatBox (FL) thnx 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