08.06.2012, 14:13
[QUOTE=MarinacMrcina;1911224]Hi,I want to make a stock that I m using to get the playername.txt in the registering system
pawn Код:
stock getfile(playerid)
{
new file[64], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(file, sizeof(file), "/users/%s.txt", name);
return file;// not sure but give it a try.
}