Quote:
Originally Posted by Don Correlli
Use this:
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.
|
DUtils include has nothing to do with this problem.
|
Well, oops my bad.
Don, can you help me in my thread.