Once again more garage help
#2

Wrong:

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 2, 2238.40,2191.07,103.94) || IsPlayerInRangeOfPoint(playerid, 2, 2259.6702,-1135.8542,1050.6328) || IsPlayerInRangeOfPoint(playerid, 2, 404.98,2457.82,16.50) // Garages
{
Right:

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 2, 2238.40,2191.07,103.94) || IsPlayerInRangeOfPoint(playerid, 2, 2259.6702,-1135.8542,1050.6328) || IsPlayerInRangeOfPoint(playerid, 2, 404.98,2457.82,16.50)) // Garages
{
You forgot a ) at the end, this is what your doing:

pawn Код:
if(something(playerid, .....) || something(playerid, .....) //You see, I forgot a ) here as-well
Easy fix away!
Reply


Messages In This Thread
Once again more garage help - by Ryan_Michael - 20.07.2012, 04:07
Re: Once again more garage help - by Kindred - 20.07.2012, 04:14
Re: Once again more garage help - by Ryan_Michael - 20.07.2012, 04:18

Forum Jump:


Users browsing this thread: 1 Guest(s)