Pawno-Compiler crashes
#9

Quote:
Originally Posted by JeNkStAX
All you need to do is add playerid before, here ill do it for you
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;
}
oh i understand wrong thanks now i can compile and only have to fix the problem with the whirlpool hash
Reply


Messages In This Thread
Pawno-Compiler crashes - by virtualmarc - 07.03.2009, 21:31
Re: Pawno-Compiler crashes - by ICECOLDKILLAK8 - 07.03.2009, 21:48
Re: Pawno-Compiler crashes - by virtualmarc - 07.03.2009, 21:49
Re: Pawno-Compiler crashes - by ICECOLDKILLAK8 - 07.03.2009, 21:50
Re: Pawno-Compiler crashes - by virtualmarc - 07.03.2009, 21:51
Re: Pawno-Compiler crashes - by ICECOLDKILLAK8 - 07.03.2009, 21:55
Re: Pawno-Compiler crashes - by virtualmarc - 07.03.2009, 21:57
Re: Pawno-Compiler crashes - by ICECOLDKILLAK8 - 07.03.2009, 21:59
Re: Pawno-Compiler crashes - by virtualmarc - 07.03.2009, 22:00

Forum Jump:


Users browsing this thread: 1 Guest(s)