20.05.2011, 11:38
hi,
I have scripted a registration system but i have a problem.
User can register the same names x-times.
They only have to change the case sensitive.
has somebody a idea what i can do?
I have scripted a registration system but i have a problem.
User can register the same names x-times.
They only have to change the case sensitive.
pawn Код:
new file[64], string[128];
GetPlayerName(playerid, pInfo[playerid][AccName], MAX_PLAYER_NAME);
format(file, sizeof(file), "/nxadmin/Accounts/%s.ini", pInfo[playerid][AccName]);
if (!dini_Exists(file))
{
print("Account exists");
}