Compiling - 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: Compiling (
/showthread.php?tid=277908)
Compiling -
Stuf - 19.08.2011
Hello, i have problem when i compile the script... here is the errors
error 025: function heading differs from prototype
error 025: function heading differs from prototype
and here is script line where is that fucked error
forward LoadPlayer(loaderid,const string[]);
so can somone please help me?
Re: Compiling -
sleepysnowflake - 19.08.2011
Shwo us the public LoadPlayer
Re: Compiling -
Stuf - 19.08.2011
Quote:
Originally Posted by Berlovan
Shwo us the public LoadPlayer
|
lol

i dont have it.... what to do?
Re: Compiling -
sleepysnowflake - 19.08.2011
The error means that the "forward SomeFunction(SomeArguments);" is not the same as "public SomeFunction(AregumentsNotTheSame)"