Paintball help
#3

Now

Код:
CMD:paintball(playerid, params[])
{
		if (IsPlayerInRangeOfPoint(playerid,3,1038.08, -3.98, 1001.28))
		{
			ShowPlayerDialog(playerid, PBMAINMENU, DIALOG_STYLE_LIST, "Paintball","Choose Arena/Set-Up\nPurhcase tokens\nPaintball", "Select", "Cancel");
		}
		else
		{
			SendClientMessageEx(playerid, COLOR_WHITE, "You aren't in range of the paintball waiting room.. ");
		}
	}
	return 1;
}
Errors...

Код:
error 010: invalid function or declaration
Thats on the line "Return; 1".
Reply


Messages In This Thread
Paintball help - by DamonD - 22.09.2013, 12:23
Re: Paintball help - by DanishHaq - 22.09.2013, 12:26
Re: Paintball help - by DamonD - 22.09.2013, 12:34
Re: Paintball help - by JimmyCh - 22.09.2013, 12:39
Re: Paintball help - by DanishHaq - 22.09.2013, 12:40

Forum Jump:


Users browsing this thread: 1 Guest(s)