09.05.2011, 16:50
I did a login script, and i'm stuck at the check if the password that is in the .ini file, is equals to that the user enterd.
tmp:
tmp2:
Thank you for the help!
Код:
if(!strcmp(strval(tmp), tmp2, true) == 0){ SendClientMessage(playerid, COLOR_RED, "ERROR."); }
Код:
tmp = strtok(cmdtext, idx);
Код:
tmp2 = dini_Get(file, "Password");