01.11.2011, 15:07
PHP код:
if(!fexist(accname))
{
djCreateFile(accname);
djSetInt(accname,"Password",udb_hash(inputtext));
OnPlayerRegister(playerid);
ShowPlayerDialog(playerid, DIALOG_SEX, DIALOG_STYLE_LIST, "Man or Woman?", "Man\nWoman", "Select", "Cancel");
}
}
}