09.10.2010, 15:06
well, i uses
but the problem is, if registered with Rudy. but when i enter with rudy, it will ask me to register again, is it case sensitive? and if it is, many people can just use an admin name with lower case.
Any solutions?
Код:
new file[256]; new name[256]; GetPlayerName(playerid,name,sizeof(name)); format(file,sizeof(file),SERVER_USER_FILE,name); if(fexist(file)) { SendClientMessage(playerid,COLOR_ORED,"Account registered! /login to restore your data!"); return 1; } else { SendClientMessage(playerid,COLOR_ORED,"Account not registered! /register to restore your data!"); return 1; }
Any solutions?