13.03.2013, 12:27
i want to get the player name and format the string as name.txt
please help
please help
new playername[MAX_PLAYER_NAME]; GetPlayerName(playerid,playername,sizeof(playername)); new string[24]; format(string,sizeof(string),"%s.txt",playername);