09-06-2016, 03:11 AM
Hello Guys !!!
i suggest to use that code i will do a PR later in Github
Sadly The Founder of This Feature Not Here
i suggest to use that code i will do a PR later in Github
Quote:public OnPlayerText(playerid, text[])
{
new Caps[4][] = {
"PHP",
"JSON",
"ROFL",
"OMG"
};
for (new d = 0; d< sizeof(Caps); d++) {
for(new i=1; i<strlen(text); i++)
{
if(text[i] > 64 && text[i]< 91 && strfind (text, Caps[d], false) != -1) text[i] += 32;
}
return 1;
}
Sadly The Founder of This Feature Not Here