Accounts System with FileManager
#3

I don't understand u fine, but I think do u mean this:
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;
}
I did this too but I think it's the same...
Reply


Messages In This Thread
Accounts System with FileManager - by luis_lpv_22 - 18.01.2011, 23:29
Re: Accounts System with FileManager - by Anthonyx3' - 18.01.2011, 23:40
Respuesta: Accounts System with FileManager - by luis_lpv_22 - 18.01.2011, 23:44
Re: Accounts System with FileManager - by Ricop522 - 18.01.2011, 23:52
Respuesta: Accounts System with FileManager - by luis_lpv_22 - 18.01.2011, 23:53

Forum Jump:


Users browsing this thread: 4 Guest(s)