problem on compile
#7

Quote:
Originally Posted by Born2die
Quote:
Originally Posted by nati558866
Quote:
Originally Posted by Born2die
Quote:
Originally Posted by nati558866
Quote:
Originally Posted by Born2die
You forgot a ';' at line 15602.
i no thats is the line
BuyAbleVeh(playerid);
Did you forgot to include something? Show us the code around line 15602

Код:
if(!strcmp(cmd, "/v", true) || !strcmp(cmd, "/vehicle", true))
	{
	  if(IsPlayerConnected(playerid))
		{
			new x_v[256];
		  x_v = strtok(cmdtext, idx);
			if(!strlen(x_v))
			{
				SendClientMessage(playerid, COLOR_LIGHTBLUE, "USAGE: (/v)ehicle [Action]");
				SendClientMessage(playerid, COLOR_YELLOW2, "list, buy, park, get, find, lock, info");
				SendClientMessage(playerid, COLOR_YELLOW2, "offer, accept, refuse, changecolor, sell");//buylock, buyalarm
				return 1;
	    }
	    else if(!strcmp(x_v, "buy",true))
		  {
		    if(IsPlayerConnected(playerid))
		    {
					if (PlayerToPoint(15.0,playerid,1702.8602,-1469.6306,13.5469))
				  {
				    tmp = strtok(cmdtext, idx);
		 				if(!strlen(tmp))
		 				{
							BuyAbleVeh(playerid);
							return 1;
		  			}
BuyAbleVeh(playerid);
return 1;
}
Seriously lol, I'm nothing with that.
Reply


Messages In This Thread
problem on compile - by nati558866 - 20.02.2010, 18:48
Re: problem on compile - by Born2die - 20.02.2010, 18:54
Re: problem on compile - by nati558866 - 20.02.2010, 18:55
Re: problem on compile - by Born2die - 20.02.2010, 18:57
Re: problem on compile - by nati558866 - 20.02.2010, 18:57
Re: problem on compile - by Born2die - 20.02.2010, 19:04
Re: problem on compile - by nati558866 - 20.02.2010, 19:05
Re: problem on compile - by Born2die - 20.02.2010, 19:08
Re: problem on compile - by nati558866 - 20.02.2010, 19:09
Re: problem on compile - by Born2die - 20.02.2010, 19:18

Forum Jump:


Users browsing this thread: 2 Guest(s)