25.11.2017, 11:40
Hello guys, I have a problem with this warning:
I give you a line with warning:
Код:
warning 202: number of arguments does not match definition
Код:
case DIALOG_LOGIN:
{
if(!response)
return Kick(playerid);
if(response)
{
if(!strlen(inputtext))
return ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "Incorrect Password!", "Please enter the correct password for login to server" "Login", "Exit");



