alot of vehicles how to clear
#6

Thanks i fixed:
OnPlayerDisconnect:
Код:
    //Car Destroy for the player
    new vehid;
    vehid = GetPlayerVehicleID(playerid);
    for(new i;i<MAX_PLAYERS;i++)
    {
        if(IsPlayerConnected(i))
        {
            if(IsPlayerInVehicle(i, vehid)) return 1;
        }
        else DestroyVehicle(vehid);
    }
Reply


Messages In This Thread
alot of vehicles how to clear - by MahdiGames - 16.01.2014, 04:36
Re: alot of vehicles how to clear - by Aliassassin123456 - 16.01.2014, 04:45
Re: alot of vehicles how to clear - by MahdiGames - 16.01.2014, 04:53
Re: alot of vehicles how to clear - by Aliassassin123456 - 16.01.2014, 05:03
Re: alot of vehicles how to clear - by Threshold - 16.01.2014, 05:08
Re: alot of vehicles how to clear - by MahdiGames - 16.01.2014, 05:12

Forum Jump:


Users browsing this thread: 1 Guest(s)