SA-MP Forums Archive
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)
+--- Thread: Help (/showthread.php?tid=575072)



Help - DeathFire - 23.05.2015

Код:
C:\Users\Admin\Desktop\trd\gamemodes\trd.pwn(1775) : error 025: function heading differs from prototype
What seems to be the problem here?


AW: Help - Kaliber - 23.05.2015

Well, show us the public function

The error arise when you do sth like this:

Код:
forward x(playerid);
public x() //here are the Parameters diffrent from the forward (prototype) :)
{

}
PS: When it is an samp callback, maybe update your includes

Greekz