18.01.2011, 23:44
I don't understand u fine, but I think do u mean this:
I did this too but I think it's the same...
pawn Код:
#define PlayerDirectory "UserData/%s"
if (strcmp(cmdtext, "/test", true)==0)
{
new directory[100],pName[24];
GetPlayerName(playerid, pName, sizeof(pName));
format(directory, sizeof(directory), PlayerDirectory, pName);
dir_create(directory);
return 1;
}