DestroyVehcileObject Problem
#8

Quote:
Originally Posted by Cjgogo
Посмотреть сообщение
Try this:

pawn Код:
if (strcmp("/vremove", cmdtext, true, 10) == 0)
{
    new vehicleid = GetPlayerVehicleID(playerid);
        RemoveObjectsFromVehicle(vehicleid);
        SendClientMessage(playerid, 0xFFFFFFFF, "ALL vehicle objects removed!");
    return 1;
}
get this error

Код:
D:\Others\101SSCAM\samp03x_svr_R1-2_win32\gamemodes\xd.pwn(5519) : error 017: undefined symbol "RemoveObjectsFromVehicle"
D:\Others\101SSCAM\samp03x_svr_R1-2_win32\gamemodes\xd.pwn(5518) : warning 204: symbol is assigned a value that is never used: "vehicleid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
DestroyVehcileObject Problem - by Saleem - 26.06.2013, 10:13
Re: DestroyVehcileObject Problem - by iJumbo - 26.06.2013, 10:18
Re: DestroyVehcileObject Problem - by Saleem - 26.06.2013, 10:21
Re: DestroyVehcileObject Problem - by IperFexoK - 26.06.2013, 10:24
Re: DestroyVehcileObject Problem - by iJumbo - 26.06.2013, 10:30
Re: DestroyVehcileObject Problem - by Saleem - 26.06.2013, 13:48
Re: DestroyVehcileObject Problem - by Cjgogo - 26.06.2013, 13:57
Re: DestroyVehcileObject Problem - by Saleem - 26.06.2013, 14:00
Re: DestroyVehcileObject Problem - by Cjgogo - 26.06.2013, 14:04
Re: DestroyVehcileObject Problem - by Saleem - 26.06.2013, 14:07

Forum Jump:


Users browsing this thread: 1 Guest(s)