Posts: 1,028
Threads: 45
Joined: May 2009
Reputation:
0
I dont understand in what case you want to use it. please give me an example, maybe i can help out.
Posts: 1,594
Threads: 61
Joined: Oct 2009
Reputation:
0
I think he means like this:
Someone types "t" (opening text field).
He writes: "hello!!"
So he wants it to be:
"Hello"
But i canґt help you with this, sorry...
Posts: 484
Threads: 21
Joined: Sep 2009
Reputation:
0
I want to start each sentence written with a capital letter!
of example:
test is test
with
Test is test
Posts: 2,593
Threads: 34
Joined: Dec 2007
In OnPlayerText
Код:
text[0] = toupper(text[0]);