Deleting Specific Vehicle ID Problem
#1

Код:
#include <a_samp>

if(strcmp("/addecarid", cmd, true) == 0)
{

	if (AdminLevel[playerid] != 1)
	{
		SendClientMessage(playerid, white, "SERVER: Unknown Command");
		return 1;
	}
	else
	{
		tmp = strtok(cmdtext,idx);
		DestroyVehicle(tmp);
	}
	return 1;
}
And I'm getting this:

Код:
C:\Users\Gamer\Desktop\deletecarid.pwn(3) : error 010: invalid function or declaration
C:\Users\Gamer\Desktop\deletecarid.pwn(6) : error 010: invalid function or declaration
C:\Users\Gamer\Desktop\deletecarid.pwn(9) : error 010: invalid function or declaration
C:\Users\Gamer\Desktop\deletecarid.pwn(11) : error 010: invalid function or declaration
C:\Users\Gamer\Desktop\deletecarid.pwn(16) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Can anyone help me with this? Thanks in advance.
Reply


Messages In This Thread
Deleting Specific Vehicle ID Problem - by jeff223 - 13.08.2010, 03:35
Re: Deleting Specific Vehicle ID Problem - by marharth - 13.08.2010, 03:41
Re: Deleting Specific Vehicle ID Problem - by willsuckformoney - 13.08.2010, 03:42
Re: Deleting Specific Vehicle ID Problem - by marharth - 13.08.2010, 03:51
Re: Deleting Specific Vehicle ID Problem - by jeff223 - 13.08.2010, 04:04
Re: Deleting Specific Vehicle ID Problem - by willsuckformoney - 13.08.2010, 04:36
Re: Deleting Specific Vehicle ID Problem - by ikey07 - 13.08.2010, 06:13

Forum Jump:


Users browsing this thread: 1 Guest(s)