13.02.2013, 16:43
Ok so i have
I need to tolower but i dont think im doing it right, Im a PHP guy
I do:
But its not right, everything i try is wrong. can anyone help me with this ?
PHP Code:
new
username[MAX_PLAYER_NAME]
;
GetPlayerName(playerid, username, sizeof(username));
I do:
PHP Code:
username = tolower(username);