Compile Error
#4

I've got a problem and i can't start another thread ...
Код:
36 if (strcmp("/detach", cmdtext, true, 10) == 0)
37	{
38        new vehicleid[24];
39	    GetVehicleName(vehicleid, vehicleid, sizeof(vehicleid));
40        if(IsTrailerAttachedToVehicle(vehicleid))
41       {
42		    DetachTrailerFromVehicle(vehicleid);
43		}
44		else
45		{
46		    SendClientMessage(playerid,0xFFFFFFFF, "dasf");
47		}
48		return 1;
49	}
Код:
C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(39) : error 017: undefined symbol "GetVehicleName"
C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(39) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(40) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(42) : error 035: argument type mismatch (argument 1)
Reply


Messages In This Thread
Compile Error - by emer720 - 27.09.2010, 04:45
Re: Compile Error - by [HiC]TheKiller - 27.09.2010, 05:06
Re: Compile Error - by mrmuffins - 27.09.2010, 05:06
Re: Compile Error - by Stefan_Toretto - 27.09.2010, 06:03
Re: Compile Error - by Stefan_Toretto - 27.09.2010, 13:47

Forum Jump:


Users browsing this thread: 1 Guest(s)