Vehicle Modifications
#2

Use loop in OnVehicleSpawn

Example:
pawn Code:
Loop(i)
{
    if(vehicleid == PlayerInfo[i][pHouseCarID])
    {
        AddVehicleModifications(i);
        break;
    }
}
Reply


Messages In This Thread
Vehicle Modifications - by beercan - 06.08.2013, 23:49
Re: Vehicle Modifications - by Jefff - 07.08.2013, 00:00
Re: Vehicle Modifications - by beercan - 07.08.2013, 00:09
Re: Vehicle Modifications - by beercan - 07.08.2013, 00:14

Forum Jump:


Users browsing this thread: 1 Guest(s)