14.02.2011, 09:21
that is how you do it if there is something unique in the name then you must format it first so it reads how you want it to
like
like
pawn Код:
new DBstr[128]
GetPlayerName(playerid, playername, sizeof(playername));
format(DBstr,sizeof(DBstr),%s.txt,playername);
dini_Create(DBstr);