(425) : 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: (425) : error 025: function heading differs from prototype (
/showthread.php?tid=203859)
(425) : error 025: function heading differs from prototype -
Meinstad - 28.12.2010
Hello SAMP scripters, I'm Meinstad and I've scripted some samll things, not awsome BIG Gamemodes or Filterscrips and now when I try to do it I get a error :S
PHP код:
(425) : error 025: function heading differs from prototype
And on the line 425 I have these:
PHP код:
public OnVehicleRespray(vehicleid, color1, color2)
Please help me
Re: (425) : error 025: function heading differs from prototype -
Gavibro - 28.12.2010
Parameters: (playerid, vehicleid, color1, color2)
So:
public
OnVehicleRespray(playerid, vehicleid, color1, color2)
Re: (425) : error 025: function heading differs from prototype -
bigcomfycouch - 28.12.2010
pawn Код:
public OnVehicleRespray( playerid, vehicleid, color1, color2 )
Re: (425) : error 025: function heading differs from prototype -
Meinstad - 28.12.2010
Thanks