Invalid Expression
#1

I can't seem to find the error in this statement?

Код:
downtown.pwn(20317) : warning 217: loose indentation
downtown.pwn(20317) : error 029: invalid expression, assumed zero

downtown.pwn(20332) : warning 217: loose indentation
downtown.pwn(20332) : error 029: invalid expression, assumed zero

downtown.pwn(20347) : warning 217: loose indentation
downtown.pwn(20347) : error 029: invalid expression, assumed zero
LINE 20317
Код:
		if(playertextid == DealershipCatBike[playerid])
		{
			new cardealerid = GetClosestCarDealerShip(playerid);
			if(cardealerid != 1)
			{
				SCM(playerid, COLOR_GREEN, "You clicked Bikes!");
				HideDealershipCats(playerid);
				SetIntVar(playerid, "SelectingVehicle", 1);
				//ShowDealershipBuyTextdraw(playerid);
   `        } <<<<<<<<<<<<<<<<< THIS LINE HERE
 			else
			{
				SCM(playerid, COLOR_RED, "This is not a car dealership!");
			}
		}
The rest are the same just diffrent vars
Reply


Messages In This Thread
Invalid Expression - by JessThompson - 19.07.2016, 12:48
Re: Invalid Expression - by ColdGamePlay - 19.07.2016, 12:50
Re: Invalid Expression - by OneDay - 19.07.2016, 12:50
Re: Invalid Expression - by JessThompson - 19.07.2016, 12:53
Re: Invalid Expression - by Stinged - 19.07.2016, 12:57
Re: Invalid Expression - by ColdGamePlay - 20.07.2016, 02:30

Forum Jump:


Users browsing this thread: 1 Guest(s)