Getting an empty statement error
#2

its the semicolon
Код:
		if(!IsPlayerInRangeOfPoint(playerid, 5, x[playerid], y[playerid], z[playerid]));
should be
Код:
		if(!IsPlayerInRangeOfPoint(playerid, 5, x[playerid], y[playerid], z[playerid]))
Reply


Messages In This Thread
Getting an empty statement error - by biltong - 08.04.2010, 11:51
Re: Getting an empty statement error - by Babul - 08.04.2010, 12:00
Re: Getting an empty statement error - by biltong - 08.04.2010, 12:05
Re: Getting an empty statement error - by Babul - 08.04.2010, 20:15

Forum Jump:


Users browsing this thread: 1 Guest(s)