SA-MP Forums Archive
[Help] Letters - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Letters (/showthread.php?tid=129965)



[Help] Letters - ()ZzY - 24.02.2010

How I do as to started of a sentence write with letters big?


PS : Tanks


Eg : how are you?
How are you?


Re: [Help] Letters - Doppeyy - 24.02.2010

What do you mean :S ?
What you jusy sayd didnt make any sence.

[Doppeyy


Re: [Help] Letters - ()ZzY - 24.02.2010

When I write I want to write in capital letters at the beginning


Eg : how are you?
How are you?


Re: [Help] Letters - Doppeyy - 24.02.2010

Just hold shift ?
I still dont get it :S.

[Doppeyy


Re: [Help] Letters - ()ZzY - 24.02.2010

Accurate , always the beginning of sentence


Re: [Help] Letters - BlackFoX - 24.02.2010

Try the Function toupper , this Convert Chars to Upper Case


Re: [Help] Letters - ()ZzY - 24.02.2010

I am on a noob , you can show me how I do?


Re: [Help] Letters - BlackFoX - 24.02.2010

Code:
new count;
while(text[count]==' ')count++;
text[count] = toupper(text[count]);



Re: [Help] Letters - ()ZzY - 24.02.2010

only that?


Re: [Help] Letters - BlackFoX - 24.02.2010

ye, place it in OnPlayerText it Convert ever the first Char in Text to Uppercase