SA-MP Forums Archive
error 025: function heading differs from prototype - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 025: function heading differs from prototype (/showthread.php?tid=332699)



error 025: function heading differs from prototype [FIXED]] - Beastlynoob - 09.04.2012

(216) : error 025: function heading differs from prototype
(221) : error 025: function heading differs from prototype
(226) : error 025: function heading differs from prototype

216ublic OnVehicleMod(playerid, vehicleid, componentid)
221ublic OnVehiclePaintjob(playerid, vehicleid, paintjobid)
226ublic OnVehicleRespray(playerid, vehicleid, color1, color2)

Please help me


Re: error 025: function heading differs from prototype - ViniBorn - 09.04.2012

pawn Код:
public OnVehicleMod(playerid,vehicleid,componentid)

public OnVehiclePaintjob(playerid, vehicleid, paintjobid)

public OnVehicleRespray(playerid, vehicleid, color1, color2)
The include a_samp has been modified?


Re: error 025: function heading differs from prototype - Beastlynoob - 09.04.2012

it couldve been,i downloaded a gm before trying to script this,it overwrote some includes.


Re: error 025: function heading differs from prototype - Beastlynoob - 09.04.2012

Yeah,i installed original includes and it worked,thanks