RespawnCars and Trailers
#2

pawn Code:
public RespawnCars()
{
    for(new c = 0; c < MAX_VEHICLES; c++)
    {
        if(!VehicleOccupied(c))
        {
            SetVehicleToRespawn(c);
            if(IsTrailerAttachedToVehicle(c)) return 0;
        }      
    }
   
}
try This XD
Reply


Messages In This Thread
RespawnCars and Trailers - by ]Rafaellos[ - 05.03.2013, 13:32
Re: RespawnCars and Trailers - by Windrush - 05.03.2013, 14:12
Re: RespawnCars and Trailers - by ]Rafaellos[ - 05.03.2013, 14:26
Re: RespawnCars and Trailers - by Jefff - 05.03.2013, 15:33
Re: RespawnCars and Trailers - by ]Rafaellos[ - 05.03.2013, 15:43
Re: RespawnCars and Trailers - by ]Rafaellos[ - 05.03.2013, 15:56

Forum Jump:


Users browsing this thread: 1 Guest(s)