Can you tell me about
#8

Paste this somewhere (if you don't have already), and see if the problem still persists.

pawn Код:
public OnVehicleMod(playerid, vehicleid, componentid)
{
    AddVehicleComponent(vehicleid, componentid);
   
    return true;
}

public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
{
    ChangeVehiclePaintjob(vehicleid, paintjobid);

    return true;
}

public OnVehicleRespray(playerid, vehicleid, color1, color2)
{
    ChangeVehicleColor(vehicleid, color1, color2);

    return true;
}
EDIT: updated.
Reply


Messages In This Thread
Can you tell me about - by keycap - 29.11.2014, 02:30
Re: Can you tell me about - by keycap - 30.11.2014, 13:36
Re: Can you tell me about - by Diabloa - 30.11.2014, 14:29
Re: Can you tell me about - by keycap - 30.11.2014, 14:34
Re: Can you tell me about - by Diabloa - 30.11.2014, 14:38
Re: Can you tell me about - by keycap - 30.11.2014, 14:54
Re: Can you tell me about - by keycap - 01.12.2014, 09:35
Re: Can you tell me about - by Dignity - 02.12.2014, 14:45

Forum Jump:


Users browsing this thread: 1 Guest(s)