DestroyVehcileObject Problem
#1

Getting problems with this cmd

Код:
if (strcmp("/vremove", cmdtext, true, 10) == 0)
	 {
	    new vehicleid = GetPlayerVehicleID(playerid),
        msg[128];
        format(msg, 128, "%d vehicle objects removed", RemoveObjectsFromVehicle(vehicleid));
        SendClientMessage(playerid, 0xFFFFFFFF, msg);
		return 1;
	    }
i want to when player use this cmd then must be all objects which attached to vehicle will be removed
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: 3 Guest(s)