tolower output
#4

Quote:
Originally Posted by Shabi RoxX
View Post
Tolower works with character , you have to set each character of username tolower case separately : LIKE :

pawn Code:
for(new i = 0;i < sizeof(username);i++)
{
username[i] =  tolower(username[0]);
}
For detain see here
https://sampwiki.blast.hk/wiki/Tolower
I tested it and it didnt work
Reply


Messages In This Thread
tolower output - by Dotayuri - 13.02.2013, 16:43
Re: tolower output - by Shabi RoxX - 13.02.2013, 16:48
Re: tolower output - by Dotayuri - 13.02.2013, 16:52
Re: tolower output - by Dotayuri - 13.02.2013, 16:57
Re: tolower output - by Shabi RoxX - 13.02.2013, 16:59
Re: tolower output - by Mmartin - 13.02.2013, 16:59
Re: tolower output - by S0n1COwnsYou - 13.02.2013, 17:00
Re: tolower output - by LetsOWN[PL] - 13.02.2013, 17:03
Re: tolower output - by Dotayuri - 13.02.2013, 17:08
Re: tolower output - by Jefff - 13.02.2013, 19:16
Re: tolower output - by leong124 - 14.02.2013, 19:03

Forum Jump:


Users browsing this thread: 1 Guest(s)