Faction vehicles respawning
#2

pawn Код:
bool:IsFactionVehicle(vehicleid)
{

    for(new d=0; d != sizeof(SDCars); d++)
        if(vehicleid == SDCars[d])
            return true;

    return false;
}
and

pawn Код:
if( !bVehicleOccupied[ i ] && !IsFactionVehicle( i ) )
Reply


Messages In This Thread
Faction vehicles respawning - by Gecko75 - 01.09.2013, 16:33
Re: Faction vehicles respawning - by Jefff - 01.09.2013, 16:41
Re: Faction vehicles respawning - by Gecko75 - 01.09.2013, 16:44

Forum Jump:


Users browsing this thread: 1 Guest(s)