19.01.2015, 12:02
What's wrong with this?
When I types amalm, it prints "#Lњamalm"
What should I do?
PHP код:
strlower(string[])
{
for(new i=0; i<MAX_PLAYER_NAME; i++)
{
string[i] = tolower(string[i]);
}
return string;
}
What should I do?