04.07.2011, 07:55
I changed the ShowDialog lines, just to try to make it work. But that didnt work neither.
Both DONT work. Also, i just pasted the ShowPlayerDialog instead of the "Register/Login", and that didnt work neither. Anyone know what the problem could be?
pawn Код:
/*Old one*/
ShowPlayerDialog(playerid, LOGIN, DIALOG_STYLE_INPUT, "Login", "Welcome back! Please fill in your password. \n\nPassword: ", "Ok", "");
/*New one*/
ShowPlayerDialog(playerid, LOGIN, DIALOG_STYLE_INPUT, "Login", "Welcome back! Please fill in your password. \n\nPassword: ", "Ok", "Cancel")