DestroyVehcileObject Problem
#7

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;
}
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: 2 Guest(s)