29.09.2012, 14:14
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 1) { if(response) { if(listitem == 0) { SendClientMessage(playerid,red,"[-------No Death Matching--------------]"); SendClientMessage(playerid,red,"Death Matching is Not Allowed In the Server."); SendClientMessage(playerid,red,"Shooting A Player's Vehicle is considered as Death Matching."); SendClientMessage(playerid,red,"You Can DM in DM Locations."); SendClientMessage(playerid,red,"Dont Target Players."); SendClientMessage(playerid,red,"Warrent - Most Wanted Player Can shoot Cop Chasing you."); SendClientMessage(playerid,red,"Dont Broke any one Rule to Protect your Friend/Brother/Team Mate"); SendClientMessage(playerid,red,"---------------------- /Rules To see More --------------------"); } if(listitem == 1) { SendClientMessage(playerid,red,"---------------------- /Rules To see More --------------------"); } if(listitem == 2) { SendClientMessage(playerid,red,"---------------------- /Rules To see More --------------------"); } } return 1; } return 0; }
nope he didnt delete the } at the end of the lines
you guys missing that small detail above and below me
look at the lines with "Dont Target Players" at the end of that is a } and theres 1 more 2