keep getting this error! HELP
#1

i keep getting the same error for three of the following commands
((error 025: function heading differs from prototype))

public OnVehicleMod (vehicleid,componentid)
{
SaveComponent(vehicleid,componentid);
return 1;
}

public OnVehiclePaintjob(vehicleid,paintjobid)
{
SavePaintjob(vehicleid,paintjobid);
return 1;
}

public OnVehicleRespray(vehicleid,color1,color2)
{
SaveColors(vehicleid,color1,color2);
return 1;
}
Reply
#2

Can you show your SaveComponent, SavePaintjob and SaveColors functions?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)