11.02.2010, 17:45
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; }
