How To Delete Car
#3

You can do this way:


PHP код:
IsVehicleEmpty(vehicleid)
{
    for(new 
0GetPlayerPoolSize(); <= ji++)
    {
        if(
IsPlayerInVehicle(ivehicleid)) return 0;
    }
    return 
1;
}
COMMAND:destroyveh(playerid,params[])
{
    for(new 
1GetVehiclePoolSize(); <= ji++) // vehicleids start at 1
    
{
        if(
IsVehicleEmpty(i)) DestroyVehicle(i);
    }
    return 
1;

Reply


Messages In This Thread
How To Delete Car - by TYDS - 03.12.2016, 11:26
Re: How To Delete Car - by TYDS - 03.12.2016, 12:39
Re: How To Delete Car - by ReshiramZekrom - 03.12.2016, 14:22
Re: How To Delete Car - by AnthonyDaBestt - 03.12.2016, 20:59

Forum Jump:


Users browsing this thread: 2 Guest(s)