30.03.2015, 06:04
This can be signs that your login system isn't really checking passwords.
Although I suggest using something like this:
Although I suggest using something like this:
pawn Код:
if(strlen(inputtext) < 6) return ShowPlayerDialog(playerid, Dialog_Register, DIALOG_STYLE_INPUT, "Register", "Welcome to [Enter Server Name Here]\nYour password must be longer than 6 Characters!", "Register", "Quit");