Help in Sief gm
#3

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.
Reply


Messages In This Thread
Help in Sief gm - by Taz86 - 06.10.2009, 09:59
Re: Help in Sief gm - by Matthew_Murdoch - 06.10.2009, 10:11
Re: Help in Sief gm - by Correlli - 06.10.2009, 10:26
Re: Help in Sief gm - by eXchainZ-FoReVeR - 06.10.2009, 10:29
Re: Help in Sief gm - by Taz86 - 06.10.2009, 10:31
Re: Help in Sief gm - by Matthew_Murdoch - 06.10.2009, 10:33

Forum Jump:


Users browsing this thread: 1 Guest(s)