03.08.2016, 13:01
pawn Code:
new account_name[MAX_PLAYER_NAME];
GetPlayerName(playerid, account_name, MAX_PLAYER_NAME);
NickToLower(account_name);
printf("users/%s.ini", account_name);
new account_name[MAX_PLAYER_NAME];
GetPlayerName(playerid, account_name, MAX_PLAYER_NAME);
NickToLower(account_name);
printf("users/%s.ini", account_name);