Quote:
Originally Posted by iZN
pawn Код:
cache_get_data(rows, fields); if(!rows) { MessageKick(playerid, COLOR_RED, "Error: You must register on our website before playing."); return 1; } else { cache_get_field_content(0, "password", player[playerid][p_password], 129); ShowPlayerDialog(playerid, DIALOG_LOG_IN, DIALOG_STYLE_PASSWORD, COLOR_WHITE_EMBEDDED"Log In", COLOR_WHITE_EMBEDDED"Welcome to "COLOR_BLUE_EMBEDDED"Reality Role-Play"COLOR_WHITE_EMBEDDED"!\nLog In by typing in your password below.", "Confirm", "Cancel"); player[playerid][p_log_in_tries] = 3; }
|
I'm pretty sure '
rows == 0' is the same as '
!rows'. Tried it, doesn't work.