ok, never seen this error before! help! :) - 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: ok, never seen this error before! help! :) (
/showthread.php?tid=252706)
ok, never seen this error before! help! :) -
Slash01 - 02.05.2011
(1016) : error 025: function heading differs from prototype
okay... wtf does that mean! :L
thanks lol
Re: ok, never seen this error before! help! :) -
Anteino - 02.05.2011
you created a stock or a forward and next you didn't call it the right way. Post the whole code.
Re: ok, never seen this error before! help! :) -
Vince - 02.05.2011
That your
public differs from your
forward or
native.
Re: ok, never seen this error before! help! :) -
Gh0sT_ - 02.05.2011
For example:
You have created a public:
public Smth( playerid, vehicleid )
and forward:
forward Smth( playerid );
There isnt a 'vehicleid' param in forward, so its will be very same with ur public