02.12.2014, 14:45
Paste this somewhere (if you don't have already), and see if the problem still persists.
EDIT: updated.
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;
}