Bracket Help ++++Rep
#1

Ok well I know this is a bracket error, because I get 26 errors when compiling.
Here is the code:

Code:
if(strcmp(cmd, "/mi5equip", true) == 0) // By Josh_McArtin
		{
	    	if(IsPlayerConnected(playerid))
	    	{
				if(IsPlayerInRangeOfPoint(playerid, 6, 1457.684,-1761.504,3285.285))//Equip for MI5
				{
                	SendClientMessage(playerid,COLOR_GREY,"** This Refill Point is Only for the MI5");
					return 1;
				}
					new mi5equip[] = "1\tSpy\n2\tAgent\n3\tSpecial Agent\n4\tCoordinator of Intelligence\n5\tDeputy Director General\n6\tDirector General
	    			ShowPlayerDialog(playerid,51,DIALOG_STYLE_LIST,"List of Equips:",mi5equip,"Select","Cancel");
	    			SendClientMessage(playerid, COLOR_GREY,"* REMEMBER, You may not be able to Select EVERYTHING");
	    			}
	    		}
			}
Reply


Messages In This Thread
Bracket Help ++++Rep - by Joshman543 - 12.10.2012, 20:00
Re: Bracket Help ++++Rep - by gtakillerIV - 12.10.2012, 20:02
Re: Bracket Help ++++Rep - by SwisherSweet - 12.10.2012, 20:05
Re: Bracket Help ++++Rep - by Biess - 13.10.2012, 15:56
Re: Bracket Help ++++Rep - by M3mPHi$_S3 - 13.10.2012, 16:07

Forum Jump:


Users browsing this thread: 3 Guest(s)