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=571753)
error 025: function heading differs from prototype -
MrCallum - 21.04.2015
I get:
error 025: function heading differs from prototype
Line:
444 and 445:
444:
Код:
forward OnPlayerLogin(playerid, password[]);
445:
Код:
public OnPlayerLogin(playerid, password[])
Re: error 025: function heading differs from prototype -
Konstantinos - 21.04.2015
Do you use YSI at all? It used (not sure if it still does) OnPlayerLogin as a public function.
Re: error 025: function heading differs from prototype -
MrCallum - 21.04.2015
I do use YSI yes.
Re: error 025: function heading differs from prototype -
Konstantinos - 21.04.2015
Then if you are not using that callback from YSI but you wanted to use one of yours - rename it to OnPlayerLoginEx or whatever you'd like.