Urgent Help! Error 29
#1

if(strcmp(ReadPlayer(1,playerid),inputtext,false)! =0
{ //This Line
SendClientMessage(playerid,BLU,"Invalid Password!");
ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Lo gin","Welcome! Please login!","Login","Exit");
}
else TogglePlayerSpectating(playerid,0);
}
else Kick (playerid);
}
case 2:
{
if(response==1)
{
WritePlayer(inputtext,playerid,true);
else TogglePlayerSpectating(playerid,0);//and this line need help
}
else Kick(playerid);


---------------------------------THEM LINES NEED HELP----------------------------------------
Reply
#2

Код:
if (strcmp(ReadPlayer(1, playerid), inputtext, false) != 0)
Next time include the error message not just the number so it will easier for us to help.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)