24.10.2009, 16:15
I use a login system with dialog.If i put a wrong password i get the message "wrong password".if i put the correct password i can login but if i leave it blank i can still login.please help me(BTW im using gf)
if(!strlen(inputtext)) { new loginmsg[] = "SERVER: INVALID PASSWORD!\n\tEnter Your Password"; ShowPlayerDialog(playerid, loginbox, 1, "Welcome to [insert name here]", loginmsg, "Login", "Quit"); return 1; }
Originally Posted by pierhs
I fixed it ty
|