28.02.2014, 22:28
Hi Alls.I Use Strlower But Give me 1 error
Code :
and Give me :
How To Fix it?
i Put new strlower; But Give 4 Errors.Strlower Not Need For new ... Any One Can Fix It? TnX +Rep
Code :
Код:
stock UserPath(playerid) { new string[128],playername[MAX_PLAYER_NAME]; GetPlayerName(playerid, playername, sizeof(playername)); // This get's the player name with the name length format(string, sizeof(string), PATH,strlower(playername)); return string; }
Код:
undefined symbol "strlower"
i Put new strlower; But Give 4 Errors.Strlower Not Need For new ... Any One Can Fix It? TnX +Rep