Errors cant get rid of
#8

Quote:
Originally Posted by Torran
As i said, if i add one more, Some go, But then no matter how many more brackets i add,
The errors are ALWAYS there
Код:
if(dialogid == 2)
{
if(response)
{
  if(!strcmp(inputtext,"2598",true))
  {
       FadeColorForPlayer(playerid,0,0,0,0,0,0,0,255,15,0);
       SetTimerEx("HotelRoom2598", 2000, 0, "i", playerid);
  }
}
if(!strcmp(inputtext,"exit",true))
{
   FadeColorForPlayer(playerid,0,0,0,0,0,0,0,255,15,0);
   SetTimerEx("HotelRoom2598Ex", 2000, 0, "i", playerid);
}
else
{
  ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Rooms","Heres a list of rooms in the hotel \nRoom 2598 - En' Suite","Close","");
}
return 1;
}
there were 2 brackets in bad place and one missing try now
Reply


Messages In This Thread
Errors cant get rid of - by Torran - 11.02.2010, 17:05
Re: Errors cant get rid of - by Correlli - 11.02.2010, 17:12
Re: Errors cant get rid of - by Torran - 11.02.2010, 17:14
Re: Errors cant get rid of - by Correlli - 11.02.2010, 17:37
Re: Errors cant get rid of - by Torran - 11.02.2010, 17:43
Re: Errors cant get rid of - by Onyx09 - 11.02.2010, 17:43
Re: Errors cant get rid of - by Torran - 11.02.2010, 17:44
Re: Errors cant get rid of - by Onyx09 - 11.02.2010, 17:45
Re: Errors cant get rid of - by Torran - 11.02.2010, 17:48
Re: Errors cant get rid of - by Onyx09 - 11.02.2010, 17:50

Forum Jump:


Users browsing this thread: 3 Guest(s)