06.10.2009, 10:26
Use this:
DUtils include has nothing to do with this problem.
pawn Код:
public OnVehicleMod(playerid, vehicleid, componentid)
{
SaveComponent(vehicleid, componentid);
return 1;
}
public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
{
SavePaintjob(vehicleid, paintjobid);
return 1;
}
public OnVehicleRespray(playerid, vehicleid, color1, color2)
{
SaveColors(vehicleid, color1, color2);
return 1;
}
Quote:
Originally Posted by Matthew_Murdoch
redownload Dutils first from draco's site.
|