[SOLVED]A question - 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: [SOLVED]A question (
/showthread.php?tid=114264)
[SOLVED]A question -
TyreXel - 18.12.2009
Hello, I have a question on how can I make when someone speaks the first letter to be Big
Example:
From: hello man what are you dooing?
In: Hello man what are you dooing?
In all chats: local,admin,ad,family etc.
I have to make something on OnPlayertext but I dont know really what

The server is a Godfather edit
Re: A question -
yom - 18.12.2009
Do
pawn Код:
text[0] = toupper(text[0]);