19.03.2012, 22:48
pawn Код:
// A pasta Contas3 deve existir
new VBNome[MAX_PLAYER_NAME],VBString[32];
GetPlayerName(playerid, VBNome, sizeof(VBNome));
format(VBString, sizeof(VBString), "Contas3/%s.ini", VBNome);
DOF2_SetInt(VBString,"Admin",PlayerInfo[playerid][pAdmin]);
DOF2_SaveFile();

