Please! need some help
#2

Check this out:
https://sampwiki.blast.hk/wiki/Tolower

Is that what you need?

pawn Код:
public OnPlayerText(playerid, text[])
{
new string1[128],string2[128];
for(new i=0;i<strlen(text);i++) string2[i]=tolower(text[i]);
format(string1, sizeof(string1), "Hi %s", string2);
SendClientMessage(playerid, 0xFFFFFF, string1);
return 1;
}
Reply


Messages In This Thread
Please! need some help - by sage12 - 02.01.2019, 07:40
Re: Please! need some help - by AhmedMohamed - 02.01.2019, 08:37
Re: Please! need some help - by SyS - 02.01.2019, 09:32
Re: Please! need some help - by Y_Less - 02.01.2019, 12:31
Re: Please! need some help - by SyS - 03.01.2019, 02:00

Forum Jump:


Users browsing this thread: 1 Guest(s)